Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h411 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
H A 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()
H A Dwpa_auth_glue.c367 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in hostapd_wpa_auth_get_psk()
H A Dieee802_11.c4187 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_process_assoc_req()
4676 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in check_assoc_ies()
5195 !wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in send_assoc_resp()
5347 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_assoc_req_process()
H A Dwpa_auth.c4745 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) in wpa_auth_sta_get_pmksa() function