Home
last modified time | relevance | path

Searched refs:wpa_auth_sta_get_pmksa (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h413 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
Dieee802_1x.c991 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()
Dieee802_11.c4053 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()
Dwpa_auth_glue.c369 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in hostapd_wpa_auth_get_psk()
Dwpa_auth.c4738 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) in wpa_auth_sta_get_pmksa() function