Searched refs:sec_type (Results 1 – 2 of 2) sorted by relevance
90 if (wlan_info.sec_type == SL_WIFI_WPA3) { in siwx91x_status()92 } else if (wlan_info.sec_type == SL_WIFI_WPA3_TRANSITION) { in siwx91x_status()94 } else if (wlan_info.sec_type == SL_WIFI_WPA2) { in siwx91x_status()136 wlan_info.sec_type = (uint8_t)sl_ap_cfg.security; in siwx91x_status()146 switch (wlan_info.sec_type) { in siwx91x_status()
67 static inline Ctrl_WifiSecProt esp_hosted_sec_to_prot(enum wifi_security_type sec_type) in esp_hosted_sec_to_prot() argument69 switch (sec_type) { in esp_hosted_sec_to_prot()
Completed in 6 milliseconds