Home
last modified time | relevance | path

Searched defs:wpa_s (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dbss.c25 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_remove()
59 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, in wpa_bss_get()
108 static int wpa_bss_known(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wpa_bss_known()
121 static int wpa_bss_in_use(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wpa_bss_in_use()
140 static int wpa_bss_remove_oldest_unknown(struct wpa_supplicant *wpa_s) in wpa_bss_remove_oldest_unknown()
154 static int wpa_bss_remove_oldest(struct wpa_supplicant *wpa_s) in wpa_bss_remove_oldest()
178 static struct wpa_bss * wpa_bss_add(struct wpa_supplicant *wpa_s, in wpa_bss_add()
215 wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, in wpa_bss_update()
284 void wpa_bss_update_start(struct wpa_supplicant *wpa_s) in wpa_bss_update_start()
303 void wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, in wpa_bss_update_scan_res()
[all …]
Dmbo.c92 void wpas_mbo_check_pmf(struct wpa_supplicant *wpa_s, struct wpa_bss *bss in wpas_mbo_check_pmf()
127 static void wpas_mbo_non_pref_chan_attr_body(struct wpa_supplicant *wpa_s, in wpas_mbo_non_pref_chan_attr_body()
150 static void wpas_mbo_non_pref_chan_attr(struct wpa_supplicant *wpa_s, in wpas_mbo_non_pref_chan_attr()
172 static void wpas_mbo_non_pref_chan_subelement(struct wpa_supplicant *wpa_s, in wpas_mbo_non_pref_chan_subelement()
186 static void wpas_mbo_non_pref_chan_attrs(struct wpa_supplicant *wpa_s, in wpas_mbo_non_pref_chan_attrs()
226 int wpas_mbo_ie(struct wpa_supplicant *wpa_s, u8 *buf, size_t len, in wpas_mbo_ie()
272 static void wpas_mbo_send_wnm_notification(struct wpa_supplicant *wpa_s, in wpas_mbo_send_wnm_notification()
311 static void wpas_mbo_non_pref_chan_changed(struct wpa_supplicant *wpa_s) in wpas_mbo_non_pref_chan_changed()
354 int wpas_mbo_update_non_pref_chan(struct wpa_supplicant *wpa_s, in wpas_mbo_update_non_pref_chan()
454 int wpas_mbo_update_non_pref_chan(struct wpa_supplicant *wpa_s, in wpas_mbo_update_non_pref_chan()
[all …]
Dwnm_sta.c26 void wnm_deallocate_memory(struct wpa_supplicant *wpa_s) in wnm_deallocate_memory()
132 static void wnm_parse_neighbor_report(struct wpa_supplicant *wpa_s, in wnm_parse_neighbor_report()
171 static void wnm_clear_acceptable(struct wpa_supplicant *wpa_s) in wnm_clear_acceptable()
180 static struct wpa_bss * get_first_acceptable(struct wpa_supplicant *wpa_s) in get_first_acceptable()
197 get_mbo_transition_candidate(struct wpa_supplicant *wpa_s, in get_mbo_transition_candidate()
298 bool wpa_scan_res_match(struct wpa_supplicant *wpa_s, in wpa_scan_res_match()
321 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs, in compare_scan_neighbor_results()
440 static u32 wnm_get_bss_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss) in wnm_get_bss_info()
503 static int wnm_nei_rep_add_bss(struct wpa_supplicant *wpa_s, in wnm_nei_rep_add_bss()
536 static void wnm_add_cand_list(struct wpa_supplicant *wpa_s, struct wpabuf **buf) in wnm_add_cand_list()
[all …]
Drrm.c47 void wpas_rrm_reset(struct wpa_supplicant *wpa_s) in wpas_rrm_reset()
66 void wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s, in wpas_rrm_process_neighbor_rep()
136 int wpas_rrm_send_neighbor_rep_request(struct wpa_supplicant *wpa_s, in wpas_rrm_send_neighbor_rep_request()
287 static void wpas_rrm_send_msr_report_mpdu(struct wpa_supplicant *wpa_s, in wpas_rrm_send_msr_report_mpdu()
357 static void wpas_rrm_send_msr_report(struct wpa_supplicant *wpa_s, in wpas_rrm_send_msr_report()
560 static int wpas_add_beacon_rep(struct wpa_supplicant *wpa_s, in wpas_add_beacon_rep()
607 static int wpas_beacon_rep_no_results(struct wpa_supplicant *wpa_s, in wpas_beacon_rep_no_results()
616 static void wpas_beacon_rep_table(struct wpa_supplicant *wpa_s, in wpas_beacon_rep_table()
634 static void wpas_rrm_refuse_request(struct wpa_supplicant *wpa_s) in wpas_rrm_refuse_request()
657 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_rrm_scan_timeout() local
[all …]
Dieee802_11_common.c195 static int ieee802_11_parse_vendor_specific(struct wpa_supplicant *wpa_s, const struct element *ele… in ieee802_11_parse_vendor_specific()
226 static int ieee802_11_parse_extension(struct wpa_supplicant *wpa_s, const struct element *elem, con… in ieee802_11_parse_extension()
265 int ieee802_11_parse_elems(struct wpa_supplicant *wpa_s, const u8 *start, size_t len) in ieee802_11_parse_elems()
Dscan.c28 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec) in wpa_supplicant_req_scan()
Dsae_pk.c621 struct wpa_supplicant *wpa_s = &g_wpa_supp; in sae_check_confirm_pk() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c30 struct wpa_supplicant *wpa_s = &g_wpa_supp; in scan_done_event_handler() local
48 static void handle_wnm_scan_done(struct wpa_supplicant *wpa_s) in handle_wnm_scan_done()
67 static void scan_done_cleanup(struct wpa_supplicant *wpa_s) in scan_done_cleanup()
77 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_supplicant_handle_scan_done_evt() local
97 void esp_scan_init(struct wpa_supplicant *wpa_s) in esp_scan_init()
105 void esp_scan_deinit(struct wpa_supplicant *wpa_s) in esp_scan_deinit()
116 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_handle_beacon_probe() local
170 static int issue_scan(struct wpa_supplicant *wpa_s, in issue_scan()
262 int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s, in wpa_supplicant_trigger_scan()
Desp_common.c75 static void handle_rrm_frame(struct wpa_supplicant *wpa_s, u8 *sender, in handle_rrm_frame()
96 struct wpa_supplicant *wpa_s = &g_wpa_supp; in mgmt_rx_action() local
165 static void clear_bssid_flag(struct wpa_supplicant *wpa_s) in clear_bssid_flag()
189 static void register_mgmt_frames(struct wpa_supplicant *wpa_s) in register_mgmt_frames()
328 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_supplicant_common_init() local
387 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_supplicant_common_deinit() local
428 struct wpa_supplicant *wpa_s = &g_wpa_supp; in supplicant_sta_conn_handler() local
449 struct wpa_supplicant *wpa_s = &g_wpa_supp; in supplicant_sta_disconn_handler() local
465 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_rrm_is_rrm_supported_connection() local
483 struct wpa_supplicant *wpa_s = &g_wpa_supp; in esp_rrm_send_neighbor_rep_request() local
[all …]