Searched refs:max_num_sta (Results 1 – 9 of 9) sorted by relevance
321 u16 max_num_sta; member
345 u16 max_num_sta; member
106 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
1125 for (aid = pstapriv->max_num_sta; aid > 0; aid--) { in search_max_mac_id()
3266 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq()
102 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
696 if (psta->aid > pstapriv->max_num_sta) { in OnProbeReq()1574 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq()
2432 memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); in rtw_set_beacon()2434 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()2435 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
3745 memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); in rtw_set_beacon()3747 if ((pstapriv->max_num_sta>NUM_STA) || (pstapriv->max_num_sta<= 0)) in rtw_set_beacon()3748 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()