/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 62 int wpas_notify_iface_added(struct wpa_supplicant *wpa_s) in wpas_notify_iface_added() 77 void wpas_notify_iface_removed(struct wpa_supplicant *wpa_s) in wpas_notify_iface_removed() 90 void wpas_notify_state_changed(struct wpa_supplicant *wpa_s, in wpas_notify_state_changed() 134 void wpas_notify_disconnect_reason(struct wpa_supplicant *wpa_s) in wpas_notify_disconnect_reason() 143 void wpas_notify_assoc_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_assoc_status_code() 152 void wpas_notify_network_changed(struct wpa_supplicant *wpa_s) in wpas_notify_network_changed() 161 void wpas_notify_ap_scan_changed(struct wpa_supplicant *wpa_s) in wpas_notify_ap_scan_changed() 170 void wpas_notify_bssid_changed(struct wpa_supplicant *wpa_s) in wpas_notify_bssid_changed() 179 void wpas_notify_auth_changed(struct wpa_supplicant *wpa_s) in wpas_notify_auth_changed() 188 void wpas_notify_network_enabled_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_enabled_changed() [all …]
|
D | driver_i.h | 15 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_scan(struct wpa_supplicant *wpa_s, in wpa_drv_scan() [all …]
|
D | p2p_supplicant.h | 214 wpas_p2p_init(struct wpa_global *global, struct wpa_supplicant *wpa_s) in wpas_p2p_init() 219 static inline void wpas_p2p_deinit(struct wpa_supplicant *wpa_s) in wpas_p2p_deinit() 223 static inline void wpas_p2p_completed(struct wpa_supplicant *wpa_s) in wpas_p2p_completed() 227 static inline void wpas_p2p_update_config(struct wpa_supplicant *wpa_s) in wpas_p2p_update_config() 231 static inline int wpas_p2p_probe_req_rx(struct wpa_supplicant *wpa_s, in wpas_p2p_probe_req_rx() 240 static inline void wpas_p2p_wps_success(struct wpa_supplicant *wpa_s, in wpas_p2p_wps_success() 246 wpas_p2p_update_channel_list(struct wpa_supplicant *wpa_s, in wpas_p2p_update_channel_list() 251 static inline void wpas_p2p_update_best_channels(struct wpa_supplicant *wpa_s, in wpas_p2p_update_best_channels() 257 static inline void wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, in wpas_p2p_rx_action() 265 static inline void wpas_p2p_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in wpas_p2p_remain_on_channel_cb() [all …]
|
D | sme.h | 44 static inline void sme_authenticate(struct wpa_supplicant *wpa_s, in sme_authenticate() 50 static inline void sme_event_auth(struct wpa_supplicant *wpa_s, in sme_event_auth() 55 static inline int sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md, in sme_update_ft_ies() 62 static inline void sme_event_assoc_reject(struct wpa_supplicant *wpa_s, in sme_event_assoc_reject() 67 static inline void sme_event_auth_timed_out(struct wpa_supplicant *wpa_s, in sme_event_auth_timed_out() 72 static inline void sme_event_assoc_timed_out(struct wpa_supplicant *wpa_s, in sme_event_assoc_timed_out() 77 static inline void sme_event_disassoc(struct wpa_supplicant *wpa_s, in sme_event_disassoc() 82 static inline void sme_event_unprot_disconnect(struct wpa_supplicant *wpa_s, in sme_event_unprot_disconnect() 88 static inline void sme_state_changed(struct wpa_supplicant *wpa_s) in sme_state_changed() 93 sme_disassoc_while_authenticating(struct wpa_supplicant *wpa_s, in sme_disassoc_while_authenticating() [all …]
|
D | ap.c | 48 static void wpas_conf_ap_vht(struct wpa_supplicant *wpa_s, in wpas_conf_ap_vht() 100 int wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s, in wpa_supplicant_conf_ap_ht() 204 static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s, in wpa_supplicant_conf_ap() 465 struct wpa_supplicant *wpa_s = ctx; in ap_public_action_rx() local 485 struct wpa_supplicant *wpa_s = ctx; in ap_wps_event_cb() local 519 struct wpa_supplicant *wpa_s = ctx; in ap_new_psk_cb() local 530 struct wpa_supplicant *wpa_s = ctx; in ap_vendor_action_rx() local 549 struct wpa_supplicant *wpa_s = ctx; in ap_probe_req_rx() local 563 struct wpa_supplicant *wpa_s = ctx; in ap_wps_reg_success_cb() local 570 struct wpa_supplicant *wpa_s = ctx; in wpas_ap_configured_cb() local [all …]
|
D | preauth_test.c | 38 static void _wpa_supplicant_deauthenticate(void *wpa_s, int 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 …]
|
D | wpas_kay.c | 41 static int wpas_enable_protect_frames(void *wpa_s, Boolean enabled) in wpas_enable_protect_frames() 47 static int wpas_set_replay_protect(void *wpa_s, Boolean enabled, u32 window) in wpas_set_replay_protect() 53 static int wpas_set_current_cipher_suite(void *wpa_s, const u8 *cs, in wpas_set_current_cipher_suite() 60 static int wpas_enable_controlled_port(void *wpa_s, Boolean enabled) in wpas_enable_controlled_port() 66 static int wpas_get_receive_lowest_pn(void *wpa_s, u32 channel, in wpas_get_receive_lowest_pn() 73 static int wpas_get_transmit_next_pn(void *wpa_s, u32 channel, in wpas_get_transmit_next_pn() 80 static int wpas_set_transmit_next_pn(void *wpa_s, u32 channel, in wpas_set_transmit_next_pn() 87 static int wpas_get_available_receive_sc(void *wpa_s, u32 *channel) in wpas_get_available_receive_sc() 107 static int wpas_create_receive_sc(void *wpa_s, u32 channel, in wpas_create_receive_sc() 117 static int wpas_delete_receive_sc(void *wpa_s, u32 channel) in wpas_delete_receive_sc() [all …]
|
D | wpa_supplicant.c | 116 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in wpa_set_wep_keys() 134 int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s, in wpa_supplicant_set_wpa_none_key() 193 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_timeout() local 221 void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, in wpa_supplicant_req_auth_timeout() 243 void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s) in wpa_supplicant_cancel_auth_timeout() 258 void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s) in wpa_supplicant_initiate_eapol() 344 void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s, in wpa_supplicant_set_non_wpa_policy() 388 void free_hw_features(struct wpa_supplicant *wpa_s) in free_hw_features() 404 static void free_bss_tmp_disallowed(struct wpa_supplicant *wpa_s) in free_bss_tmp_disallowed() 416 static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s) in wpa_supplicant_cleanup() [all …]
|
D | wps_supplicant.h | 92 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 …]
|
D | wpas_glue.c | 37 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_set_config_blob() local 52 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_get_config_blob() local 60 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() 96 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() 139 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_eapol_send() local 231 struct wpa_supplicant *wpa_s = ctx; in wpa_eapol_set_wep_key() local 248 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_aborted_cached() local 271 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_eapol_cb() local 354 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_notify_eapol_done() local 369 static int wpa_get_beacon_ie(struct wpa_supplicant *wpa_s) in wpa_get_beacon_ie() [all …]
|
D | wps_supplicant.c | 54 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() 263 static void wpas_wps_remove_dup_network(struct wpa_supplicant *wpa_s, in wpas_wps_remove_dup_network() 362 struct wpa_supplicant *wpa_s = ctx; in wpa_supplicant_wps_cred() local 578 static void wpa_supplicant_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpa_supplicant_wps_event_m2d() 605 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_wps_clear_timeout() local 611 static void wpa_supplicant_wps_event_fail(struct wpa_supplicant *wpa_s, in wpa_supplicant_wps_event_fail() [all …]
|
D | events.c | 57 static int wpas_temp_disabled(struct wpa_supplicant *wpa_s, in wpas_temp_disabled() 86 static int wpas_reenabled_network_time(struct wpa_supplicant *wpa_s) in wpas_reenabled_network_time() 116 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_network_reenabled() local 131 struct wpa_supplicant *wpa_s, const u8 *bssid) in wpa_supplicant_get_new_bss() 145 static void wpa_supplicant_update_current_bss(struct wpa_supplicant *wpa_s) in wpa_supplicant_update_current_bss() 161 static int wpa_supplicant_select_config(struct wpa_supplicant *wpa_s) in wpa_supplicant_select_config() 249 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_stop_countermeasures() local 269 void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s) in wpa_supplicant_mark_disassoc() 312 static void wpa_find_assoc_pmkid(struct wpa_supplicant *wpa_s) in wpa_find_assoc_pmkid() 337 static void wpa_supplicant_event_pmkid_candidate(struct wpa_supplicant *wpa_s, in wpa_supplicant_event_pmkid_candidate() [all …]
|
D | p2p_supplicant.c | 171 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 327 static int wpas_p2p_search_social_channel(struct wpa_supplicant *wpa_s, in wpas_p2p_search_social_channel() 347 struct wpa_supplicant *wpa_s = ctx; in wpas_p2p_scan() local 474 static struct wpa_supplicant * wpas_get_p2p_group(struct wpa_supplicant *wpa_s, in wpas_get_p2p_group() 501 struct wpa_supplicant *wpa_s = eloop_ctx; in run_wpas_p2p_disconnect() local 509 static int wpas_p2p_disconnect_safely(struct wpa_supplicant *wpa_s, in wpas_p2p_disconnect_safely() [all …]
|
D | sme.c | 56 static int sme_set_sae_group(struct wpa_supplicant *wpa_s) in sme_set_sae_group() 84 static struct wpabuf * sme_auth_build_sae_commit(struct wpa_supplicant *wpa_s, in sme_auth_build_sae_commit() 122 static struct wpabuf * sme_auth_build_sae_confirm(struct wpa_supplicant *wpa_s) in sme_auth_build_sae_confirm() 145 static void sme_auth_handle_rrm(struct wpa_supplicant *wpa_s, in sme_auth_handle_rrm() 194 static void sme_send_authentication(struct wpa_supplicant *wpa_s, in sme_send_authentication() 620 struct wpa_supplicant *wpa_s = work->wpa_s; in sme_auth_start_cb() local 644 void sme_authenticate(struct wpa_supplicant *wpa_s, in sme_authenticate() 690 static int sme_sae_auth(struct wpa_supplicant *wpa_s, u16 auth_transaction, in sme_sae_auth() 800 void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data) in sme_event_auth() 928 void sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode, in sme_associate() [all …]
|
D | offchannel.c | 22 wpas_get_tx_interface(struct wpa_supplicant *wpa_s, const u8 *src) in wpas_get_tx_interface() 51 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_send_action_cb() local 159 struct wpa_supplicant *wpa_s, const u8 *dst, const u8 *data, in offchannel_send_action_tx_status() 238 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action() 241 void (*tx_cb)(struct wpa_supplicant *wpa_s, in offchannel_send_action() 369 void offchannel_send_action_done(struct wpa_supplicant *wpa_s) in offchannel_send_action_done() 399 void offchannel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in offchannel_remain_on_channel_cb() 416 void offchannel_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, in offchannel_cancel_remain_on_channel_cb() 433 const void * offchannel_pending_action_tx(struct wpa_supplicant *wpa_s) in offchannel_pending_action_tx() 443 void offchannel_clear_pending_action_tx(struct wpa_supplicant *wpa_s) in offchannel_clear_pending_action_tx() [all …]
|
D | scan.c | 28 static void wpa_supplicant_gen_assoc_event(struct wpa_supplicant *wpa_s) in wpa_supplicant_gen_assoc_event() 51 static int wpas_wps_in_use(struct wpa_supplicant *wpa_s, in wpas_wps_in_use() 95 int wpa_supplicant_enabled_networks(struct wpa_supplicant *wpa_s) in wpa_supplicant_enabled_networks() 121 static void wpa_supplicant_assoc_try(struct wpa_supplicant *wpa_s, in wpa_supplicant_assoc_try() 151 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_trigger_scan_cb() local 221 int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s, in wpa_supplicant_trigger_scan() 248 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_delayed_sched_scan_timeout() local 260 struct wpa_supplicant *wpa_s = eloop_ctx; in wpa_supplicant_sched_scan_timeout() local 269 int wpa_supplicant_start_sched_scan(struct wpa_supplicant *wpa_s, in wpa_supplicant_start_sched_scan() 285 int wpa_supplicant_stop_sched_scan(struct wpa_supplicant *wpa_s) in wpa_supplicant_stop_sched_scan() [all …]
|
D | wmm_ac.c | 69 static int wmm_ac_add_ts(struct wpa_supplicant *wpa_s, const u8 *addr, in wmm_ac_add_ts() 121 static void wmm_ac_del_ts_idx(struct wpa_supplicant *wpa_s, u8 ac, in wmm_ac_del_ts_idx() 145 static void wmm_ac_del_req(struct wpa_supplicant *wpa_s, int failed) in wmm_ac_del_req() 164 struct wpa_supplicant *wpa_s = eloop_ctx; in wmm_ac_addts_req_timeout() local 176 static int wmm_ac_send_addts_request(struct wpa_supplicant *wpa_s, in wmm_ac_send_addts_request() 211 static int wmm_ac_send_delts(struct wpa_supplicant *wpa_s, in wmm_ac_send_delts() 244 static int wmm_ac_find_tsid(struct wpa_supplicant *wpa_s, u8 tsid, in wmm_ac_find_tsid() 266 wmm_ac_build_addts_req(struct wpa_supplicant *wpa_s, in wmm_ac_build_addts_req() 331 static int wmm_ac_should_replace_ts(struct wpa_supplicant *wpa_s, in wmm_ac_should_replace_ts() 378 static int wmm_ac_ts_req_is_valid(struct wpa_supplicant *wpa_s, in wmm_ac_ts_req_is_valid() [all …]
|
D | mesh.c | 30 static void wpa_supplicant_mesh_deinit(struct wpa_supplicant *wpa_s) in wpa_supplicant_mesh_deinit() 42 void wpa_supplicant_mesh_iface_deinit(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_iface_deinit() 102 struct wpa_supplicant *wpa_s) in wpas_mesh_copy_groups() 119 static int wpa_supplicant_mesh_init(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_init() 301 void wpa_mesh_notify_peer(struct wpa_supplicant *wpa_s, const u8 *addr, in wpa_mesh_notify_peer() 318 void wpa_supplicant_mesh_add_scan_ie(struct wpa_supplicant *wpa_s, in wpa_supplicant_mesh_add_scan_ie() 331 int wpa_supplicant_join_mesh(struct wpa_supplicant *wpa_s, in wpa_supplicant_join_mesh() 430 int wpa_supplicant_leave_mesh(struct wpa_supplicant *wpa_s) in wpa_supplicant_leave_mesh() 544 static int wpas_mesh_get_ifname(struct wpa_supplicant *wpa_s, char *ifname, in wpas_mesh_get_ifname() 565 int wpas_mesh_add_interface(struct wpa_supplicant *wpa_s, char *ifname, in wpas_mesh_add_interface() [all …]
|
D | ctrl_iface.c | 63 static int set_bssid_filter(struct wpa_supplicant *wpa_s, char *val) in set_bssid_filter() 100 static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) in set_disallow_aps() 225 static int wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) in wpas_ctrl_set_blob() 264 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) in wpas_ctrl_pno() 290 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) in wpas_ctrl_set_band() 314 static int wpa_supplicant_ctrl_iface_set(struct wpa_supplicant *wpa_s, in wpa_supplicant_ctrl_iface_set() 511 static int wpa_supplicant_ctrl_iface_get(struct wpa_supplicant *wpa_s, in wpa_supplicant_ctrl_iface_get() 556 static int wpa_supplicant_ctrl_iface_preauth(struct wpa_supplicant *wpa_s, in wpa_supplicant_ctrl_iface_preauth() 581 struct wpa_supplicant *wpa_s, char *addr) in wpa_supplicant_ctrl_iface_stkstart() 602 struct wpa_supplicant *wpa_s, char *addr) in wpa_supplicant_ctrl_iface_tdls_discover() [all …]
|
D | mesh_mpm.c | 70 static int mesh_mpm_parse_peer_mgmt(struct wpa_supplicant *wpa_s, in mesh_mpm_parse_peer_mgmt() 122 static u16 copy_supp_rates(struct wpa_supplicant *wpa_s, in copy_supp_rates() 151 static Boolean matches_local(struct wpa_supplicant *wpa_s, in matches_local() 171 static Boolean llid_in_use(struct wpa_supplicant *wpa_s, u16 llid) in llid_in_use() 186 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() 381 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state() 406 static void mesh_mpm_fsm_restart(struct wpa_supplicant *wpa_s, in mesh_mpm_fsm_restart() 419 struct wpa_supplicant *wpa_s = eloop_ctx; in plink_timer() local 470 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open() [all …]
|
D | hs20_supplicant.c | 81 int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in is_hs20_network() 110 int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in hs20_get_pps_mo_id() 183 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, in hs20_anqp_send_req() 241 static struct icon_entry * hs20_find_icon(struct wpa_supplicant *wpa_s, in hs20_find_icon() 257 int hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, in hs20_get_icon() 307 int hs20_del_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, in hs20_del_icon() 361 static void hs20_remove_duplicate_icons(struct wpa_supplicant *wpa_s, in hs20_remove_duplicate_icons() 379 static int hs20_process_icon_binary_file(struct wpa_supplicant *wpa_s, in hs20_process_icon_binary_file() 476 struct wpa_supplicant *wpa_s = eloop_ctx; in hs20_continue_icon_fetch() local 482 static void hs20_osu_icon_fetch_result(struct wpa_supplicant *wpa_s, int res) in hs20_osu_icon_fetch_result() [all …]
|
D | bgscan.c | 34 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in bgscan_init() 79 void bgscan_deinit(struct wpa_supplicant *wpa_s) in bgscan_deinit() 91 int bgscan_notify_scan(struct wpa_supplicant *wpa_s, in bgscan_notify_scan() 101 void bgscan_notify_beacon_loss(struct wpa_supplicant *wpa_s) in bgscan_notify_beacon_loss() 108 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, in bgscan_notify_signal_change()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 244 static inline int wpas_dbus_register_interface(struct wpa_supplicant *wpa_s) in wpas_dbus_register_interface() 249 static inline int wpas_dbus_unregister_interface(struct wpa_supplicant *wpa_s) in wpas_dbus_unregister_interface() 256 static inline void wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_prop_changed() 262 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, in wpas_dbus_bss_signal_prop_changed() 268 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) in wpas_dbus_signal_network_enabled_changed() 273 struct wpa_supplicant *wpa_s, int id) in wpas_dbus_signal_network_selected() 278 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in wpas_dbus_signal_network_request() 283 static inline void wpas_dbus_signal_scan_done(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_scan_done() 288 static inline void wpas_dbus_signal_wps_cred(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_wps_cred() 293 static inline void wpas_dbus_signal_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_wps_event_m2d() [all …]
|
D | dbus_new.c | 64 struct wpa_supplicant *wpa_s; in noc_filter() local 130 static void wpas_dbus_signal_interface(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_interface() 168 static void wpas_dbus_signal_interface_added(struct wpa_supplicant *wpa_s) in wpas_dbus_signal_interface_added() 180 static void wpas_dbus_signal_interface_removed(struct wpa_supplicant *wpa_s) in wpas_dbus_signal_interface_removed() 194 void wpas_dbus_signal_scan_done(struct wpa_supplicant *wpa_s, int success) in wpas_dbus_signal_scan_done() 231 static void wpas_dbus_signal_bss(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss() 272 static void wpas_dbus_signal_bss_added(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss_added() 286 static void wpas_dbus_signal_bss_removed(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_bss_removed() 301 static void wpas_dbus_signal_blob(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_blob() 335 void wpas_dbus_signal_blob_added(struct wpa_supplicant *wpa_s, in wpas_dbus_signal_blob_added() [all …]
|
D | dbus_old_handlers.c | 158 struct wpa_supplicant *wpa_s; in wpas_dbus_global_add_interface() local 209 struct wpa_supplicant *wpa_s; in wpas_dbus_global_remove_interface() local 255 struct wpa_supplicant *wpa_s; in wpas_dbus_global_get_interface() local 331 struct wpa_supplicant *wpa_s) in wpas_dbus_iface_scan() 350 struct wpa_supplicant *wpa_s) in wpas_dbus_iface_scan_results() 411 struct wpa_supplicant *wpa_s, in wpas_dbus_bssid_properties() 478 struct wpa_supplicant *wpa_s) in wpas_dbus_iface_capabilities() 713 struct wpa_supplicant *wpa_s) in wpas_dbus_iface_add_network() 755 struct wpa_supplicant *wpa_s) in wpas_dbus_iface_remove_network() 843 struct wpa_supplicant *wpa_s, in wpas_dbus_iface_set_network() [all …]
|