/linux-4.4.14/drivers/staging/rtl8712/ |
D | sta_info.h | 33 #define NUM_STA 32 macro 107 struct list_head sta_hash[NUM_STA]; 130 x = x & (NUM_STA - 1); in wifi_mac_hash()
|
D | rtl871x_sta_mgt.c | 55 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/ |
D | sta_info.h | 28 #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)
|
D | rtw_mlme_ext.h | 362 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 78 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()
|
D | rtw_ap.c | 297 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()
|
D | rtw_wlan_util.c | 429 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()
|
D | rtw_debug.c | 853 for (i = 0; i < NUM_STA; i++) { in proc_get_all_sta_info()
|
D | rtw_mlme_ext.c | 2727 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()
|
D | rtw_mlme.c | 1185 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/ |
D | sta_info.h | 23 #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()
|
D | rtw_mlme_ext.h | 360 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 60 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()
|
D | rtw_ap.c | 181 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()
|
D | rtw_wlan_util.c | 430 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()
|
D | rtw_mlme_ext.c | 884 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/ |
D | mlme_linux.c | 157 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event() 181 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
|
D | ioctl_linux.c | 2475 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/ |
D | rtl8723a_dm.c | 133 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723a()
|
D | usb_halinit.c | 1189 if (mac_id >= NUM_STA) /* CAM_SIZE */ in rtl8723a_update_ramask()
|
D | odm.c | 1252 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheck()
|
D | rtl8723a_bt-coexist.c | 5816 if (mac_id >= NUM_STA) { /* CAM_SIZE */ in btdm_1AntUpdateHalRAMask()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_dm.c | 134 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
|
D | odm.c | 1149 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
|
D | usb_halinit.c | 1974 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()
|