developer | 4e0da23 | 2022-05-09 13:05:53 +0800 | [diff] [blame^] | 1 | --- a/wpa_supplicant/wps_supplicant.h |
2 | +++ b/wpa_supplicant/wps_supplicant.h | ||||
3 | @@ -9,6 +9,7 @@ | ||||
4 | #ifndef WPS_SUPPLICANT_H | ||||
5 | #define WPS_SUPPLICANT_H | ||||
6 | |||||
7 | +struct wpa_bss; | ||||
8 | struct wpa_scan_results; | ||||
9 | |||||
10 | #ifdef CONFIG_WPS | ||||
11 | @@ -16,8 +17,6 @@ struct wpa_scan_results; | ||||
12 | #include "wps/wps.h" | ||||
13 | #include "wps/wps_defs.h" | ||||
14 | |||||
15 | -struct wpa_bss; | ||||
16 | - | ||||
17 | struct wps_new_ap_settings { | ||||
18 | const char *ssid_hex; | ||||
19 | const char *auth; |