Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/
A Dawss_wifimgr.c37 int str_len = 0, success = 1, i = 0, len = 0, enc_lvl = SEC_LVL_OPEN; in wifimgr_process_switch_ap_request() local
103 enc_lvl = atoi(str); in wifimgr_process_switch_ap_request()
104 if (enc_lvl != awss_get_encrypt_type()) { in wifimgr_process_switch_ap_request()
124 switch (enc_lvl) { in wifimgr_process_switch_ap_request()
137 if (0 == enc_lvl) { in wifimgr_process_switch_ap_request()
163 enc_lvl == SEC_LVL_OPEN ? -2 : -3, in wifimgr_process_switch_ap_request()

Completed in 3 milliseconds