Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1593 if (pmksa && wpa_auth_sta_key_mgmt(sta->wpa_sm) != pmksa->akmp) { in handle_auth_fils()
1596 wpa_auth_sta_key_mgmt(sta->wpa_sm), pmksa->akmp); in handle_auth_fils()
1635 if (fils_pmkid_erp(wpa_auth_sta_key_mgmt(sta->wpa_sm), in handle_auth_fils()
1749 if (wpa_key_mgmt_ft(wpa_auth_sta_key_mgmt(sta->wpa_sm))) { in prepare_auth_resp_fils()
1753 wpa_auth_sta_key_mgmt(sta->wpa_sm)); in prepare_auth_resp_fils()
1788 if (fils_rmsk_to_pmk(wpa_auth_sta_key_mgmt(sta->wpa_sm), in prepare_auth_resp_fils()
1830 wpa_auth_sta_key_mgmt(sta->wpa_sm)) < 0) { in prepare_auth_resp_fils()
3027 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in check_assoc_ies()
3042 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_DPP && in check_assoc_ies()
3451 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE) { in send_assoc_resp()
[all …]
Dieee802_1x.c373 val = wpa_auth_sta_key_mgmt(sta->wpa_sm); in add_common_radius_sta_attr_rsn()
481 (wpa_key_mgmt_ft(wpa_auth_sta_key_mgmt(sta->wpa_sm)) || in add_common_radius_sta_attr()
1011 key_mgmt = wpa_auth_sta_key_mgmt(sta->wpa_sm); in ieee802_1x_receive()
1156 key_mgmt = wpa_auth_sta_key_mgmt(sta->wpa_sm); in ieee802_1x_new_station()
2733 wpa_auth_sta_key_mgmt(sta->wpa_sm))) ? in ieee802_1x_get_mib_sta()
Dwpa_auth.h355 int wpa_auth_sta_key_mgmt(struct wpa_state_machine *sm);
Ddrv_callbacks.c546 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in hostapd_notif_assoc()
575 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_DPP && in hostapd_notif_assoc()
Dwpa_auth.c4237 int wpa_auth_sta_key_mgmt(struct wpa_state_machine *sm) in wpa_auth_sta_key_mgmt() function