Searched refs:token_found (Results 1 – 2 of 2) sorted by relevance
27 uint8_t token_found; member334 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() local384 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()
43 char token_found = 0; in wifimgr_process_switch_ap_request() local117 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