Searched refs:wpa_auth_sta_get_pmksa (Results 1 – 5 of 5) sorted by relevance
471 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
1059 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()1256 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()1439 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
383 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in hostapd_wpa_auth_get_psk()
3622 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_process_assoc_req()4177 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in __check_assoc_ies()5034 !wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in send_assoc_resp()5186 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_assoc_req_process()
6192 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) function