Searched refs:wpa_sm_set_config (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.h | 107 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config); 181 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config() function
|
D | wpa.c | 2187 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) in wpa_sm_set_config() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 922 wpa_sm_set_config(wpa_s->wpa, ssid ? &conf : NULL); in wpa_supplicant_rsn_supp_set_config()
|
D | wpa_supplicant.c | 816 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_reload_configuration() 1727 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_clear_connection()
|
D | wps_supplicant.c | 907 wpa_sm_set_config(wpa_s->wpa, NULL); in wpas_clear_wps()
|
D | ctrl_iface.c | 2289 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_ctrl_iface_remove_network() 2329 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_ctrl_iface_remove_network()
|
D | p2p_supplicant.c | 461 wpa_sm_set_config(wpa_s->wpa, NULL); in wpas_p2p_group_delete()
|