Lines Matching refs:wpa_supplicant
57 int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
60 void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
63 int wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *wpa_s,
68 int wnm_send_coloc_intf_report(struct wpa_supplicant *wpa_s, u8 dialog_token,
70 void wnm_set_coloc_intf_elems(struct wpa_supplicant *wpa_s,
73 int wnm_btm_resp_tx_status(struct wpa_supplicant *wpa_s, const u8 *data,
78 int wnm_scan_process(struct wpa_supplicant *wpa_s, bool pre_scan_check);
79 void wnm_clear_coloc_intf_reporting(struct wpa_supplicant *wpa_s);
81 bool wnm_is_bss_excluded(struct wpa_supplicant *wpa_s, struct wpa_bss *bss);
83 void wnm_btm_reset(struct wpa_supplicant *wpa_s);
85 static inline bool wnm_active_bss_trans_mgmt(struct wpa_supplicant *wpa_s) in wnm_active_bss_trans_mgmt()
92 static inline int wnm_scan_process(struct wpa_supplicant *wpa_s, in wnm_scan_process()
98 static inline void wnm_clear_coloc_intf_reporting(struct wpa_supplicant *wpa_s) in wnm_clear_coloc_intf_reporting()
103 wnm_is_bss_excluded(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wnm_is_bss_excluded()
108 static inline void wnm_btm_reset(struct wpa_supplicant *wpa_s) in wnm_btm_reset()
112 static inline bool wnm_active_bss_trans_mgmt(struct wpa_supplicant *wpa_s) in wnm_active_bss_trans_mgmt()