UndecoratedSmoothedPWDB  234 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c 		psta->rssi_stat.UndecoratedSmoothedPWDB = -1;
UndecoratedSmoothedPWDB  794 drivers/staging/rtl8188eu/hal/odm.c 			if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) {
UndecoratedSmoothedPWDB  797 drivers/staging/rtl8188eu/hal/odm.c 					     pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level));
UndecoratedSmoothedPWDB  908 drivers/staging/rtl8188eu/hal/odm.c 			if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB)
UndecoratedSmoothedPWDB  909 drivers/staging/rtl8188eu/hal/odm.c 				tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  911 drivers/staging/rtl8188eu/hal/odm.c 			if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB)
UndecoratedSmoothedPWDB  912 drivers/staging/rtl8188eu/hal/odm.c 				tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  913 drivers/staging/rtl8188eu/hal/odm.c 			if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1))
UndecoratedSmoothedPWDB  914 drivers/staging/rtl8188eu/hal/odm.c 				PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16));
UndecoratedSmoothedPWDB  257 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 	s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK;
UndecoratedSmoothedPWDB  301 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 	UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  374 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 			UndecoratedSmoothedPWDB = (Weighting * UndecoratedSmoothedOFDM + (64-Weighting) * UndecoratedSmoothedCCK)>>6;
UndecoratedSmoothedPWDB  377 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 				UndecoratedSmoothedPWDB = (OFDM_pkt * UndecoratedSmoothedOFDM +
UndecoratedSmoothedPWDB  381 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 				UndecoratedSmoothedPWDB = 0;
UndecoratedSmoothedPWDB  385 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 		pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB 1794 drivers/staging/rtl8188eu/hal/usb_halinit.c 				*((int *)pValue) = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB   26 drivers/staging/rtl8188eu/include/rtl8188e_dm.h 	int	UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB   37 drivers/staging/rtl8188eu/include/sta_info.h 	s32	UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  186 drivers/staging/rtl8723bs/core/rtw_ap.c 		, psta->rssi_stat.UndecoratedSmoothedPWDB
UndecoratedSmoothedPWDB 5580 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	int UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB 5588 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 			rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB);
UndecoratedSmoothedPWDB 5591 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 				MAC_ARG(padapter->mlmepriv.cur_network.network.MacAddress), UndecoratedSmoothedPWDB);
UndecoratedSmoothedPWDB 5606 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 					MAC_ARG(psta->hwaddr), psta->rssi_stat.UndecoratedSmoothedPWDB);
UndecoratedSmoothedPWDB  291 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c 		psta->rssi_stat.UndecoratedSmoothedPWDB = (-1);
UndecoratedSmoothedPWDB 1222 drivers/staging/rtl8723bs/hal/hal_com.c 				*((int *)value) = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB 1133 drivers/staging/rtl8723bs/hal/odm.c 			if (true == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) {
UndecoratedSmoothedPWDB 1134 drivers/staging/rtl8723bs/hal/odm.c 				ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level));
UndecoratedSmoothedPWDB 1275 drivers/staging/rtl8723bs/hal/odm.c 				if (psta->rssi_stat.UndecoratedSmoothedPWDB == (-1))
UndecoratedSmoothedPWDB 1278 drivers/staging/rtl8723bs/hal/odm.c 				if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB)
UndecoratedSmoothedPWDB 1279 drivers/staging/rtl8723bs/hal/odm.c 					tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB 1281 drivers/staging/rtl8723bs/hal/odm.c 				if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB)
UndecoratedSmoothedPWDB 1282 drivers/staging/rtl8723bs/hal/odm.c 					tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB 1284 drivers/staging/rtl8723bs/hal/odm.c 				if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1))
UndecoratedSmoothedPWDB 1285 drivers/staging/rtl8723bs/hal/odm.c 					PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16));
UndecoratedSmoothedPWDB  254 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 	s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave;
UndecoratedSmoothedPWDB  288 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 	UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  378 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 				UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;
UndecoratedSmoothedPWDB  381 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit;
UndecoratedSmoothedPWDB  383 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedPWDB = 0;
UndecoratedSmoothedPWDB  388 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 			pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  217 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c 	if (psta && (psta->rssi_stat.UndecoratedSmoothedPWDB > 0)) {
UndecoratedSmoothedPWDB  218 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c 		PWDB_rssi = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16));
UndecoratedSmoothedPWDB  260 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c 	pdmpriv->EntryMinUndecoratedSmoothedPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB  102 drivers/staging/rtl8723bs/include/hal_data.h 	int	UndecoratedSmoothedPWDB;
UndecoratedSmoothedPWDB   35 drivers/staging/rtl8723bs/include/sta_info.h 	s32	UndecoratedSmoothedPWDB;