Home
last modified time | relevance | path

Searched refs:NUM_STA (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/rtl8712/
Dsta_info.h33 #define NUM_STA 32 macro
107 struct list_head sta_hash[NUM_STA];
130 x = x & (NUM_STA - 1); in wifi_mac_hash()
Drtl871x_sta_mgt.c55 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()
/drivers/staging/rtl8188eu/include/
Dsta_info.h23 #define NUM_STA 32 macro
294 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)
Drtw_mlme_ext.h357 struct FW_Sta_Info FW_sta_info[NUM_STA];
/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c73 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()
Drtw_ap.c289 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()
Drtw_wlan_util.c421 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()
Drtw_mlme_ext.c2665 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()
Drtw_mlme.c1154 for (mac_id = (NUM_STA-1); mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c152 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event()
176 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
Dioctl_linux.c2467 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()
/drivers/staging/rtl8188eu/hal/
Drtl8188e_dm.c123 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
Dodm.c936 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
Dusb_halinit.c1914 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()