HomeSort by relevance Sort by last modified time
    Searched refs:RSSI (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 109 TI_INT8 RSSI; /**< average RSSI */
110 TI_INT8 lastRSSI; /** last given RSSI */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 94 INT8 RSSI; /**< average RSSI */
95 INT8 lastRSSI; /** last given RSSI */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 109 TI_INT8 RSSI; /**< average RSSI */
110 TI_INT8 lastRSSI; /** last given RSSI */
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 35 private static final int RSSI = 20;
101 int rssi = 31; local
106 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
108 assertEquals(rssi, nc.getRssi());
113 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
115 assertEquals(rssi, nc.getRssi());
120 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN);
122 assertEquals(rssi, nc.getRssi());
128 nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS);
130 assertEquals(rssi, nc.getRssi())
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
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);
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...]
scanMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
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);
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...]
scanMngr.c     [all...]
  /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/Application/Roaming/
roamingMngr.c 42 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
45 * better AP. Better AP is defined as a different AP with better RSSI,
    [all...]
  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 354 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n",
355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
  /system/wlan/ti/wilink_6_1/Test/
roamingMgrDebug.c 354 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n",
355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
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...]
siteMgr.c 513 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
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...]
siteMgr.c 524 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 678 /* 0x04 */ TEST_CMD_RX_PLT_CAL, /* RSSI Cal */
688 /* 0x0E */ TEST_CMD_FREE_RUN_RSSI, /* Free running RSSI measurement */
1611 int16 rssi; member in struct:RadioRSSIAndSNR_t
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 1288 static int rssi = 0; local
1306 rssi = dtoh32(scb_val.val);
1315 p += snprintf(p, MAX_WX_STRING, "%s rssi %d ", ssidbuf, rssi);
7538 int rssi; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 109 int16 RSSI;
1523 int32 rssi; member in struct:wl_pkteng_stats
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 681 /* 0x04 */ TEST_CMD_RX_PLT_CAL, /* RSSI Cal */
691 /* 0x0E */ TEST_CMD_FREE_RUN_RSSI, /* Free running RSSI measurement */
1703 int16 rssi; member in struct:RadioRSSIAndSNR_t
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
g_tester.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 151 { IPC_EVENT_LOW_RSSI, (PS8)"Low RSSI" },
614 os_error_printf(CU_MSG_INFO2, (PS8)" MAC Privacy Rssi Mode Channel SSID\n");
641 (char)pBssid->Rssi | 0xffffff00, /* need the 0xffffff00 to get negative value display */
    [all...]

Completed in 1029 milliseconds

1 2