Home
last modified time | relevance | path

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

/linux-4.4.14/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()
129 if (index >= NUM_STA) { in r8712_alloc_stainfo()
222 for (index = 0; index < NUM_STA; index++) { in r8712_free_all_stainfo()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dsta_info.h28 #define NUM_STA 32 macro
299 struct list_head sta_hash[NUM_STA];
323 struct sta_info *sta_aid[NUM_STA];
349 x = x & (NUM_STA - 1); in wifi_mac_hash()
356 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
Drtw_mlme_ext.h362 struct FW_Sta_Info FW_sta_info[NUM_STA];
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c78 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
96 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()
121 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
156 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
208 if (index >= NUM_STA) { in rtw_alloc_stainfo()
415 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
Drtw_ap.c297 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
520 if (psta->aid < NUM_STA) { in add_RATid()
1912 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
Drtw_wlan_util.c429 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
500 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
Drtw_debug.c853 for (i = 0; i < NUM_STA; i++) { in proc_get_all_sta_info()
Drtw_mlme_ext.c2727 if (cam_idx == NUM_STA) in OnBeacon()
3357 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
4857 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
5407 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA-4))) { in set_stakey_hdl()
Drtw_mlme.c1185 for (mac_id = (NUM_STA-1); mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dsta_info.h23 #define NUM_STA 32 macro
314 struct list_head sta_hash[NUM_STA];
333 struct sta_info *sta_aid[NUM_STA];
357 x = x & (NUM_STA - 1); in wifi_mac_hash()
Drtw_mlme_ext.h360 struct FW_Sta_Info FW_sta_info[NUM_STA];
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c60 for (i = 0; i < NUM_STA; i++) in _rtw_init_sta_priv23a()
79 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv23a()
94 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv23a()
140 if (index >= NUM_STA) { in rtw_alloc_stainfo23a()
339 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo23a()
Drtw_ap.c181 struct sta_info *chk_alive_list[NUM_STA]; in expire_timeout_chk23a()
413 if (psta->aid < NUM_STA) { in add_RATid23a()
1668 struct sta_info *chk_alive_list[NUM_STA]; in rtw_sta_flush23a()
1751 struct sta_info *chk_alive_list[NUM_STA]; in rtw_ap_restore_network()
1829 for (i = 0; i < NUM_STA; i++) in start_ap_mode23a()
Drtw_wlan_util.c430 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty23a()
465 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry23a()
Drtw_mlme_ext.c884 if (cam_idx == NUM_STA) in OnBeacon23a()
1678 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq23a()
1682 if (pstat->aid > NUM_STA) in OnAssocReq23a()
1683 pstat->aid = NUM_STA; in OnAssocReq23a()
5280 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk23a()
5926 if (psta->mac_id < 1 || psta->mac_id > (NUM_STA - 4)) { in set_stakey_hdl23a()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c157 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event()
181 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
Dioctl_linux.c2475 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()
2476 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_dm.c133 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723a()
Dusb_halinit.c1189 if (mac_id >= NUM_STA) /* CAM_SIZE */ in rtl8723a_update_ramask()
Dodm.c1252 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheck()
Drtl8723a_bt-coexist.c5816 if (mac_id >= NUM_STA) { /* CAM_SIZE */ in btdm_1AntUpdateHalRAMask()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_dm.c134 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
Dodm.c1149 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
Dusb_halinit.c1974 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()