Searched refs:WLAN_RSNX_CAPAB_SAE_PK (Results 1 – 7 of 7) sorted by relevance
365 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in wpa_gen_rsnxe()
1071 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in hostapd_eid_rsnxe()
402 capab |= BIT(WLAN_RSNX_CAPAB_SAE_PK); in wpa_write_rsnxe()
1114 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()
157 if ((rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_PK)) && in sme_auth_build_sae_commit()
3034 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()
579 #define WLAN_RSNX_CAPAB_SAE_PK 6 macro