Searched refs:wpa_sm_set_config (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.h | 192 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config); 302 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config() function
|
H A D | wpa.c | 4446 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) in wpa_sm_set_config() function
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 1564 wpa_sm_set_config(wpa_s->wpa, ssid ? &conf : NULL); in wpa_supplicant_rsn_supp_set_config()
|
H A D | wpa_supplicant.c | 1322 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_reload_configuration() 4679 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_clear_connection() 4857 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_remove_network() 4910 wpa_sm_set_config(wpa_s->wpa, NULL); in wpa_supplicant_remove_all_networks()
|
H A D | wps_supplicant.c | 985 wpa_sm_set_config(wpa_s->wpa, NULL); in wpas_clear_wps()
|
H A D | interworking.c | 936 wpa_sm_set_config(wpa_s->wpa, NULL); in remove_duplicate_network()
|
H A D | p2p_supplicant.c | 1075 wpa_sm_set_config(wpa_s->wpa, NULL); in wpas_p2p_group_delete()
|