Home
last modified time | relevance | path

Searched refs:RSSI (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/admin-guide/media/
H A Dsi476x.rst126 0x04 rssihint ditto for RSSI high threshold
127 0x05 rssilint ditto for RSSI low threshold
131 0x08 rssiready ditto for RSSI metrics
139 0x15 rssi Signed value of RSSI in dBuV
/linux/drivers/media/common/siano/
H A Dsmscoreapi.h689 s32 RSSI; /* dBm */ member
808 s32 RSSI; /* dBm */ member
850 s32 RSSI; /* dBm */ member
912 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
959 s32 RSSI; /* dBm */ member
985 s32 RSSI; /* dBm */ member
H A Dsmsdvb.h79 s32 RSSI; /* dBm */ member
/linux/drivers/staging/rtl8723bs/hal/
H A Dodm.c311 s32 RSSI, in ODM_RAStateCheck() argument
346 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
348 else if (RSSI > LowRSSIThreshForRA) in ODM_RAStateCheck()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h331 __le16 RSSI; /* receive signal strength (in dBm) */ member
1061 __le16 RSSI; member
H A Dcfg80211.c3385 bss_data.signal = (s16)le16_to_cpu(bi->RSSI) * 100; in brcmf_inform_single_bss()
3496 notify_signal = (s16)le16_to_cpu(bi->RSSI) * 100; in brcmf_inform_ibss()
3604 s16 bss_rssi = le16_to_cpu(bss->RSSI); in brcmf_compare_update_same_bss()
3605 s16 bss_info_rssi = le16_to_cpu(bss_info_le->RSSI); in brcmf_compare_update_same_bss()
3611 bss->RSSI = bss_info_le->RSSI; in brcmf_compare_update_same_bss()
3617 bss->RSSI = bss_info_le->RSSI; in brcmf_compare_update_same_bss()
/linux/drivers/net/wireless/marvell/libertas/
H A DREADME149 This event is generated when the average received RSSI in beacons goes
153 This event is generated when the average received RSSI in beacons goes
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h130 s16 RSSI; /* receive signal strength (in dBm) */ member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h134 #define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI)-(s16)(NF))) argument