Searched refs:wpa_auth_uses_sae (Results 1 – 3 of 3) sorted by relevance
296 int wpa_auth_uses_sae(struct wpa_state_machine *sm);
141 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
382 if (wpa_auth_uses_sae(sta->wpa_sm) && sta->sae && in hostap_new_assoc_sta()