Searched refs:wpa_auth_uses_sae (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h433 int wpa_auth_uses_sae(struct wpa_state_machine *sm);
H A Dwpa_auth_glue.c271 if (sta && wpa_auth_uses_sae(sta->wpa_sm)) {
H A Dwpa_auth.c2084 if (wpa_auth_uses_sae(sm) && sm->pmksa) {
3460 } else if (wpa_auth_uses_sae(sm) && sm->pmksa) {
4812 int wpa_auth_uses_sae(struct wpa_state_machine *sm) function
H A Dieee802_11.c3128 if (wpa_auth_uses_sae(sta->wpa_sm) && sta->sae &&
3132 if (wpa_auth_uses_sae(sta->wpa_sm) &&
3144 } else if (wpa_auth_uses_sae(sta->wpa_sm) &&

Completed in 85 milliseconds