Home
last modified time | relevance | path

Searched refs:WLAN_RSNX_CAPAB_SAE_PK (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c365 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in wpa_gen_rsnxe()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_shared.c1071 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in hostapd_eid_rsnxe()
Dwpa_auth_ie.c402 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in wpa_write_rsnxe()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c1114 if (!(ieee802_11_rsnx_capab(ie, WLAN_RSNX_CAPAB_SAE_PK))) in sae_pk_acceptable_bss_with_pk()
1331 !(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_PK))) { in wpa_scan_res_ok()
1450 !(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_PK)) && in wpa_scan_res_ok()
Dsme.c157 if ((rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_PK)) && in sme_auth_build_sae_commit()
Dctrl_iface.c3034 if (ieee802_11_rsnx_capab(rsnxe, WLAN_RSNX_CAPAB_SAE_PK)) { in wpa_supplicant_ctrl_iface_scan_result()
5145 if (ieee802_11_rsnx_capab(rsnxe, WLAN_RSNX_CAPAB_SAE_PK)) { in print_bss_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h579 #define WLAN_RSNX_CAPAB_SAE_PK 6 macro