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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 109 TI_INT8 RSSI; /**< average RSSI */
110 TI_INT8 lastRSSI; /** last given RSSI */
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 91 /* Rssi range */
116 public static final String RSSI = "RSSI";
FmRxRdsConfig.java 108 textRssi = (EditText) findViewById(R.id.Rssi);
436 editor.putInt(RSSI, DEFAULT_RSSI);
438 editor.putInt(RSSI, rssiValue);
445 "Enter valid RSSI value in range 1-127!!")
453 "Enter valid RSSI value in range 1-127!!")
460 /** Checks the RSSI value for validity */
FmRxApp.java     [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 30 private static final int RSSI = 20;
34 int rssi = 31; local
39 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
41 assertEquals(rssi, nc.getRssi());
46 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
48 assertEquals(rssi, nc.getRssi());
53 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN);
55 assertEquals(rssi, nc.getRssi());
61 nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS);
63 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...]
  /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));
  /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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 95 int16 RSSI;
130 int16 RSSI;
2016 int32 rssi; member in struct:wl_pkteng_stats
2585 int32 rssi[LQ_IDX_LAST]; member in struct:wl_lq
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 95 int16 RSSI;
130 int16 RSSI;
2016 int32 rssi; member in struct:wl_pkteng_stats
2585 int32 rssi[LQ_IDX_LAST]; member in struct:wl_lq
    [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...]
  /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 188 milliseconds