hostapd: declare struct wpa_bss early
authorLeon M. George <leon@georgemail.eu>
Wed, 11 Sep 2019 13:22:55 +0000 (15:22 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 6 Nov 2019 13:05:52 +0000 (14:05 +0100)
commitb1e001de3cccc55f0cbb0186db5eae620b60b488
tree2d55f287870ac7d52cef72eb6627a5a3e503861a
parent917feb20cd87c396e6652cd82231677204e0d8c7
hostapd: declare struct wpa_bss early

wps_supplicant.h assumes that 'struct wpa_bss' is forward declared if
CONFIG_WPS is not defined.  With the later inclusion of
600-ubus_support, the issue manifests in warnings like these:

wps_supplicant.h:113:15: warning: 'struct wpa_bss' declared inside parameter list will not be visible outside of this definition or declaration
        struct wpa_bss *bss)
               ^~~~~~~

This patch forward declares 'struct wpa_bss' regardless.

Signed-off-by: Leon M. George <leon@georgemail.eu>
[commit message facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit f974f8213b94578581b35e6b3f8fb1fd5a35f753)
package/network/services/hostapd/patches/599-wpa_supplicant-fix-warnings.patch [new file with mode: 0644]