HomeSort by relevance Sort by last modified time
    Searched full:rssi (Results 51 - 75 of 212) sorted by null

1 23 4 5 6 7 8 9

  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldItr.c 69 * Input : averageRSSI - pointer for return verage RSSI result
CmdBld.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.h 96 TI_INT32 rssi; member in struct:__anon14771
ScanCncn.h 111 TI_INT8 rssi; /* RSSI level at which frame was received */ member in struct:__anon14728
siteMgr.c 513 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 269 NDIS_802_11_RSSI Rssi; // receive signal
291 NDIS_802_11_RSSI Rssi; // receive signal
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 187 WLAN_OS_REPORT((" MAC Privacy Rssi Mode Channel SSID\n"));
214 pBssid->Rssi,
siteMgrDebug.c 537 WLAN_OS_REPORT(("rssi %d\n", pSiteEntry->rssi));
788 WLAN_OS_REPORT(("rssi %d\n", pCurrentSiteTable->siteTable[i].rssi));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
49 * better AP. Better AP is defined as a different AP with better RSSI,
    [all...]
roamingMngr_autoSM.c 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
49 * better AP. Better AP is defined as a different AP with better RSSI,
363 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold))
366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[4], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[5], pRoamingMngr->pListOfAPs->BSSList[index].RSSI, pRoamingMngr->roamingMngrConfig.apQualityThreshold);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 113 TI_INT8 rssi; /* RSSI level at which frame was received */ member in struct:__anon8892
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/BusAccess/Export_Inc/
whalBus_Defs.h 59 INT8 rssi; member in struct:__anon13369
71 INT8 Rssi;
  /system/wlan/ti/wilink_6_1/Test/
smeDebug.c 187 WLAN_OS_REPORT((" MAC Privacy Rssi Mode Channel SSID\n"));
214 pBssid->Rssi,
siteMgrDebug.c 520 WLAN_OS_REPORT(("rssi %d\n", pSiteEntry->rssi));
757 WLAN_OS_REPORT(("rssi %d\n", pCurrentSiteTable->siteTable[i].rssi));
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr.c 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
49 * better AP. Better AP is defined as a different AP with better RSSI,
    [all...]
roamingMngr_autoSM.c 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
49 * better AP. Better AP is defined as a different AP with better RSSI,
363 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold))
366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[4], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[5], pRoamingMngr->pListOfAPs->BSSList[index].RSSI, pRoamingMngr->roamingMngrConfig.apQualityThreshold);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSelect.c 66 * RSSI level from all matching sites, and connection was not attempted to it in this SME cycle
76 TI_INT8 iSelectedSiteRssi = -127; /* minimum RSSI */
222 /* if this site RSSI is higher than current maximum, select it */
223 if (pCurrentSite->rssi > iSelectedSiteRssi)
225 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Select: BSSID: %02x:%02x:%02x:%02x:%02x:%02x match and has highest RSSI so far!\n", pCurrentSite->bssid[ 0 ], pCurrentSite->bssid[ 1 ], pCurrentSite->bssid[ 2 ], pCurrentSite->bssid[ 3 ], pCurrentSite->bssid[ 4 ], pCurrentSite->bssid[ 5 ]);
227 iSelectedSiteRssi = pCurrentSite->rssi;
  /external/bluetooth/bluez/src/
adapter.c 2713 dbus_int16_t rssi = dev->rssi; local
    [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:__anon13793
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 285 * The RSSI (signal strength) has changed.
291 * The lookup key for an {@code int} giving the new RSSI in dBm.
734 * @param rssi The power of the signal measured in RSSI.
740 public static int calculateSignalLevel(int rssi, int numLevels) {
741 if (rssi <= MIN_RSSI) {
743 } else if (rssi >= MAX_RSSI) {
747 return (rssi - MIN_RSSI) / partitionSize;
754 * @param rssiA The power of the first signal measured in RSSI.
755 * @param rssiB The power of the second signal measured in RSSI
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 160 String rssi = mBluetoothService.getRemoteDeviceProperty(address, "RSSI"); local
164 // For incoming connections, we don't get the RSSI value. Use a default of MIN_VALUE.
166 if (rssi != null) {
167 rssiValue = (short)Integer.valueOf(rssi).intValue();
  /system/core/nexus/
Supplicant.cpp 305 if (sendCommand("DRIVER RSSI", reply, &len)) {
306 LOGW("Failed to get RSSI (%s)", strerror(errno));
314 LOGE("Error parsing RSSI");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.h 65 /* RSSI roaming trigger configuration */
66 /* minimal amount of packets to count in average RSSI before actually reporting trigger */
68 /* the weight in % of the new packet relative to the previous average value of RSSI */

Completed in 236 milliseconds

1 23 4 5 6 7 8 9