OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LCR
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
rtt.h
94
byte LCR_request; // 1: request
LCR
, 0: do not request
LCR
145
wifi_information_element *
LCR
; // for 11mc only
199
byte lcr_support; // if initiator supports
LCR
request. Applies to 2-sided RTT
240
/* API for setting LCI/
LCR
information to be provided to a requestor */
272
// API to configure the
LCR
. Used in RTT Responder mode only.
274
wifi_lcr_information *
lcr
);
/frameworks/base/wifi/java/android/net/wifi/
RttManager.java
214
append("
lcr
").
436
* Request
LCR
information, only available when choose double side RTT measurement
711
/**
LCR
information Element, only available to double side RTT. */
712
public WifiInformationElement
LCR
;
767
dest.writeByte(result.
LCR
.id);
768
if (result.
LCR
.id != (byte) 0xFF) {
769
dest.writeInt((byte) result.
LCR
.data.length);
770
dest.writeByte(result.
LCR
.id);
821
results[i].
LCR
= new WifiInformationElement();
822
results[i].
LCR
.id = in.readByte()
[
all
...]
/frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 52 milliseconds