Searched defs:RSSI (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1473 u32 RSSI, total_rssi = 0; local
1599 RSSI = rtl819x_query_rxpwrpercentage(rx_pwr[i]);
1601 total_rssi += RSSI;
1604 pstats->RxMIMOSignalStrength[i] = (u8) RSSI;
1606 (u8) RSSI;
/drivers/staging/rtl8187se/
H A Dr8180_core.c16 RSSI calc function from 'The Deuce'
1402 priv->CurCCKRSSI = priv->RSSI;
1433 u8 RSSI = 0; local
1552 RSSI = ((u8)(((*(priv->rxringtail+3)) & (0x0000ff00))>>8)) & (0x7f);
1592 priv->RSSI = RSSI;
2716 priv->RSSI = 0;
H A Dr8180.h566 // RF RSSI High Power upper/lower Threshold.
569 // Current CCK RSSI value to determine CCK high power, asked by SD3 DZ, by Bruce, 2007-04-12.
578 u8 RSSI; member in struct:r8180_priv
/drivers/media/dvb/siano/
H A Dsmscoreapi.h359 s32 RSSI; /* dBm */ member in struct:SMSHOSTLIB_STATISTICS_ST
478 s32 RSSI; /* dBm */ member in struct:SMSHOSTLIB_STATISTICS_ISDBT_ST
522 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
569 s32 RSSI; /* dBm */ member in struct:RECEPTION_STATISTICS_S
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h364 __le16 RSSI; /* receive signal strength (in dBm) */ member in struct:brcmf_bss_info_le
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dpub.h269 #define BRCMS_RSSI_NO_SIGNAL -91 /* NDIS RSSI link quality cutoffs */
356 s16 RSSI; /* receive signal strength (in dBm) */ member in struct:brcms_bss_info
/drivers/staging/rtl8192u/
H A Dr8192U_core.c3657 //DbgPrint("RSSI < %d && RSSI >= %d, no check this time \n", RateAdaptiveTH_Low, VeryLowRSSI);
3663 //DbgPrint("RSSI < %d && RSSI >= %d, check this time \n", RateAdaptiveTH_Low, VeryLowRSSI);
3670 //DbgPrint("RSSI <= %d, no check this time \n", VeryLowRSSI);
3676 //DbgPrint("RSSI <= %d, check this time \n", VeryLowRSSI);
4560 /* 2008/01/22 MH We can not delcare RSSI/EVM total value of sliding window to
4630 // Check RSSI
4650 //DbgPrint("MIMO RSSI initialize \n");
4910 u32 RSSI, total_rss local
[all...]
/drivers/net/wireless/
H A Datmel.c544 int RSSI; member in struct:atmel_private::bss_info
2397 iwe.u.qual.level = priv->BSSinfo[i].RSSI;
2993 /* Select a BSS with the max-RSSI but of the same type and of
3003 max_rssi = priv->BSSinfo[i].RSSI;
3015 if (priv->BSSinfo[i].RSSI >= max_rssi) {
3016 max_rssi = priv->BSSinfo[i].RSSI;
3038 If we process a beacon we will only update RSSI */
3045 priv->BSSinfo[index].RSSI = rssi;
3047 if (rssi > priv->BSSinfo[index].RSSI)
3048 priv->BSSinfo[index].RSSI
[all...]
/drivers/staging/rtl8192e/
H A Drtllib.h1668 u8 RSSI; member in struct:rtllib_network
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h118 int16 RSSI; /* receive signal strength (in dBm) */ member in struct:wl_bss_info_107
152 int16 RSSI; /* receive signal strength (in dBm) */ member in struct:wl_bss_info_108
192 int16 RSSI; /* receive signal strength (in dBm) */ member in struct:wl_bss_info
1141 /* Get averages RSSI, Rx PHY rate and SNR values */
2005 /* RSSI per antenna */
2693 * a one-byte length, and a variable length value. RSSI type tuple must be present
2703 * 1. RSSI - 2 octets
2727 * 4. BAND RSSI - 2 octets
2729 * offset 1: +ve RSSI boost balue in dB
2733 #define WL_JOIN_PREF_RSSI 1 /* by RSSI */
3605 int16 RSSI; /* receive signal strength (in dBm) */ member in struct:wl_pfn_net_info
[all...]

Completed in 298 milliseconds