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

/drivers/staging/rtl8188eu/include/
H A Drtl8188e_dm.h39 int UndecoratedSmoothedPWDB; member in struct:dm_priv
H A Dsta_info.h50 s32 UndecoratedSmoothedPWDB; member in struct:rssi_sta
/drivers/staging/rtl8723au/hal/
H A Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; local
305 UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB;
381 UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;
384 UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit;
386 UndecoratedSmoothedPWDB = 0;
390 pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB;
H A Dodm.c1206 if (ODM_RAStateCheck23a(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) {
1209 pstat->rssi_stat.UndecoratedSmoothedPWDB,
1348 if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB)
1349 tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
1351 if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB)
1352 tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
1354 if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1))
1355 PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16));
H A Drtl8723a_bt-coexist.c10227 s32 UndecoratedSmoothedPWDB = 0; local
10233 UndecoratedSmoothedPWDB = GET_UNDECORATED_AVERAGE_RSSI(padapter);
10235 UndecoratedSmoothedPWDB = pHalData->dmpriv.EntryMinUndecoratedSmoothedPWDB;
10238 RTPRINT(FBT, BT_TRACE, ("BTDM_GetRxSS() = %d\n", UndecoratedSmoothedPWDB));
10239 return UndecoratedSmoothedPWDB;
10354 s32 UndecoratedSmoothedPWDB = 0; local
10357 UndecoratedSmoothedPWDB = BTDM_GetRxSS(padapter);
10364 if (UndecoratedSmoothedPWDB >= (RssiThresh+BT_FW_COEX_THRESH_TOL)) {
10374 if (UndecoratedSmoothedPWDB < RssiThresh) {
10392 if (UndecoratedSmoothedPWDB >
10443 s32 UndecoratedSmoothedPWDB = 0; local
[all...]
H A Dusb_halinit.c1376 *((int *)pValue) = pHalData->dmpriv.UndecoratedSmoothedPWDB;
/drivers/staging/rtl8188eu/hal/
H A Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; local
325 UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB;
398 UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;
401 UndecoratedSmoothedPWDB = (OFDM_pkt * UndecoratedSmoothedOFDM +
405 UndecoratedSmoothedPWDB = 0;
409 pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB;
H A Dodm.c1051 if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false , &pstat->rssi_level)) {
1054 pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level));
1174 if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB)
1175 tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
1177 if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB)
1178 tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
1179 if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1))
1180 PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16));
H A Dusb_halinit.c1889 *((int *)pValue) = psta->rssi_stat.UndecoratedSmoothedPWDB;
/drivers/staging/rtl8723au/include/
H A Drtl8723a_dm.h45 int UndecoratedSmoothedPWDB; member in struct:dm_priv
H A Dsta_info.h46 s32 UndecoratedSmoothedPWDB; member in struct:rssi_sta
H A Drtl8723a_bt-coexist.h825 s32 UndecoratedSmoothedPWDB; member in struct:bt_asoc_entry
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c186 psta->rssi_stat.UndecoratedSmoothedPWDB = (-1);
/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c284 psta->rssi_stat.UndecoratedSmoothedPWDB = (-1);
H A Drtw_mlme_ext.c4695 int UndecoratedSmoothedPWDB; local
4703 rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB);
4704 DBG_88E("UndecoratedSmoothedPWDB:%d\n", UndecoratedSmoothedPWDB);

Completed in 189 milliseconds