Searched refs:awss_report_token_time (Results 1 – 1 of 1) sorted by relevance
25 static uint32_t awss_report_token_time = 0; variable38 uint32_t diff = (uint32_t)(cur - awss_report_token_time); in awss_token_remain_time()53 awss_report_token_time = 0; in awss_update_token()72 if (awss_report_token_time == 0) { in awss_token_timeout()77 if ((uint32_t)(cur - awss_report_token_time) > AWSS_TOKEN_TIMEOUT_MS) { in awss_token_timeout()358 awss_report_token_time = os_get_time_ms(); in awss_report_token_to_cloud()
Completed in 2 milliseconds