Home
last modified time | relevance | path

Searched refs:WPA3_SECURITY (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h48 #define WPA3_SECURITY 0x01000000 /**< Flag to enable WPA3 PSK Security */ macro
213 …WHD_SECURITY_WPA3_SAE = (WPA3_SECURITY | AES_ENABLED), …
217 …WHD_SECURITY_WPA3_WPA2_PSK = (WPA3_SECURITY | WPA2_SECURITY | AES_ENABLED), …
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_ap.c213 if ( (auth_type & WPA3_SECURITY) && in whd_wifi_init_ap()
538 if (auth_type & WPA3_SECURITY) in whd_wifi_init_ap()
Dwhd_utils.c785 if (security & WPA3_SECURITY) in whd_convert_security_type_to_string()
Dwhd_wifi_api.c548 (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()