Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Ddriver_i.h15 static inline void * wpa_drv_init(struct wpa_supplicant *wpa_s, in wpa_drv_init()
27 static inline void wpa_drv_deinit(struct wpa_supplicant *wpa_s) in wpa_drv_deinit()
33 static inline int wpa_drv_set_param(struct wpa_supplicant *wpa_s, in wpa_drv_set_param()
41 static inline int wpa_drv_set_countermeasures(struct wpa_supplicant *wpa_s, in wpa_drv_set_countermeasures()
51 static inline int wpa_drv_authenticate(struct wpa_supplicant *wpa_s, in wpa_drv_authenticate()
59 static inline int wpa_drv_associate(struct wpa_supplicant *wpa_s, in wpa_drv_associate()
68 static inline int wpa_drv_init_mesh(struct wpa_supplicant *wpa_s) in wpa_drv_init_mesh()
75 static inline int wpa_drv_join_mesh(struct wpa_supplicant *wpa_s, in wpa_drv_join_mesh()
83 static inline int wpa_drv_leave_mesh(struct wpa_supplicant *wpa_s) in wpa_drv_leave_mesh()
90 static inline int wpa_drv_mesh_link_probe(struct wpa_supplicant *wpa_s, in wpa_drv_mesh_link_probe()
[all …]
H A Dnotify.c62 int wpas_notify_iface_added(struct wpa_supplicant *wpa_s) in wpas_notify_iface_added()
74 void wpas_notify_iface_removed(struct wpa_supplicant *wpa_s) in wpas_notify_iface_removed()
84 void wpas_notify_state_changed(struct wpa_supplicant *wpa_s, in wpas_notify_state_changed()
124 void wpas_notify_disconnect_reason(struct wpa_supplicant *wpa_s) in wpas_notify_disconnect_reason()
133 void wpas_notify_auth_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_auth_status_code()
142 void wpas_notify_assoc_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_assoc_status_code()
151 void wpas_notify_roam_time(struct wpa_supplicant *wpa_s) in wpas_notify_roam_time()
160 void wpas_notify_roam_complete(struct wpa_supplicant *wpa_s) in wpas_notify_roam_complete()
169 void wpas_notify_session_length(struct wpa_supplicant *wpa_s) in wpas_notify_session_length()
178 void wpas_notify_bss_tm_status(struct wpa_supplicant *wpa_s) in wpas_notify_bss_tm_status()
[all …]
H A Dp2p_supplicant.h219 wpas_p2p_init(struct wpa_global *global, struct wpa_supplicant *wpa_s) in wpas_p2p_init()
224 static inline void wpas_p2p_deinit(struct wpa_supplicant *wpa_s) in wpas_p2p_deinit()
228 static inline void wpas_p2p_completed(struct wpa_supplicant *wpa_s) in wpas_p2p_completed()
232 static inline void wpas_p2p_update_config(struct wpa_supplicant *wpa_s) in wpas_p2p_update_config()
236 static inline int wpas_p2p_probe_req_rx(struct wpa_supplicant *wpa_s, in wpas_p2p_probe_req_rx()
245 static inline void wpas_p2p_wps_success(struct wpa_supplicant *wpa_s, in wpas_p2p_wps_success()
251 wpas_p2p_update_channel_list(struct wpa_supplicant *wpa_s, in wpas_p2p_update_channel_list()
256 static inline void wpas_p2p_update_best_channels(struct wpa_supplicant *wpa_s, in wpas_p2p_update_best_channels()
262 static inline void wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, in wpas_p2p_rx_action()
270 static inline void wpas_p2p_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in wpas_p2p_remain_on_channel_cb()
[all …]
H A Dsme.h49 static inline void sme_authenticate(struct wpa_supplicant *wpa_s, in sme_authenticate()
55 static inline void sme_event_auth(struct wpa_supplicant *wpa_s, in sme_event_auth()
60 static inline int sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md, in sme_update_ft_ies()
67 static inline void sme_event_assoc_reject(struct wpa_supplicant *wpa_s, in sme_event_assoc_reject()
72 static inline void sme_event_auth_timed_out(struct wpa_supplicant *wpa_s, in sme_event_auth_timed_out()
77 static inline void sme_event_assoc_timed_out(struct wpa_supplicant *wpa_s, in sme_event_assoc_timed_out()
82 static inline void sme_event_disassoc(struct wpa_supplicant *wpa_s, in sme_event_disassoc()
87 static inline void sme_event_unprot_disconnect(struct wpa_supplicant *wpa_s, in sme_event_unprot_disconnect()
93 static inline void sme_event_ch_switch(struct wpa_supplicant *wpa_s) in sme_event_ch_switch()
97 static inline void sme_state_changed(struct wpa_supplicant *wpa_s) in sme_state_changed()
[all …]
H A Dwpas_kay.c47 static int wpas_enable_protect_frames(void *wpa_s, Boolean enabled) in wpas_enable_protect_frames()
53 static int wpas_enable_encrypt(void *wpa_s, Boolean enabled) in wpas_enable_encrypt()
59 static int wpas_set_replay_protect(void *wpa_s, Boolean enabled, u32 window) in wpas_set_replay_protect()
65 static int wpas_set_current_cipher_suite(void *wpa_s, u64 cs) in wpas_set_current_cipher_suite()
71 static int wpas_enable_controlled_port(void *wpa_s, Boolean enabled) in wpas_enable_controlled_port()
77 static int wpas_get_receive_lowest_pn(void *wpa_s, struct receive_sa *sa) in wpas_get_receive_lowest_pn()
83 static int wpas_get_transmit_next_pn(void *wpa_s, struct transmit_sa *sa) in wpas_get_transmit_next_pn()
89 static int wpas_set_transmit_next_pn(void *wpa_s, struct transmit_sa *sa) in wpas_set_transmit_next_pn()
95 static int wpas_set_receive_lowest_pn(void *wpa_s, struct receive_sa *sa) in wpas_set_receive_lowest_pn()
115 static int wpas_create_receive_sc(void *wpa_s, struct receive_sc *sc, in wpas_create_receive_sc()
[all …]
H A Dap.c48 static void wpas_conf_ap_vht(struct wpa_supplicant *wpa_s, in wpas_conf_ap_vht()
136 int wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s, in wpa_supplicant_conf_ap_ht()
278 static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s, in wpa_supplicant_conf_ap()
587 struct wpa_supplicant *wpa_s = ctx; in ap_public_action_rx() local
607 struct wpa_supplicant *wpa_s = ctx; in ap_wps_event_cb() local
641 struct wpa_supplicant *wpa_s = ctx; in ap_new_psk_cb() local
652 struct wpa_supplicant *wpa_s = ctx; in ap_vendor_action_rx() local
671 struct wpa_supplicant *wpa_s = ctx; in ap_probe_req_rx() local
685 struct wpa_supplicant *wpa_s = ctx; in ap_wps_reg_success_cb() local
692 struct wpa_supplicant *wpa_s = ctx; in wpas_ap_configured_cb() local
[all …]
H A Dwpa_supplicant.c131 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in wpa_set_wep_keys()
149 int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s, in wpa_supplicant_set_wpa_none_key()
208 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_timeout() local
238 void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, in wpa_supplicant_req_auth_timeout()
258 void wpas_auth_timeout_restart(struct wpa_supplicant *wpa_s, int sec_diff) in wpas_auth_timeout_restart()
280 void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s) in wpa_supplicant_cancel_auth_timeout()
298 void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s) in wpa_supplicant_initiate_eapol()
389 void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s, in wpa_supplicant_set_non_wpa_policy()
433 void free_hw_features(struct wpa_supplicant *wpa_s) in free_hw_features()
449 void free_bss_tmp_disallowed(struct wpa_supplicant *wpa_s) in free_bss_tmp_disallowed()
[all …]
H A Dwps_supplicant.c54 static void wpas_wps_clear_ap_info(struct wpa_supplicant *wpa_s) in wpas_wps_clear_ap_info()
65 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_wps_assoc_with_cred() local
75 static void wpas_wps_assoc_with_cred_cancel(struct wpa_supplicant *wpa_s) in wpas_wps_assoc_with_cred_cancel()
82 int wpas_wps_eapol_cb(struct wpa_supplicant *wpa_s) in wpas_wps_eapol_cb()
182 static void wpas_wps_security_workaround(struct wpa_supplicant *wpa_s, in wpas_wps_security_workaround()
266 static void wpas_wps_remove_dup_network(struct wpa_supplicant *wpa_s, in wpas_wps_remove_dup_network()
365 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_wps_cred() local
598 static void wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpa_supplicant_wps_event_m2d()
625 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_wps_clear_timeout() local
631 static void wpa_supplicant_wps_event_fail(struct wpa_supplicant *wpa_s, in wpa_supplicant_wps_event_fail()
[all …]
H A Dp2p_supplicant.c171 static int wpas_p2p_num_unused_channels(struct wpa_supplicant *wpa_s) in wpas_p2p_num_unused_channels()
195 wpas_p2p_valid_oper_freqs(struct wpa_supplicant *wpa_s, in wpas_p2p_valid_oper_freqs()
225 static void wpas_p2p_set_own_freq_preference(struct wpa_supplicant *wpa_s, in wpas_p2p_set_own_freq_preference()
245 static void wpas_p2p_scan_res_handler(struct wpa_supplicant *wpa_s, in wpas_p2p_scan_res_handler()
296 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_p2p_trigger_scan_cb() local
335 static int wpas_p2p_search_social_channel(struct wpa_supplicant *wpa_s, in wpas_p2p_search_social_channel()
355 struct wpa_supplicant *wpa_s = ctx; in wpas_p2p_scan() local
482 static struct wpa_supplicant * wpas_get_p2p_group(struct wpa_supplicant *wpa_s, in wpas_get_p2p_group()
509 struct wpa_supplicant *wpa_s = eloop_ctx; in run_wpas_p2p_disconnect() local
517 static int wpas_p2p_disconnect_safely(struct wpa_supplicant *wpa_s, in wpas_p2p_disconnect_safely()
[all …]
H A Dwpas_glue.c38 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_set_config_blob() local
53 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_get_config_blob() local
61 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol()
97 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send()
140 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_eapol_send() local
234 struct wpa_supplicant *wpa_s = ctx; in wpa_eapol_set_wep_key() local
251 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_aborted_cached() local
274 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_eapol_cb() local
357 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_notify_eapol_done() local
372 static int wpa_get_beacon_ie(struct wpa_supplicant *wpa_s) in wpa_get_beacon_ie()
[all …]
H A Dpreauth_test.c38 static void _wpa_supplicant_deauthenticate(void *wpa_s, u16 reason_code) in _wpa_supplicant_deauthenticate()
44 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol()
71 static u8 * _wpa_alloc_eapol(void *wpa_s, u8 type, in _wpa_alloc_eapol()
81 struct wpa_supplicant *wpa_s = ctx; in _wpa_supplicant_set_state() local
88 struct wpa_supplicant *wpa_s = ctx; in _wpa_supplicant_get_state() local
93 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send()
101 static void * wpa_supplicant_get_network_ctx(void *wpa_s) in wpa_supplicant_get_network_ctx()
107 static void _wpa_supplicant_cancel_auth_timeout(void *wpa_s) in _wpa_supplicant_cancel_auth_timeout()
113 static int wpa_supplicant_get_beacon_ie(void *wpa_s) in wpa_supplicant_get_beacon_ie()
120 static int wpa_supplicant_get_bssid(void *wpa_s, u8 *bssid) in wpa_supplicant_get_bssid()
[all …]
H A Devents.c63 int wpas_temp_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in wpas_temp_disabled()
91 static int wpas_reenabled_network_time(struct wpa_supplicant *wpa_s) in wpas_reenabled_network_time()
121 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_network_reenabled() local
136 struct wpa_supplicant *wpa_s, const u8 *bssid) in wpa_supplicant_get_new_bss()
150 static void wpa_supplicant_update_current_bss(struct wpa_supplicant *wpa_s) in wpa_supplicant_update_current_bss()
166 static int wpa_supplicant_select_config(struct wpa_supplicant *wpa_s) in wpa_supplicant_select_config()
254 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_stop_countermeasures() local
274 void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s) in wpa_supplicant_mark_disassoc()
341 static void wpa_find_assoc_pmkid(struct wpa_supplicant *wpa_s) in wpa_find_assoc_pmkid()
366 static void wpa_supplicant_event_pmkid_candidate(struct wpa_supplicant *wpa_s, in wpa_supplicant_event_pmkid_candidate()
[all …]
H A Dscan.c28 static void wpa_supplicant_gen_assoc_event(struct wpa_supplicant *wpa_s) in wpa_supplicant_gen_assoc_event()
50 static int wpas_wps_in_use(struct wpa_supplicant *wpa_s, in wpas_wps_in_use()
91 int wpa_supplicant_enabled_networks(struct wpa_supplicant *wpa_s) in wpa_supplicant_enabled_networks()
117 static void wpa_supplicant_assoc_try(struct wpa_supplicant *wpa_s, in wpa_supplicant_assoc_try()
157 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_trigger_scan_cb() local
248 int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s, in wpa_supplicant_trigger_scan()
274 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_delayed_sched_scan_timeout() local
286 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_sched_scan_timeout() local
296 wpa_supplicant_start_sched_scan(struct wpa_supplicant *wpa_s, in wpa_supplicant_start_sched_scan()
312 static int wpa_supplicant_stop_sched_scan(struct wpa_supplicant *wpa_s) in wpa_supplicant_stop_sched_scan()
[all …]
H A Ddpp_supplicant.c62 int wpas_dpp_qr_code(struct wpa_supplicant *wpa_s, const char *cmd) in wpas_dpp_qr_code()
93 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_dpp_auth_resp_retry_timeout() local
113 static void wpas_dpp_auth_resp_retry(struct wpa_supplicant *wpa_s) in wpas_dpp_auth_resp_retry()
148 static void wpas_dpp_try_to_connect(struct wpa_supplicant *wpa_s) in wpas_dpp_try_to_connect()
160 static void wpas_dpp_tx_status(struct wpa_supplicant *wpa_s, in wpas_dpp_tx_status()
251 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_dpp_reply_wait_timeout() local
315 static void wpas_dpp_set_testing_options(struct wpa_supplicant *wpa_s, in wpas_dpp_set_testing_options()
336 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_dpp_init_timeout() local
345 static int wpas_dpp_auth_init_next(struct wpa_supplicant *wpa_s) in wpas_dpp_auth_init_next()
433 int wpas_dpp_auth_init(struct wpa_supplicant *wpa_s, const char *cmd) in wpas_dpp_auth_init()
[all …]
H A Dwps_supplicant.h92 static inline int wpas_wps_init(struct wpa_supplicant *wpa_s) in wpas_wps_init()
97 static inline void wpas_wps_deinit(struct wpa_supplicant *wpa_s) in wpas_wps_deinit()
101 static inline int wpas_wps_eapol_cb(struct wpa_supplicant *wpa_s) in wpas_wps_eapol_cb()
111 static inline int wpas_wps_ssid_bss_match(struct wpa_supplicant *wpa_s, in wpas_wps_ssid_bss_match()
118 static inline int wpas_wps_ssid_wildcard_ok(struct wpa_supplicant *wpa_s, in wpas_wps_ssid_wildcard_ok()
125 static inline int wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, in wpas_wps_scan_pbc_overlap()
132 static inline void wpas_wps_notify_scan_results(struct wpa_supplicant *wpa_s) in wpas_wps_notify_scan_results()
136 static inline int wpas_wps_searching(struct wpa_supplicant *wpa_s) in wpas_wps_searching()
141 static inline void wpas_wps_update_ap_info(struct wpa_supplicant *wpa_s, in wpas_wps_update_ap_info()
146 static inline void wpas_wps_notify_assoc(struct wpa_supplicant *wpa_s, in wpas_wps_notify_assoc()
[all …]
H A Dsme.c58 static int sme_set_sae_group(struct wpa_supplicant *wpa_s) in sme_set_sae_group()
86 static struct wpabuf * sme_auth_build_sae_commit(struct wpa_supplicant *wpa_s, in sme_auth_build_sae_commit()
157 static struct wpabuf * sme_auth_build_sae_confirm(struct wpa_supplicant *wpa_s, in sme_auth_build_sae_confirm()
183 static void sme_auth_handle_rrm(struct wpa_supplicant *wpa_s, in sme_auth_handle_rrm()
240 static void sme_send_authentication(struct wpa_supplicant *wpa_s, in sme_send_authentication()
835 struct wpa_supplicant *wpa_s = work->wpa_s; in sme_auth_start_cb() local
863 void sme_authenticate(struct wpa_supplicant *wpa_s, in sme_authenticate()
935 static int sme_external_auth_send_sae_commit(struct wpa_supplicant *wpa_s, in sme_external_auth_send_sae_commit()
965 static void sme_send_external_auth_status(struct wpa_supplicant *wpa_s, in sme_send_external_auth_status()
979 static int sme_handle_external_auth_start(struct wpa_supplicant *wpa_s, in sme_handle_external_auth_start()
[all …]
H A Dctrl_iface.c70 static int set_bssid_filter(struct wpa_supplicant *wpa_s, char *val) in set_bssid_filter()
107 static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) in set_disallow_aps()
232 static int wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) in wpas_ctrl_set_blob()
271 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) in wpas_ctrl_pno()
297 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) in wpas_ctrl_set_band()
321 static int wpas_ctrl_iface_set_lci(struct wpa_supplicant *wpa_s, in wpas_ctrl_iface_set_lci()
349 wpas_ctrl_set_relative_rssi(struct wpa_supplicant *wpa_s, const char *cmd) in wpas_ctrl_set_relative_rssi()
367 static int wpas_ctrl_set_relative_band_adjust(struct wpa_supplicant *wpa_s, in wpas_ctrl_set_relative_band_adjust()
395 static int wpas_ctrl_iface_set_ric_ies(struct wpa_supplicant *wpa_s, in wpas_ctrl_iface_set_ric_ies()
417 static int wpa_supplicant_ctrl_iface_set(struct wpa_supplicant *wpa_s, in wpa_supplicant_ctrl_iface_set()
[all …]
H A Dwmm_ac.c69 static int wmm_ac_add_ts(struct wpa_supplicant *wpa_s, const u8 *addr, in wmm_ac_add_ts()
118 static void wmm_ac_del_ts_idx(struct wpa_supplicant *wpa_s, u8 ac, in wmm_ac_del_ts_idx()
142 static void wmm_ac_del_req(struct wpa_supplicant *wpa_s, int failed) in wmm_ac_del_req()
161 struct wpa_supplicant *wpa_s = eloop_ctx; in wmm_ac_addts_req_timeout() local
173 static int wmm_ac_send_addts_request(struct wpa_supplicant *wpa_s, in wmm_ac_send_addts_request()
208 static int wmm_ac_send_delts(struct wpa_supplicant *wpa_s, in wmm_ac_send_delts()
241 static int wmm_ac_find_tsid(struct wpa_supplicant *wpa_s, u8 tsid, in wmm_ac_find_tsid()
263 wmm_ac_build_addts_req(struct wpa_supplicant *wpa_s, in wmm_ac_build_addts_req()
328 static int wmm_ac_should_replace_ts(struct wpa_supplicant *wpa_s, in wmm_ac_should_replace_ts()
375 static int wmm_ac_ts_req_is_valid(struct wpa_supplicant *wpa_s, in wmm_ac_ts_req_is_valid()
[all …]
H A Dmesh.c30 static void wpa_supplicant_mesh_deinit(struct wpa_supplicant *wpa_s) in wpa_supplicant_mesh_deinit()
44 void wpa_supplicant_mesh_iface_deinit(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_iface_deinit()
71 static struct mesh_conf * mesh_config_create(struct wpa_supplicant *wpa_s, in mesh_config_create()
138 struct wpa_supplicant *wpa_s) in wpas_mesh_copy_groups()
155 static int wpas_mesh_init_rsn(struct wpa_supplicant *wpa_s) in wpas_mesh_init_rsn()
193 static int wpas_mesh_complete(struct wpa_supplicant *wpa_s) in wpas_mesh_complete()
243 static int wpa_supplicant_mesh_init(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_init()
405 void wpa_mesh_notify_peer(struct wpa_supplicant *wpa_s, const u8 *addr, in wpa_mesh_notify_peer()
422 void wpa_supplicant_mesh_add_scan_ie(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_add_scan_ie()
435 int wpa_supplicant_join_mesh(struct wpa_supplicant *wpa_s, in wpa_supplicant_join_mesh()
[all …]
H A Doffchannel.c22 wpas_get_tx_interface(struct wpa_supplicant *wpa_s, const u8 *src) in wpas_get_tx_interface()
72 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_send_action_cb() local
180 struct wpa_supplicant *wpa_s, const u8 *dst, const u8 *data, in offchannel_send_action_tx_status()
259 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action()
262 void (*tx_cb)(struct wpa_supplicant *wpa_s, in offchannel_send_action()
392 void offchannel_send_action_done(struct wpa_supplicant *wpa_s) in offchannel_send_action_done()
423 void offchannel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in offchannel_remain_on_channel_cb()
440 void offchannel_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in offchannel_cancel_remain_on_channel_cb()
457 const void * offchannel_pending_action_tx(struct wpa_supplicant *wpa_s) in offchannel_pending_action_tx()
467 void offchannel_clear_pending_action_tx(struct wpa_supplicant *wpa_s) in offchannel_clear_pending_action_tx()
[all …]
H A Dwnm_sta.c33 static int ieee80211_11_get_tfs_ie(struct wpa_supplicant *wpa_s, u8 *buf, in ieee80211_11_get_tfs_ie()
43 static int ieee80211_11_set_tfs_ie(struct wpa_supplicant *wpa_s, in ieee80211_11_set_tfs_ie()
56 int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, in ieee802_11_send_wnmsleep_req()
199 static void wnm_sleep_mode_enter_success(struct wpa_supplicant *wpa_s, in wnm_sleep_mode_enter_success()
224 static void wnm_sleep_mode_exit_success(struct wpa_supplicant *wpa_s, in wnm_sleep_mode_exit_success()
291 static void ieee802_11_rx_wnmsleep_resp(struct wpa_supplicant *wpa_s, in ieee802_11_rx_wnmsleep_resp()
404 void wnm_deallocate_memory(struct wpa_supplicant *wpa_s) in wnm_deallocate_memory()
514 static int wnm_nei_get_chan(struct wpa_supplicant *wpa_s, u8 op_class, u8 chan) in wnm_nei_get_chan()
545 static void wnm_parse_neighbor_report(struct wpa_supplicant *wpa_s, in wnm_parse_neighbor_report()
587 static void wnm_clear_acceptable(struct wpa_supplicant *wpa_s) in wnm_clear_acceptable()
[all …]
H A Dmesh_mpm.c69 static int mesh_mpm_parse_peer_mgmt(struct wpa_supplicant *wpa_s, in mesh_mpm_parse_peer_mgmt()
121 static u16 copy_supp_rates(struct wpa_supplicant *wpa_s, in copy_supp_rates()
150 static Boolean matches_local(struct wpa_supplicant *wpa_s, in matches_local()
170 static Boolean llid_in_use(struct wpa_supplicant *wpa_s, u16 llid) in llid_in_use()
185 static void mesh_mpm_init_link(struct wpa_supplicant *wpa_s, in mesh_mpm_init_link()
207 static void mesh_mpm_send_plink_action(struct wpa_supplicant *wpa_s, in mesh_mpm_send_plink_action()
429 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state()
455 static void mesh_mpm_fsm_restart(struct wpa_supplicant *wpa_s, in mesh_mpm_fsm_restart()
468 struct wpa_supplicant *wpa_s = eloop_ctx; in plink_timer() local
519 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open()
[all …]
H A Dhs20_supplicant.c67 void hs20_configure_frame_filters(struct wpa_supplicant *wpa_s) in hs20_configure_frame_filters()
161 int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in is_hs20_network()
190 int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in hs20_get_pps_mo_id()
263 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, in hs20_anqp_send_req()
321 static struct icon_entry * hs20_find_icon(struct wpa_supplicant *wpa_s, in hs20_find_icon()
337 int hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, in hs20_get_icon()
387 int hs20_del_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, in hs20_del_icon()
441 static void hs20_remove_duplicate_icons(struct wpa_supplicant *wpa_s, in hs20_remove_duplicate_icons()
459 static int hs20_process_icon_binary_file(struct wpa_supplicant *wpa_s, in hs20_process_icon_binary_file()
555 struct wpa_supplicant *wpa_s = eloop_ctx; in hs20_continue_icon_fetch() local
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new.h270 static inline int wpas_dbus_register_interface(struct wpa_supplicant *wpa_s) in wpas_dbus_register_interface()
275 static inline int wpas_dbus_unregister_interface(struct wpa_supplicant *wpa_s) in wpas_dbus_unregister_interface()
282 static inline void wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_prop_changed()
288 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, in wpas_dbus_bss_signal_prop_changed()
294 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in wpas_dbus_signal_network_enabled_changed()
299 struct wpa_supplicant *wpa_s, int id) in wpas_dbus_signal_network_selected()
304 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in wpas_dbus_signal_network_request()
309 static inline void wpas_dbus_signal_scan_done(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_scan_done()
314 static inline void wpas_dbus_signal_wps_cred(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_wps_cred()
319 static inline void wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_wps_event_m2d()
[all …]
H A Ddbus_new.c65 struct wpa_supplicant *wpa_s; in noc_filter() local
131 static void wpas_dbus_signal_interface(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_interface()
170 static void wpas_dbus_signal_interface_added(struct wpa_supplicant *wpa_s) in wpas_dbus_signal_interface_added()
182 static void wpas_dbus_signal_interface_removed(struct wpa_supplicant *wpa_s) in wpas_dbus_signal_interface_removed()
196 void wpas_dbus_signal_scan_done(struct wpa_supplicant *wpa_s, int success) in wpas_dbus_signal_scan_done()
233 static void wpas_dbus_signal_bss(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss()
274 static void wpas_dbus_signal_bss_added(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss_added()
288 static void wpas_dbus_signal_bss_removed(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss_removed()
303 static void wpas_dbus_signal_blob(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_blob()
337 void wpas_dbus_signal_blob_added(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_blob_added()
[all …]

123