/drivers/staging/rtl8712/ |
D | sta_info.h | 21 #define NUM_STA 32 macro 95 struct list_head sta_hash[NUM_STA]; 118 x = x & (NUM_STA - 1); in wifi_mac_hash()
|
D | rtl871x_sta_mgt.c | 43 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()
|
/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 15 #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)
|
D | rtw_mlme_ext.h | 346 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 12 #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)
|
D | drv_types.h | 437 int macid[NUM_STA];
|
D | rtw_mlme_ext.h | 429 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 63 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()
|
D | rtw_ap.c | 172 char chk_alive_list[NUM_STA]; in expire_timeout_chk() 376 if (psta->aid < NUM_STA) { in add_RATid() 1689 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
|
D | rtw_wlan_util.c | 389 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty() 455 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
|
D | rtw_mlme_ext.c | 2621 if (cam_idx == NUM_STA) in OnBeacon() 3247 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 4718 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk() 5266 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA-4))) { in set_stakey_hdl()
|
D | rtw_mlme.c | 1107 for (mac_id = NUM_STA-1; mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 59 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv() 78 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv() 101 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv() 160 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv() 226 if (index >= NUM_STA) { in rtw_alloc_stainfo() 496 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
|
D | rtw_wlan_util.c | 501 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty() 797 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry() 2009 psta->mac_id = NUM_STA; in rtw_alloc_macid() 2014 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid() 2022 if (i > (NUM_STA-1)) { in rtw_alloc_macid() 2023 psta->mac_id = NUM_STA; in rtw_alloc_macid() 2043 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid() 2047 psta->mac_id = NUM_STA; in rtw_release_macid() 2059 for (i = (NUM_STA-1); i >= 0 ; i--) { in rtw_search_max_mac_id()
|
D | rtw_ap.c | 208 char chk_alive_list[NUM_STA]; in expire_timeout_chk() 447 if (psta->aid < NUM_STA) { in add_RATid() 2277 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network() 2368 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
|
D | rtw_mlme_ext.c | 682 for (psta->aid = 1; psta->aid <= NUM_STA; psta->aid++) in OnProbeReq() 860 if (cam_idx == NUM_STA) in OnBeacon() 1556 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 5611 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump() 5744 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 137 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event() 160 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
|
D | ioctl_linux.c | 2433 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon() 2434 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_dm.c | 115 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
|
D | odm.c | 895 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
|
D | usb_halinit.c | 1889 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 135 char chk_alive_list[NUM_STA]; in rtw_mlcst2unicst()
|
D | ioctl_linux.c | 2854 for (i = 0; i< NUM_STA; i++) { in rtw_dbg_port() 3724 if ((pstapriv->max_num_sta>NUM_STA) || (pstapriv->max_num_sta<= 0)) in rtw_set_beacon() 3725 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_dm.c | 124 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
|
D | odm.c | 1257 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
|