Home
last modified time | relevance | path

Searched refs:UndecoratedSmoothedPWDB (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dodm_hwconfig.c255 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
299 UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; in odm_Process_RSSIForDM()
372UndecoratedSmoothedPWDB = (Weighting * UndecoratedSmoothedOFDM + (64 - Weighting) * UndecoratedSmo… in odm_Process_RSSIForDM()
375 UndecoratedSmoothedPWDB = (OFDM_pkt * UndecoratedSmoothedOFDM + in odm_Process_RSSIForDM()
379 UndecoratedSmoothedPWDB = 0; in odm_Process_RSSIForDM()
383 pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB; in odm_Process_RSSIForDM()
Dodm.c792 …if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)… in odm_RefreshRateAdaptiveMaskCE()
795 pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); in odm_RefreshRateAdaptiveMaskCE()
906 if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB) in odm_RSSIMonitorCheckCE()
907 tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; in odm_RSSIMonitorCheckCE()
909 if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB) in odm_RSSIMonitorCheckCE()
910 tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; in odm_RSSIMonitorCheckCE()
911 if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1)) in odm_RSSIMonitorCheckCE()
912 PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB << 16)); in odm_RSSIMonitorCheckCE()
Dusb_halinit.c1793 *((int *)pValue) = psta->rssi_stat.UndecoratedSmoothedPWDB; in rtw_hal_get_def_var()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c254 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
288 UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; in odm_Process_RSSIForDM()
378UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK… in odm_Process_RSSIForDM()
381UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*… in odm_Process_RSSIForDM()
383 UndecoratedSmoothedPWDB = 0; in odm_Process_RSSIForDM()
388 pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB; in odm_Process_RSSIForDM()
Dodm.c1120 …if (true == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rss… in odm_RefreshRateAdaptiveMaskCE()
1121 …ASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->r… in odm_RefreshRateAdaptiveMaskCE()
1262 if (psta->rssi_stat.UndecoratedSmoothedPWDB == (-1)) in odm_RSSIMonitorCheckCE()
1265 if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB) in odm_RSSIMonitorCheckCE()
1266 tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; in odm_RSSIMonitorCheckCE()
1268 if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB) in odm_RSSIMonitorCheckCE()
1269 tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; in odm_RSSIMonitorCheckCE()
1271 if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1)) in odm_RSSIMonitorCheckCE()
1272 PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16)); in odm_RSSIMonitorCheckCE()
Drtl8723b_dm.c218 if (psta && (psta->rssi_stat.UndecoratedSmoothedPWDB > 0)) { in rtl8723b_hal_dm_in_lps()
219 PWDB_rssi = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16)); in rtl8723b_hal_dm_in_lps()
261 pdmpriv->EntryMinUndecoratedSmoothedPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; in rtl8723b_HalDmWatchDog_in_LPS()
Dhal_com.c1218 *((int *)value) = psta->rssi_stat.UndecoratedSmoothedPWDB; in GetHalDefVar()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_dm.h21 int UndecoratedSmoothedPWDB; member
Dsta_info.h37 s32 UndecoratedSmoothedPWDB; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h102 int UndecoratedSmoothedPWDB; member
Dsta_info.h35 s32 UndecoratedSmoothedPWDB; member
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c241 psta->rssi_stat.UndecoratedSmoothedPWDB = -1; in rtw_alloc_stainfo()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c288 psta->rssi_stat.UndecoratedSmoothedPWDB = (-1); in rtw_alloc_stainfo()
Drtw_mlme_ext.c5584 int UndecoratedSmoothedPWDB; in _linked_info_dump() local
5592 rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB); in _linked_info_dump()
5595 MAC_ARG(padapter->mlmepriv.cur_network.network.MacAddress), UndecoratedSmoothedPWDB); in _linked_info_dump()
5610 MAC_ARG(psta->hwaddr), psta->rssi_stat.UndecoratedSmoothedPWDB); in _linked_info_dump()
Drtw_ap.c187 , psta->rssi_stat.UndecoratedSmoothedPWDB in chk_sta_is_alive()