HomeSort by relevance Sort by last modified time
    Searched refs:rssi (Results 76 - 99 of 99) sorted by null

1 2 34

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 63 * 'Low RSSI' from FW. Third type of roaming event reported by FW is
121 BOOLEAN rssiBelowThrReported; /**< Set to TRUE whem low RSSI threshold crossed */
122 BOOLEAN rssiAboveThrReported; /**< Set to TRUE whem high RSSI threshold crossed */
123 INT8 averageRssi; /**< Average value of RSSI of management packets received form the current AP */
126 UINT8 rssiFilterWeight; /**< The weigh for average RSSI value of management packets received form the current AP */
289 pCurrBSS->currAPInfo.RSSI = 0;
306 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
382 /* Configure HAL with RSSI parameters */
554 * Called when switch channel process is complete in order to reset RSSI calculations
571 pCurrBSS->currAPInfo.RSSI = 0
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 1083 int8 rssi; \/* The current average RSSI*\/ member in struct:__anon18229
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 888 tScanFrameInfo.rssi = pRxAttr->Rssi;
897 TRACE8(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": MLME Frame: Subtype = %d, MAC = %x-%x-%x-%x-%x-%x, RSSI = %d\n", frameInfo->subType, (*bssid)[0], (*bssid)[1], (*bssid)[2], (*bssid)[3], (*bssid)[4], (*bssid)[5], pRxAttr->Rssi);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.c     [all...]
currBss.c 62 * 'Low RSSI' from FW. Third type of roaming event reported by FW is
280 pCurrBSS->currAPInfo.RSSI = 0;
297 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
583 * Called when switch channel process is complete in order to reset RSSI calculations
599 pCurrBSS->currAPInfo.RSSI = 0;
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 390 /* The weight in % of the new packet relative to the previous average value of RSSI */
2516 TI_INT8 rssi; \/**< *\/ member in struct:__anon10470
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.c     [all...]
currBss.c 62 * 'Low RSSI' from FW. Third type of roaming event reported by FW is
282 pCurrBSS->currAPInfo.RSSI = 0;
299 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
613 * Called when switch channel process is complete in order to reset RSSI calculations
629 pCurrBSS->currAPInfo.RSSI = 0;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h 382 /* The weight in % of the new packet relative to the previous average value of RSSI */
2466 TI_INT8 rssi; \/**< *\/ member in struct:__anon18792
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 66 int rssi; member in struct:ieee80211_sta_bss
    [all...]
wpa_supplicant.c 957 wpa_s->rssi = bss->level;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 3003 int num, rssi; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 348 console_printf_terminal("CLI Event - Low RSSI\n");
2924 tiINT32 rssi ; local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common_xdr.c 1318 if (!xdr_rpc_int32 (xdrs, &objp->rssi))
    [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
469 returned by FW - return RSSI only to user
481 tmpRadioRxQuality.Rssi = radioResults->rssi;
487 Param.content.siteMgrCurrentRssi = tmpRadioRxQuality.Rssi;
492 os_memoryCopy(hAdapter, (PVOID) &(pAdapter->pIoBuffer[0]), (PVOID) &(tmpRadioRxQuality.Rssi), sizeof(INT32));
501 Routine Description: This is the CB triggered when Rssi/Snr have been
513 tmpRadioRxQuality.Rssi = radioResults->rssi;
    [all...]
  /external/qemu/hw/
bt-hci.c 547 .rssi = DEFAULT_RSSI_DBM,
    [all...]
  /external/wpa_supplicant/
wpa_supplicant.c     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 3060 milliseconds

1 2 34