Searched refs:max_num_sta (Results 1 – 8 of 8) sorted by relevance
340 u16 max_num_sta; member
331 u16 max_num_sta; member
79 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv23a()
1685 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq23a()
123 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
1171 for (aid = (pstapriv->max_num_sta); aid > 0; aid--) { in search_max_mac_id()
1262 if (pstat->aid > pstapriv->max_num_sta) { in OnAssocReq()
2471 memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); in rtw_set_beacon()2473 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()2474 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()