Searched refs:NUM_STA (Results 1 – 14 of 14) sorted by relevance
33 #define NUM_STA 32 macro107 struct list_head sta_hash[NUM_STA];130 x = x & (NUM_STA - 1); in wifi_mac_hash()
55 NUM_STA + 4, GFP_ATOMIC); in _r8712_init_sta_priv()66 for (i = 0; i < NUM_STA; i++) { in _r8712_init_sta_priv()122 if (index >= NUM_STA) { in r8712_alloc_stainfo()216 for (index = 0; index < NUM_STA; index++) { in r8712_free_all_stainfo()
23 #define NUM_STA 32 macro294 struct list_head sta_hash[NUM_STA];318 struct sta_info *sta_aid[NUM_STA];344 x = x & (NUM_STA - 1); in wifi_mac_hash()351 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
357 struct FW_Sta_Info FW_sta_info[NUM_STA];
73 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()91 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()116 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()151 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()200 if (index >= NUM_STA) { in rtw_alloc_stainfo()404 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
289 char chk_alive_list[NUM_STA]; in expire_timeout_chk()512 if (psta->aid < NUM_STA) { in add_RATid()1823 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
421 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()492 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
2665 if (cam_idx == NUM_STA) in OnBeacon()3297 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()4796 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()5345 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA-4))) { in set_stakey_hdl()
1154 for (mac_id = (NUM_STA-1); mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
152 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event()176 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
2467 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()2468 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
123 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
936 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
1914 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()