Searched refs:PROTOCOL_WPA3_SAE (Results 1 – 3 of 3) sorted by relevance
216 (bss->param.bss_config.protocol & PROTOCOL_WPA3_SAE) || in wlan_uap_cmd_ap_config()248 if ((bss->param.bss_config.protocol & PROTOCOL_WPA3_SAE) != 0U) in wlan_uap_cmd_ap_config()250 tlv_pwk_cipher->protocol = wlan_cpu_to_le16(PROTOCOL_WPA3_SAE); in wlan_uap_cmd_ap_config()
627 bss.param.bss_config.protocol = PROTOCOL_WPA3_SAE; in wifi_cmd_uap_config()635 bss.param.bss_config.protocol = PROTOCOL_WPA2 | PROTOCOL_WPA3_SAE; in wifi_cmd_uap_config()
880 #define PROTOCOL_WPA3_SAE 256U macro