Searched refs:wpa_auth_sta_get_pmksa (Results 1 – 4 of 4) sorted by relevance
286 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
855 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()1025 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()1177 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
1653 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in check_assoc_ies()
3264 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) in wpa_auth_sta_get_pmksa() function