Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
A Dsta_info.h12 #define NUM_STA 32 macro
264 struct list_head sta_hash[NUM_STA];
286 struct sta_info *sta_aid[NUM_STA];
309 x = x & (NUM_STA - 1); in wifi_mac_hash()
318 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
A Ddrv_types.h268 int macid[NUM_STA];
A Drtw_mlme_ext.h320 struct FW_Sta_Info FW_sta_info[NUM_STA];
/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c57 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()
151 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()
209 if (index >= NUM_STA) { in rtw_alloc_stainfo()
442 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
A Drtw_wlan_util.c407 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
660 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
1744 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1749 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid()
1757 if (i > (NUM_STA - 1)) in rtw_alloc_macid()
1758 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1774 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid()
1777 psta->mac_id = NUM_STA; in rtw_release_macid()
A Drtw_ap.c180 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
358 if (psta->aid < NUM_STA) { in add_RATid()
2007 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network()
2096 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
A Drtw_mlme_ext.c652 if (cam_idx == NUM_STA) in OnBeacon()
1287 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
4955 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump()
5057 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
/drivers/staging/rtl8723bs/os_dep/
A Dxmit_linux.c130 char chk_alive_list[NUM_STA]; in rtw_mlcst2unicst()
/drivers/staging/rtl8723bs/hal/
A Drtl8723b_dm.c103 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
A Dodm.c552 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
A Drtl8723b_hal_init.c1286 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8723B()

Completed in 38 milliseconds