HomeSort by relevance Sort by last modified time
    Searched refs:snr (Results 26 - 49 of 49) sorted by null

12

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c 120 #define UPDATE_SNR(pSite, pFrame) (pSite)->snr = (pFrame)->snr;
    [all...]
ScanCncn.c     [all...]
siteMgr.c 513 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 1854 u32 snr; local
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 382 snrs[i] = sGpsSvStatus.sv_list[i].snr;
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 300 TI_UINT8 snr; member in struct:__anon10768
809 /* Current BSS params - RSSI/SNR User Trigger */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 1612 int16 snr; member in struct:RadioRSSIAndSNR_t
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 300 TI_UINT8 snr; member in struct:__anon17484
790 /* Current BSS params - RSSI/SNR User Trigger */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 113 #define UPDATE_SNR(pSite, pFrame) (pSite)->snr = (pFrame)->snr;
    [all...]
ScanCncn.c     [all...]
siteMgr.c 524 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 1524 int32 snr; member in struct:wl_pkteng_stats
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 147 float snr; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 141 float snr; member in struct:rpc_loc_sv_info_s_type
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 1704 int16 snr; member in struct:RadioRSSIAndSNR_t
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 887 tScanFrameInfo.snr = pRxAttr->SNR;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 377 UINT8 snr;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 1082 uint8 snr; \/* The current average SNR in db*\/ member in struct:__anon16779
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 889 tScanFrameInfo.snr = pRxAttr->SNR;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common_xdr.c 261 if (!xdr_float (xdrs, &objp->snr))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 344 console_printf_terminal("CLI Event - Low SNR\n");
2933 tiUINT32 snr ; local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common_xdr.c 261 if (!xdr_float (xdrs, &objp->snr))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 468 Routine Description: This is the CB triggered when Rssi/Snr have been
482 tmpRadioRxQuality.Snr = (INT32) radioResults->snr;
501 Routine Description: This is the CB triggered when Rssi/Snr have been
502 returned by FW - return SNR only to user
514 /* The SNR returned by FW is not true. We have to divide it by 2 and turns it to a signed */
515 tmpRadioRxQuality.Snr = (INT32) radioResults->snr;
519 os_memoryCopy(hAdapter, (PVOID) &(pAdapter->pIoBuffer[0]), (PVOID) &(tmpRadioRxQuality.Snr), sizeof(INT32));
    [all...]

Completed in 1507 milliseconds

12