Searched refs:wpa_auth_sta_get_pmksa (Results 1 – 5 of 5) sorted by relevance
413 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
991 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()1163 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()1346 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
4053 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_process_assoc_req()4542 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in check_assoc_ies()5061 !wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in send_assoc_resp()5213 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_assoc_req_process()
369 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in hostapd_wpa_auth_get_psk()
4738 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) in wpa_auth_sta_get_pmksa() function