Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H 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)
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c406 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()
659 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
1732 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1737 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid()
1745 if (i > (NUM_STA - 1)) in rtw_alloc_macid()
1746 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1762 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid()
1765 psta->mac_id = NUM_STA; in rtw_release_macid()
H A Drtw_ap.c177 char chk_alive_list[NUM_STA]; in expire_timeout_chk()
355 if (psta->aid < NUM_STA) { in add_ratid()
1959 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network()
2044 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
H A Drtw_mlme_ext.c646 if (cam_idx == NUM_STA) in OnBeacon()
1273 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
4918 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump()
5029 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_dm.c103 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
H A Dodm.c400 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
H A Drtl8723b_hal_init.c1032 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8723B()