Searched refs:awss_report_token_cnt (Results 1 – 2 of 2) sorted by relevance
16 volatile char awss_report_token_cnt = 0; // avoid be optimized by the compiler variable54 awss_report_token_cnt = 0; in awss_update_token()319 if (awss_report_token_cnt++ > MATCH_REPORT_CNT_MAX) { in awss_report_token_to_cloud()322 awss_info("try %d times fail", awss_report_token_cnt); in awss_report_token_to_cloud()381 awss_report_token_cnt = 0; in awss_report_token()
38 extern char awss_report_token_cnt;387 if (awss_report_token_cnt == 0) { in online_get_device_info()
Completed in 5 milliseconds