/hardware/ril/mock-ril/src/js/ |
simulated_radio.js | 289 print('rssi: ' + gwSignalStrength.signalStrength); 301 * @param rssi and bitErrorRate are signal strength parameters for GSM 304 this.setSignalStrength = function(rssi, bitErrorRate, cdmaDbm, cdmaEcio, evdoRssi, 308 if (rssi != 99) { 309 if ((rssi < 0) || (rssi > 31)) { 314 gwSignalStrength.signalStrength = rssi; [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothEventLoop.java | 150 String rssi = mBluetoothService.getRemoteDeviceProperty(address, "RSSI"); local 154 // For incoming connections, we don't get the RSSI value. Use a default of MIN_VALUE. 156 if (rssi != null) { 157 rssiValue = (short)Integer.valueOf(rssi).intValue();
|
/frameworks/base/core/jni/ |
android_net_wifi_Wifi.cpp | 319 int rssi = -200; local 325 // reply comes back in the form "<SSID> rssi XX" where XX is the 337 // lastSpace should be preceded by "rssi" and followed by the value 338 if (lastSpace && !strncmp(lastSpace - 4, "rssi", 4)) { 339 sscanf(lastSpace + 1, "%d", &rssi); 342 return (jint)rssi; 347 return android_net_wifi_getRssiHelper("DRIVER RSSI"); 352 return android_net_wifi_getRssiHelper("DRIVER RSSI-APPROX");
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 44 * attributes of the device (such as the address, name, RSSI, etc.) and 430 void setRssi(short rssi) { 431 if (mRssi != rssi) { 432 mRssi = rssi;
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scanResultTable.c | 112 #define UPDATE_RSSI(pSite, pFrame) (pSite)->rssi = (pFrame)->rssi; 136 TI_UINT32 uSraThreshold; /**< Rssi threshold for frame filtering */ 324 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel)) [all...] |
siteMgr.c | 524 /* Register the RSSI Trigger events at the currBss RSSI/SNR static table*/ [all...] |
/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;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/ |
RxXfer.c | 509 Reserved.rssi = pRxParams->rssi;
|
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_cfg80211.h | 191 int16 rssi; member in struct:wl_cfg80211_bss_info
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/ |
healthMonitor.c | 368 * the get RSSI is sent anyhow. When these operations will be 411 /* and to update the site Mgr with the updated RSSI. (Those values are averaged) */ 414 pHealthMonitor->statTable.rssi, 419 /* TX Power Adjust - if the RSSI is good lower the Tx Power */
|
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/ |
driver_ti.c | 1657 int rssi, len; local 1682 int rssi, len; local [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
select.c | 133 /* RSSI values boundaries and metric values for best, good, etc signals */ [all...] |
siteMgr.c | [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 2972 dbus_int16_t rssi = dev->rssi; local [all...] |
dbus-hci.c | 596 int8_t rssi, uint8_t *data) 639 adapter_update_found_devices(adapter, peer, rssi, class, 691 adapter_update_found_devices(adapter, peer, rssi, class, name, alias,
|
security.c | 797 class, info->rssi, NULL); 811 class, info->rssi, NULL); 833 info->rssi, info->data);
|
/external/bluetooth/bluez/lib/bluetooth/ |
hci_lib.h | 114 int hci_read_rssi(int dd, uint16_t handle, int8_t *rssi, int to);
|
hci.h | 1233 int8_t rssi; member in struct:__anon1638 1771 int8_t rssi; member in struct:__anon1706 1781 int8_t rssi; member in struct:__anon1707 1838 int8_t rssi; member in struct:__anon1712 1953 uint8_t rssi; member in struct:__anon1727 [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 1130 int rssi = 99; local [all...] |
/hardware/ril/include/telephony/ |
ril.h | 256 int rssi; /* Received RSSI in GSM, member in struct:__anon9651 495 int dbm; /* Valid values are positive integers. This value is the actual RSSI value 496 * multiplied by -1. Example: If the actual RSSI is -75, then this response 507 int dbm; /* Valid values are positive integers. This value is the actual RSSI value 508 * multiplied by -1. Example: If the actual RSSI is -75, then this response [all...] |
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
driver_ti.c | 360 wpa_printf(MSG_ERROR, "ERROR - Failed to get rssi level"); 363 *rssi_data = (s8)buffer.rssi; 669 else if( os_strcasecmp(cmd, "rssi-approx") == 0 ) { 673 int rssi, len; local 675 wpa_printf(MSG_DEBUG,"rssi-approx command"); 683 rssi = cur_res->level; 687 ret += snprintf(&buf[ret], buf_len-len, " rssi %d\n", rssi); 691 else if( os_strcasecmp(cmd, "rssi") == 0 ) { 697 wpa_printf(MSG_DEBUG,"rssi command") [all...] |
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/ |
driver_ti.c | 360 wpa_printf(MSG_ERROR, "ERROR - Failed to get rssi level"); 363 *rssi_data = (s8)buffer.rssi; 669 else if( os_strcasecmp(cmd, "rssi-approx") == 0 ) { 673 int rssi, len; local 675 wpa_printf(MSG_DEBUG,"rssi-approx command"); 683 rssi = cur_res->level; 687 ret += snprintf(&buf[ret], buf_len-len, " rssi %d\n", rssi); 691 else if( os_strcasecmp(cmd, "rssi") == 0 ) { 697 wpa_printf(MSG_DEBUG,"rssi command") [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngr.c | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/ |
scanMngr.c | [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
scanMngr.c | [all...] |