Searched refs:WPA3_SECURITY (Results 1 – 4 of 4) sorted by relevance
48 #define WPA3_SECURITY 0x01000000 /**< Flag to enable WPA3 PSK Security */ macro213 …WHD_SECURITY_WPA3_SAE = (WPA3_SECURITY | AES_ENABLED), …217 …WHD_SECURITY_WPA3_WPA2_PSK = (WPA3_SECURITY | WPA2_SECURITY | AES_ENABLED), …
213 if ( (auth_type & WPA3_SECURITY) && in whd_wifi_init_ap()538 if (auth_type & WPA3_SECURITY) in whd_wifi_init_ap()
785 if (security & WPA3_SECURITY) in whd_convert_security_type_to_string()
548 (auth_type & WPA3_SECURITY) != 0 ) ? 1 : 0 ); in whd_wifi_enable_supplicant()664 (auth_type & WPA3_SECURITY) != 0 ) ? 1 : 0 ); in whd_wifi_enable_sup_set_passphrase()1230 (auth_type & WPA3_SECURITY) != 0 ) ? 1 : 0 ) ); in whd_wifi_prepare_join()2029 record->security |= WPA3_SECURITY; in whd_wifi_scan_events_handler()