/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() 134 if (index >= NUM_STA) { in r8712_alloc_stainfo() 227 for (index = 0; index < NUM_STA; index++) { in r8712_free_all_stainfo()
|
/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 28 #define NUM_STA 32 macro 300 struct list_head sta_hash[NUM_STA]; 324 struct sta_info *sta_aid[NUM_STA]; 350 x = x & (NUM_STA - 1); in wifi_mac_hash() 357 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
|
D | rtw_mlme_ext.h | 354 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 80 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv() 98 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv() 123 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv() 184 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv() 237 if (index >= NUM_STA) { in rtw_alloc_stainfo() 440 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
|
D | rtw_ap.c | 282 char chk_alive_list[NUM_STA]; in expire_timeout_chk() 499 if (psta->aid < NUM_STA) { in add_RATid() 1894 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
|
D | rtw_wlan_util.c | 455 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty() 526 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
|
D | rtw_debug.c | 852 for (i = 0; i < NUM_STA; i++) { in proc_get_all_sta_info()
|
D | rtw_mlme_ext.c | 635 if (cam_idx == NUM_STA) in OnBeacon() 1266 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 4811 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk() 5366 if ((psta->mac_id < 1) || (psta->mac_id > (NUM_STA-4))) { in set_stakey_hdl()
|
D | rtw_mlme.c | 1176 for (mac_id = (NUM_STA-1); mac_id >= IBSS_START_MAC_ID; mac_id--) { in search_max_mac_id()
|
/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 | 362 struct FW_Sta_Info FW_sta_info[NUM_STA];
|
/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() 341 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo23a()
|
D | rtw_ap.c | 186 struct sta_info *chk_alive_list[NUM_STA]; in expire_timeout_chk23a() 409 if (psta->aid < NUM_STA) in add_RATid23a() 1740 struct sta_info *chk_alive_list[NUM_STA]; in rtw_sta_flush23a() 1827 struct sta_info *chk_alive_list[NUM_STA]; in rtw_ap_restore_network() 1905 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 | 886 if (cam_idx == NUM_STA) in OnBeacon23a() 1681 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq23a() 1685 if (pstat->aid > NUM_STA) in OnAssocReq23a() 1686 pstat->aid = NUM_STA; in OnAssocReq23a() 5310 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk23a() 5956 if (psta->mac_id < 1 || psta->mac_id > (NUM_STA - 4)) { in set_stakey_hdl23a()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | mlme_linux.c | 155 if (psta->aid > NUM_STA) in rtw_indicate_sta_assoc_event() 179 if (psta->aid > NUM_STA) in rtw_indicate_sta_disassoc_event()
|
D | ioctl_linux.c | 2468 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon() 2469 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_dm.c | 152 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723a()
|
D | usb_halinit.c | 1432 if (mac_id >= NUM_STA) /* CAM_SIZE */ in rtl8723a_update_ramask()
|
D | odm.c | 1339 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheck23aCE()
|
D | rtl8723a_bt-coexist.c | 5851 if (mac_id >= NUM_STA) { /* CAM_SIZE */ in btdm_1AntUpdateHalRAMask()
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_dm.c | 134 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_88E()
|
D | odm.c | 1161 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
|
D | usb_halinit.c | 2048 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8188EUsb()
|