Home
last modified time | relevance | path

Searched refs:sec_prot (Results 1 – 3 of 3) sorted by relevance

/drivers/wifi/esp_hosted/
A Desp_hosted_proto.pb161 Ctrl_WifiSecProt sec_prot = 5;
221 Ctrl_WifiSecProt sec_prot = 5;
245 Ctrl_WifiSecProt sec_prot = 4;
256 Ctrl_WifiSecProt sec_prot = 4;
A Desp_hosted_util.h44 static inline enum wifi_security_type esp_hosted_prot_to_sec(Ctrl_WifiSecProt sec_prot) in esp_hosted_prot_to_sec() argument
46 switch (sec_prot) { in esp_hosted_prot_to_sec()
A Desp_hosted_wifi.c344 ctrl_msg.req_start_softap.sec_prot = security; in esp_hosted_ap_enable()
513 status->security = esp_hosted_prot_to_sec(ctrl_msg.resp_get_ap_config.sec_prot); in esp_hosted_status()
520 status->security = esp_hosted_prot_to_sec(ctrl_msg.resp_get_softap_config.sec_prot); in esp_hosted_status()
548 result.security = esp_hosted_prot_to_sec(ap_list[i].sec_prot); in esp_hosted_scan()

Completed in 7 milliseconds