Searched refs:wpa_auth_sta_get_pmksa (Results 1 – 4 of 4) sorted by relevance
289 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
859 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()1029 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()1203 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
2082 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in check_assoc_ies()
3748 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) in wpa_auth_sta_get_pmksa() function