Home
last modified time | relevance | path

Searched refs:RSSI (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c71 u8 RSSI, total_rssi = 0; in odm_RxPhyStatus92CSeries_Parsing() local
89 /* (1)Hardware does not provide RSSI for CCK */ in odm_RxPhyStatus92CSeries_Parsing()
97 /* The RSSI formula should be modified according to the gain table */ in odm_RxPhyStatus92CSeries_Parsing()
172 /* (1)Get RSSI for HT rate */ in odm_RxPhyStatus92CSeries_Parsing()
184 RSSI = odm_query_rxpwrpercentage(rx_pwr[i]); in odm_RxPhyStatus92CSeries_Parsing()
185 total_rssi += RSSI; in odm_RxPhyStatus92CSeries_Parsing()
190 RSSI = (RSSI > 94) ? 100 : (RSSI + 6); in odm_RxPhyStatus92CSeries_Parsing()
192 RSSI in odm_RxPhyStatus92CSeries_Parsing()
[all...]
H A Dodm.c494 /* 2 High power RSSI threshold */ in odm_DIG()
794 ("RSSI:%d, RSSI_LEVEL:%d\n", in odm_RefreshRateAdaptiveMaskCE()
804 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI, bool bForceUpdate, u8 *pRATRState) in ODM_RAStateCheck() argument
813 /* when RSSI state trends to go up one or two levels, make sure RSSI is high enough. */ in ODM_RAStateCheck()
831 /* Decide RATRState by RSSI. */ in ODM_RAStateCheck()
832 if (HighRSSIThreshForRA < RSSI) in ODM_RAStateCheck()
834 else if (LowRSSIThreshForRA < RSSI) in ODM_RAStateCheck()
840 ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI Level %d -> %d\n", *pRATRState, RATRState)); in ODM_RAStateCheck()
862 /* 3 RSSI Monito
[all...]
/kernel/linux/linux-5.10/drivers/media/common/siano/
H A Dsmscoreapi.h695 s32 RSSI; /* dBm */ member
814 s32 RSSI; /* dBm */ member
856 s32 RSSI; /* dBm */ member
918 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
965 s32 RSSI; /* dBm */ member
991 s32 RSSI; /* dBm */ member
H A Dsmsdvb.h79 s32 RSSI; /* dBm */ member
H A Dsmsdvb-debugfs.c65 "RSSI = %d\n", p->RSSI); in smsdvb_print_dvb_stats()
165 "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats()
258 "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats_ex()
/kernel/linux/linux-6.6/drivers/media/common/siano/
H A Dsmscoreapi.h690 s32 RSSI; /* dBm */ member
809 s32 RSSI; /* dBm */ member
851 s32 RSSI; /* dBm */ member
913 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
960 s32 RSSI; /* dBm */ member
986 s32 RSSI; /* dBm */ member
H A Dsmsdvb.h79 s32 RSSI; /* dBm */ member
H A Dsmsdvb-debugfs.c56 n += sysfs_emit_at(buf, n, "RSSI = %d\n", p->RSSI); in smsdvb_print_dvb_stats()
117 n += sysfs_emit_at(buf, n, "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats()
181 n += sysfs_emit_at(buf, n, "RSSI = %d dBm\t\t", p->RSSI); in smsdvb_print_isdb_stats_ex()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c89 u8 RSSI, total_rssi = 0; in odm_RxPhyStatus92CSeries_Parsing() local
105 /* (1)Hardware does not provide RSSI for CCK */ in odm_RxPhyStatus92CSeries_Parsing()
112 /* The RSSI formula should be modified according to the gain table */ in odm_RxPhyStatus92CSeries_Parsing()
153 /* (1)Get RSSI for HT rate */ in odm_RxPhyStatus92CSeries_Parsing()
169 RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]); in odm_RxPhyStatus92CSeries_Parsing()
170 total_rssi += RSSI; in odm_RxPhyStatus92CSeries_Parsing()
171 /* RT_DISP(FRX, RX_PHY_SS, ("RF-%d RXPWR =%x RSSI =%d\n", i, rx_pwr[i], RSSI)); */ in odm_RxPhyStatus92CSeries_Parsing()
173 pPhyInfo->rx_mimo_signal_strength[i] = (u8) RSSI; in odm_RxPhyStatus92CSeries_Parsing()
189 /* ODM_RT_TRACE(pDM_Odm, ODM_COMP_RSSI_MONITOR, ODM_DBG_LOUD, ("ODM OFDM RSSI in odm_RxPhyStatus92CSeries_Parsing()
[all...]
H A Dodm.c399 ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): RSSI = 0x%x\n", pDM_Odm->RSSI_Min)); in ODM_DMWatchdog()
1121 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)); in odm_RefreshRateAdaptiveMaskCE()
1122 /* printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level); */ in odm_RefreshRateAdaptiveMaskCE()
1134 s32 RSSI, in ODM_RAStateCheck()
1146 /* when RSSI state trends to go up one or two levels, make sure RSSI is high enough. */ in ODM_RAStateCheck()
1167 /* Decide RATRState by RSSI. */ in ODM_RAStateCheck()
1168 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
1170 else if (RSSI > LowRSSIThreshForRA) in ODM_RAStateCheck()
1174 /* printk("==>%s, RATRState:0x%02x , RSSI in ODM_RAStateCheck()
1132 ODM_RAStateCheck( PDM_ODM_T pDM_Odm, s32 RSSI, bool bForceUpdate, u8 *pRATRState ) ODM_RAStateCheck() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h322 __le16 RSSI; /* receive signal strength (in dBm) */ member
591 s8 rx_lastpkt_rssi[BRCMF_ANT_MAX]; /* Per antenna RSSI of last
797 * @rssi_margin: Margin to avoid jitter for choosing a PFN based on RSSI sort
860 * @RSSI: receive signal strength (in dBm).
868 __le16 RSSI; member
H A Dfweh.h75 BRCMF_ENUM_DEF(RSSI, 56) \
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h43 #define BRCMS_RSSI_NO_SIGNAL -91 /* NDIS RSSI link quality cutoffs */
130 s16 RSSI; /* receive signal strength (in dBm) */ member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h43 #define BRCMS_RSSI_NO_SIGNAL -91 /* NDIS RSSI link quality cutoffs */
130 s16 RSSI; /* receive signal strength (in dBm) */ member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.h75 BRCMF_ENUM_DEF(RSSI, 56) \
H A Dfwil_types.h331 __le16 RSSI; /* receive signal strength (in dBm) */ member
658 s8 rx_lastpkt_rssi[BRCMF_ANT_MAX]; /* Per antenna RSSI of last
848 * struct brcmf_rssi_be - RSSI threshold event format
865 * @rate_limit_msec: RSSI event rate limit
866 * @rssi_level_num: number of supplied RSSI levels
867 * @rssi_levels: RSSI levels in ascending order
990 * @rssi_margin: Margin to avoid jitter for choosing a PFN based on RSSI sort
1053 * @RSSI: receive signal strength (in dBm).
1061 __le16 RSSI; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1483 u32 RSSI, total_rssi = 0; in _rtl92e_query_rxphystatus() local
1610 RSSI = rtl92e_rx_db_to_percent(rx_pwr[i]); in _rtl92e_query_rxphystatus()
1612 total_rssi += RSSI; in _rtl92e_query_rxphystatus()
1615 pstats->RxMIMOSignalStrength[i] = (u8) RSSI; in _rtl92e_query_rxphystatus()
1617 (u8) RSSI; in _rtl92e_query_rxphystatus()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1231 u32 RSSI, total_rssi = 0; in _rtl92e_query_rxphystatus() local
1348 RSSI = rtl92e_rx_db_to_percent(rx_pwr[i]); in _rtl92e_query_rxphystatus()
1350 total_rssi += RSSI; in _rtl92e_query_rxphystatus()
1353 pstats->RxMIMOSignalStrength[i] = RSSI; in _rtl92e_query_rxphystatus()
1354 precord_stats->RxMIMOSignalStrength[i] = RSSI; in _rtl92e_query_rxphystatus()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Dodm.c436 /* printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level); */ in odm_RefreshRateAdaptiveMaskCE()
474 s32 RSSI, in ODM_RAStateCheck()
486 /* when RSSI state trends to go up one or two levels, make sure RSSI is high enough. */ in ODM_RAStateCheck()
508 /* Decide RATRState by RSSI. */ in ODM_RAStateCheck()
509 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
511 else if (RSSI > LowRSSIThreshForRA) in ODM_RAStateCheck()
515 /* printk("==>%s, RATRState:0x%02x , RSSI:%d\n", __func__, RATRState, RSSI); */ in ODM_RAStateCheck()
528 /* 3 RSSI Monito
472 ODM_RAStateCheck( struct dm_odm_t *pDM_Odm, s32 RSSI, bool bForceUpdate, u8 *pRATRState ) ODM_RAStateCheck() argument
[all...]
H A Dodm.h117 /* with original RSSI to determine if it is necessary to switch antenna. */
180 u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */
183 u8 HighRSSIThresh; /* if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH */
184 u8 LowRSSIThresh; /* if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW */
185 u8 RATRState; /* Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW */
942 struct ant_detected_info AntDetectedInfo; /* Antenna detected information for RSSI tool */
1101 /* with original RSSI to determine if it is necessary to switch antenna. */
1112 s32 RSSI,
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c542 int RSSI; member
2367 iwe.u.qual.level = priv->BSSinfo[i].RSSI; in atmel_get_scan()
2949 /* Select a BSS with the max-RSSI but of the same type and of in retrieve_bss()
2959 max_rssi = priv->BSSinfo[i].RSSI; in retrieve_bss()
2971 if (priv->BSSinfo[i].RSSI >= max_rssi) { in retrieve_bss()
2972 max_rssi = priv->BSSinfo[i].RSSI; in retrieve_bss()
2994 If we process a beacon we will only update RSSI */ in store_bss_info()
3001 priv->BSSinfo[index].RSSI = rssi; in store_bss_info()
3003 if (rssi > priv->BSSinfo[index].RSSI) in store_bss_info()
3004 priv->BSSinfo[index].RSSI in store_bss_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c541 int RSSI; member
2386 iwe.u.qual.level = priv->BSSinfo[i].RSSI; in atmel_get_scan()
2944 /* Select a BSS with the max-RSSI but of the same type and of in retrieve_bss()
2954 max_rssi = priv->BSSinfo[i].RSSI; in retrieve_bss()
2966 if (priv->BSSinfo[i].RSSI >= max_rssi) { in retrieve_bss()
2967 max_rssi = priv->BSSinfo[i].RSSI; in retrieve_bss()
2989 If we process a beacon we will only update RSSI */ in store_bss_info()
2996 priv->BSSinfo[index].RSSI = rssi; in store_bss_info()
2998 if (rssi > priv->BSSinfo[index].RSSI) in store_bss_info()
2999 priv->BSSinfo[index].RSSI in store_bss_info()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dodm.h29 * RSSI. It selects antenna with better receiving power and returns better
170 * SWAW_STEP_PEAK with original RSSI to determine if it is necessary to
232 u8 HighRSSIThresh; /* if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH */
233 u8 LowRSSIThresh; /* if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW */
234 u8 RATRState; /* Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW */
560 u8 PTPreRssi; /* if RSSI change 5% do PT */
1034 /* with original RSSI to determine if it is necessary to switch antenna. */
1044 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI,
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_rx.c2346 network->RSSI = stats->SignalStrength; in rtllib_network_init()
2513 dst->RSSI = src->RSSI; in update_network()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_rx.c2277 network->RSSI = stats->SignalStrength; in rtllib_network_init()
2434 dst->RSSI = src->RSSI; in update_network()

Completed in 45 milliseconds

12