]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wnm_sta.h
tests: Transition disable
[thirdparty/hostap.git] / wpa_supplicant / wnm_sta.h
index 8de434807f190cc29d09d3f0b1e38d8117b77eaa..29625f8ca943e62ad955087585573ab5470c3dbd 100644 (file)
@@ -43,6 +43,10 @@ struct neighbor_report {
        unsigned int rm_capab_present:1;
        unsigned int bearing_present:1;
        unsigned int bss_term_present:1;
+       unsigned int acceptable:1;
+#ifdef CONFIG_MBO
+       unsigned int is_first:1;
+#endif /* CONFIG_MBO */
        struct measurement_pilot *meas_pilot;
        struct multiple_bssid *mul_bssid;
        int freq;
@@ -56,13 +60,21 @@ 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,
+                                      const char *btm_candidates,
+                                      int cand_list);
+
 void wnm_deallocate_memory(struct wpa_supplicant *wpa_s);
+int wnm_send_coloc_intf_report(struct wpa_supplicant *wpa_s, u8 dialog_token,
+                              const struct wpabuf *elems);
+void wnm_set_coloc_intf_elems(struct wpa_supplicant *wpa_s,
+                             struct wpabuf *elems);
 
 
 #ifdef CONFIG_WNM
 
 int wnm_scan_process(struct wpa_supplicant *wpa_s, int reply_on_fail);
+void wnm_clear_coloc_intf_reporting(struct wpa_supplicant *wpa_s);
 
 #else /* CONFIG_WNM */
 
@@ -72,6 +84,10 @@ static inline int wnm_scan_process(struct wpa_supplicant *wpa_s,
        return 0;
 }
 
+static inline void wnm_clear_coloc_intf_reporting(struct wpa_supplicant *wpa_s)
+{
+}
+
 #endif /* CONFIG_WNM */
 
 #endif /* WNM_STA_H */