Searched refs:gLimNumOfAniSTAs (Results 1 – 3 of 3) sorted by relevance
319 uint16_t gLimNumOfAniSTAs; /* count of ANI peers */ member
2000 if (mac->lim.gLimNumOfAniSTAs++ != 0) in lim_util_count_sta_add()2028 if (mac->lim.gLimNumOfAniSTAs <= 0) { in lim_util_count_sta_del()2030 mac->lim.gLimNumOfAniSTAs); in lim_util_count_sta_del()2034 mac->lim.gLimNumOfAniSTAs--; in lim_util_count_sta_del()2036 if (mac->lim.gLimNumOfAniSTAs != 0) in lim_util_count_sta_del()
112 mac->lim.gLimNumOfAniSTAs = 0; /* count of ANI peers */ in __lim_init_stats_vars()