Home
last modified time | relevance | path

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

12

/Linux-v4.19/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()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dsta_info.h15 #define NUM_STA 32 macro
288 struct list_head sta_hash[NUM_STA];
312 struct sta_info *sta_aid[NUM_STA];
340 x = x & (NUM_STA - 1); in wifi_mac_hash()
347 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
Drtw_mlme_ext.h353 struct FW_Sta_Info FW_sta_info[NUM_STA];
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h12 #define NUM_STA 32 macro
318 struct list_head sta_hash[NUM_STA];
340 struct sta_info *sta_aid[NUM_STA];
363 x = x & (NUM_STA - 1); in wifi_mac_hash()
372 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
Ddrv_types.h443 int macid[NUM_STA];
Drtw_mlme_ext.h429 struct FW_Sta_Info FW_sta_info[NUM_STA];
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c63 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
81 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()
106 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
140 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
190 if (index >= NUM_STA) { in rtw_alloc_stainfo()
389 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
Drtw_ap.c172 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
386 if (psta->aid < NUM_STA) { in add_RATid()
1696 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
Drtw_wlan_util.c410 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
476 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
Drtw_mlme_ext.c2635 if (cam_idx == NUM_STA) in OnBeacon()
3261 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
4736 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
5285 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA-4))) { in set_stakey_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c59 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv()
79 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()
102 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
161 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
228 if (index >= NUM_STA) { in rtw_alloc_stainfo()
500 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
Drtw_wlan_util.c506 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
802 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
2025 psta->mac_id = NUM_STA; in rtw_alloc_macid()
2030 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid()
2038 if (i > (NUM_STA-1)) { in rtw_alloc_macid()
2039 psta->mac_id = NUM_STA; in rtw_alloc_macid()
2059 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid()
2063 psta->mac_id = NUM_STA; in rtw_release_macid()
2075 for (i = (NUM_STA-1); i >= 0 ; i--) { in rtw_search_max_mac_id()
Drtw_ap.c223 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
476 if (psta->aid < NUM_STA) { in add_RATid()
2493 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network()
2588 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
Drtw_mlme_ext.c692 for (psta->aid = 1; psta->aid <= NUM_STA; psta->aid++) in OnProbeReq()
871 if (cam_idx == NUM_STA) in OnBeacon()
1569 for (pstat->aid = 1; pstat->aid < NUM_STA; pstat->aid++) in OnAssocReq()
5658 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump()
5796 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
Drtw_debug.c1278 for (i = 0; i < NUM_STA; i++) { in proc_get_all_sta_info()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c138 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event()
161 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
Dioctl_linux.c2434 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()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_dm.c115 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
Dodm.c919 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
Dusb_halinit.c1898 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c135 char chk_alive_list[NUM_STA]; in rtw_mlcst2unicst()
Dioctl_linux.c2875 for (i = 0; i< NUM_STA; i++) { in rtw_dbg_port()
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()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_dm.c124 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
Dodm.c1261 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()

12