GAS: Report GAS-QUERY-DONE event on initial req TX failure
[mech_eap.git] / wpa_supplicant / wnm_sta.h
index a118b01..81d8153 100644 (file)
@@ -45,6 +45,7 @@ struct neighbor_report {
        unsigned int bss_term_present:1;
        struct measurement_pilot *meas_pilot;
        struct multiple_bssid *mul_bssid;
+       int freq;
 };
 
 
@@ -55,7 +56,22 @@ void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
                              const struct ieee80211_mgmt *mgmt, size_t len);
 
 int wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *wpa_s,
-                                      u8 query_reason);
+                                      u8 query_reason, int cand_list);
 void wnm_deallocate_memory(struct wpa_supplicant *wpa_s);
 
+
+#ifdef CONFIG_WNM
+
+int wnm_scan_process(struct wpa_supplicant *wpa_s, int reply_on_fail);
+
+#else /* CONFIG_WNM */
+
+static inline int wnm_scan_process(struct wpa_supplicant *wpa_s,
+                                  int reply_on_fail)
+{
+       return 0;
+}
+
+#endif /* CONFIG_WNM */
+
 #endif /* WNM_STA_H */