Home
last modified time | relevance | path

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

12

/linux/drivers/staging/rtl8712/
A Dsta_info.h21 #define NUM_STA 32 macro
94 struct list_head sta_hash[NUM_STA];
117 x = x & (NUM_STA - 1); in wifi_mac_hash()
A Drtl871x_sta_mgt.c43 NUM_STA + 4, GFP_ATOMIC); in _r8712_init_sta_priv()
54 for (i = 0; i < NUM_STA; i++) { in _r8712_init_sta_priv()
109 if (index >= NUM_STA) { in r8712_alloc_stainfo()
203 for (index = 0; index < NUM_STA; index++) { in r8712_free_all_stainfo()
/linux/drivers/staging/rtl8723bs/include/
A Dsta_info.h12 #define NUM_STA 32 macro
308 struct list_head sta_hash[NUM_STA];
330 struct sta_info *sta_aid[NUM_STA];
353 x = x & (NUM_STA - 1); in wifi_mac_hash()
362 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
A Ddrv_types.h272 int macid[NUM_STA];
A Drtw_mlme_ext.h357 struct FW_Sta_Info FW_sta_info[NUM_STA];
/linux/drivers/staging/r8188eu/include/
A Dsta_info.h12 #define NUM_STA 32 macro
295 struct list_head sta_hash[NUM_STA];
318 struct sta_info *sta_aid[NUM_STA];
342 x = x & (NUM_STA - 1); in wifi_mac_hash()
349 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
A Drtw_mlme_ext.h334 struct FW_Sta_Info FW_sta_info[NUM_STA];
/linux/drivers/staging/r8188eu/core/
A Drtw_sta_mgt.c56 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
74 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()
97 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
130 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
178 if (index >= NUM_STA) { in rtw_alloc_stainfo()
367 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
A Drtw_ap.c163 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
376 if (psta->aid < NUM_STA) { in add_RATid()
1187 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
A Drtw_wlan_util.c413 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
479 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
A Drtw_mlme_ext.c678 if (cam_idx == NUM_STA) in OnBeacon()
1314 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
7261 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
7814 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA - 4))) { in set_stakey_hdl()
A Drtw_mlme.c1146 for (mac_id = (NUM_STA - 1); mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c58 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv()
80 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()
103 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()
153 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
211 if (index >= NUM_STA) { in rtw_alloc_stainfo()
446 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
A Drtw_wlan_util.c418 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
699 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
1793 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1798 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid()
1806 if (i > (NUM_STA - 1)) in rtw_alloc_macid()
1807 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1824 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid()
1827 psta->mac_id = NUM_STA; in rtw_release_macid()
1841 for (i = (NUM_STA-1); i >= 0 ; i--) { in rtw_search_max_mac_id()
A Drtw_ap.c181 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
359 if (psta->aid < NUM_STA) { in add_RATid()
2012 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network()
2101 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
A Drtw_mlme_ext.c658 if (cam_idx == NUM_STA) in OnBeacon()
1295 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
4982 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump()
5085 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
/linux/drivers/staging/r8188eu/os_dep/
A Dmlme_linux.c174 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event()
197 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
/linux/drivers/staging/r8188eu/hal/
A Drtl8188e_dm.c83 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
A Dodm.c830 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheck()
A Dusb_halinit.c1933 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()
/linux/drivers/staging/rtl8723bs/os_dep/
A Dxmit_linux.c131 char chk_alive_list[NUM_STA]; in rtw_mlcst2unicst()
A Dioctl_linux.c776 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()
777 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723b_dm.c107 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
A Dodm.c564 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
A Drtl8723b_hal_init.c1860 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8723B()

Completed in 85 milliseconds

12