Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_ap/
A Dawss_dev_ap.c27 uint8_t token_found; member
334 info->token_found == 1 ? info->token : NULL, in start_connect_ap()
335 info->token_found == 1 ? RANDOM_MAX_LEN : 0); in start_connect_ap()
365 uint8_t *token_found; in wifimgr_process_dev_ap_switchap_request() local
384 token_found = &(info->token_found); in wifimgr_process_dev_ap_switchap_request()
458 *token_found = 1; in wifimgr_process_dev_ap_switchap_request()
496 if (*token_found == 0) { in wifimgr_process_dev_ap_switchap_request()
500 awss_build_dev_info(*token_found == 1 ? AWSS_NOTIFY_TYPE_MAX in wifimgr_process_dev_ap_switchap_request()
/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/
A Dawss_wifimgr.c43 char token_found = 0; in wifimgr_process_switch_ap_request() local
117 token_found = 1; in wifimgr_process_switch_ap_request()
207 token_found == 1 ? token : NULL, in wifimgr_process_switch_ap_request()
208 token_found == 1 ? RANDOM_MAX_LEN : 0)) { in wifimgr_process_switch_ap_request()
216 if (token_found == 0) { in wifimgr_process_switch_ap_request()

Completed in 3 milliseconds