Home
last modified time | relevance | path

Searched refs:sec_type (Results 1 – 2 of 2) sorted by relevance

/drivers/wifi/siwx91x/
A Dsiwx91x_wifi.c90 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()
/drivers/wifi/esp_hosted/
A Desp_hosted_util.h67 static inline Ctrl_WifiSecProt esp_hosted_sec_to_prot(enum wifi_security_type sec_type) in esp_hosted_sec_to_prot() argument
69 switch (sec_type) { in esp_hosted_sec_to_prot()

Completed in 6 milliseconds