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.h471 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm);
H A Dieee802_1x.c1059 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) in ieee802_1x_alloc_eapol_sm()
1256 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_receive()
1439 pmksa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in ieee802_1x_new_station()
H A Dwpa_auth_glue.c383 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in hostapd_wpa_auth_get_psk()
H A Dieee802_11.c3622 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_process_assoc_req()
4177 sa = wpa_auth_sta_get_pmksa(sta->wpa_sm); in __check_assoc_ies()
5034 !wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in send_assoc_resp()
5186 if (wpa_auth_sta_get_pmksa(sta->wpa_sm)) { in owe_assoc_req_process()
H A Dwpa_auth.c6192 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) function