/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalRadio.c | 41 * RSSI 42 * Set RSSI params to the firmware 43 * Conversion function From/To RxLevel/RSSI
|
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
DebugReceiver.java | 35 * BTDEBUG : a.b.device.e.RSSI = -35
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
cu_wext.c | 117 bssidList[index-1].Rssi = (S8)iwe->u.qual.level; 232 S32 CuOs_GetCurrentStats(THandle hCuWext, S32* rssi) 237 *rssi = 0; 245 *rssi = stat.qual.level;
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
tiwlnif.h | 117 TI_INT32 Rssi;
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/ |
TI_AdapterApi.cpp | 92 //returns RSSI [all...] |
/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/wilink_6_1/stad/Export_Inc/ |
tiwlnif.h | 117 TI_INT32 Rssi;
|
/external/bluetooth/bluez/src/ |
adapter.h | 53 int8_t rssi; member in struct:remote_dev_info 119 int8_t rssi, uint32_t class, const char *name,
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
eventMbox.c | 150 /* 0*/{ RSSI_SNR_TRIGGER_0_EVENT_ID, "RSSI SNR TRIGGER 0 " , 1}, 151 /* 1*/{ RSSI_SNR_TRIGGER_1_EVENT_ID, "RSSI SNR TRIGGER 1 " , 1}, 152 /* 2*/{ RSSI_SNR_TRIGGER_2_EVENT_ID, "RSSI SNR TRIGGER 2 " , 1}, 153 /* 3*/{ RSSI_SNR_TRIGGER_3_EVENT_ID, "RSSI SNR TRIGGER 3 " , 1}, 154 /* 4*/{ RSSI_SNR_TRIGGER_4_EVENT_ID, "RSSI SNR TRIGGER 4 " , 1}, 155 /* 5*/{ RSSI_SNR_TRIGGER_5_EVENT_ID, "RSSI SNR TRIGGER 5 " , 1}, 156 /* 6*/{ RSSI_SNR_TRIGGER_6_EVENT_ID, "RSSI SNR TRIGGER 6 " , 1}, 157 /* 7*/{ RSSI_SNR_TRIGGER_7_EVENT_ID, "RSSI SNR TRIGGER 7 " , 1},
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_manualSM.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,
|
/packages/apps/Settings/res/layout/ |
wifi_status_test.xml | 50 <!--RSSI Value--> 53 <TextView android:id="@+id/rssi" style="@style/info_value" />
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEventRedirector.java | 65 short rssi = intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, Short.MIN_VALUE); 70 mManager.getCachedDeviceManager().onDeviceAppeared(device, rssi, btClass, name);
|
CachedBluetoothDeviceManager.java | 77 public synchronized void onDeviceAppeared(BluetoothDevice device, short rssi, 87 cachedDevice.setRssi(rssi);
|
/system/core/nexus/ |
WifiController.cpp | 84 mDynamicProperties.propRssi = new IntegerPropertyHelper("Rssi", true, &mLastRssi); 610 int rssi; local 611 if (mSupplicant->getRssi(&rssi)) { 612 LOGE("Failed to get rssi (%s)", strerror(errno)); 617 if (abs(mLastRssi - rssi) > mRssiEventThreshold) { 619 asprintf(&tmp3, "RSSI changed from %d -> %d", 620 mLastRssi, rssi); 621 mLastRssi = rssi;
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
eventMbox.c | 150 /* 0*/{ RSSI_SNR_TRIGGER_0_EVENT_ID, "RSSI SNR TRIGGER 0 " , 1}, 151 /* 1*/{ RSSI_SNR_TRIGGER_1_EVENT_ID, "RSSI SNR TRIGGER 1 " , 1}, 152 /* 2*/{ RSSI_SNR_TRIGGER_2_EVENT_ID, "RSSI SNR TRIGGER 2 " , 1}, 153 /* 3*/{ RSSI_SNR_TRIGGER_3_EVENT_ID, "RSSI SNR TRIGGER 3 " , 1}, 154 /* 4*/{ RSSI_SNR_TRIGGER_4_EVENT_ID, "RSSI SNR TRIGGER 4 " , 1}, 155 /* 5*/{ RSSI_SNR_TRIGGER_5_EVENT_ID, "RSSI SNR TRIGGER 5 " , 1}, 156 /* 6*/{ RSSI_SNR_TRIGGER_6_EVENT_ID, "RSSI SNR TRIGGER 6 " , 1}, 157 /* 7*/{ RSSI_SNR_TRIGGER_7_EVENT_ID, "RSSI SNR TRIGGER 7 " , 1},
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngr_manualSM.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,
|
/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...] |
scanResultTable.h | 96 TI_INT32 rssi; member in struct:__anon8935
|
/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...] |
/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...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 138 mRSSI = (TextView) findViewById(R.id.rssi); 257 private void handleSignalChanged(int rssi) { 258 mRSSI.setText(String.valueOf(rssi));
|
/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...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsBroadcastConfigInfo.java | 45 * Initialize the object from rssi and cid.
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmcdc.h | 99 uint8 rssi; member in struct:bdc_header
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBldItr.c | 69 * Input : averageRSSI - pointer for return verage RSSI result
|