Searched defs:awss_statis_sm_t (Results 1 – 1 of 1) sorted by relevance
52 struct awss_statis_sm_t { struct53 uint32_t sm_parse_cnt; /* the count of smartconfig */54 uint32_t sm_parse_crc_err; /* the count of crc error */55 uint32_t sm_parse_passwd_err; /* the count of passwd error */56 uint32_t sm_parse_suc; /* the count of smartconfig success */57 uint32_t sm_parse_start; /* the start time to smartconfig */58 uint32_t sm_parse_end; /* the ene time of smartconfig */59 uint32_t sm_time_mean; /* the mean time of smartconfig */60 uint32_t sm_time_max; /* the max time of smartconfig */61 uint32_t sm_time_min; /* the min time of smartconfig */
Completed in 3 milliseconds