Home
last modified time | relevance | path

Searched refs:wpa_auth_uses_sae (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h296 int wpa_auth_uses_sae(struct wpa_state_machine *sm);
Dwpa_auth.c141 if (sta && wpa_auth_uses_sae(sta->wpa_sm)) { in wpa_auth_get_psk()
1523 if (wpa_auth_uses_sae(sm) && sm->pmksa) { in SM_STATE()
2062 } else if (wpa_auth_uses_sae(sm) && sm->pmksa) { in SM_STEP()
2573 int wpa_auth_uses_sae(struct wpa_state_machine *sm) in wpa_auth_uses_sae() function
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c382 if (wpa_auth_uses_sae(sta->wpa_sm) && sta->sae && in hostap_new_assoc_sta()