OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LCI
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
rtt.h
93
byte LCI_request; // 1: request
LCI
, 0: do not request
LCI
144
wifi_information_element *
LCI
; // for 11mc only
198
byte lci_support; // if initiator supports
LCI
request. Applies to 2-sided RTT
240
/* API for setting
LCI
/LCR information to be provided to a requestor */
268
// API to configure the
LCI
. Used in RTT Responder mode only
270
wifi_lci_information *
lci
);
/frameworks/base/wifi/java/android/net/wifi/
RttManager.java
212
append("
lci
").
429
* Request
LCI
information, only available when choose double side RTT measurement
708
/**
LCI
information Element, only available for double side RTT. */
709
public WifiInformationElement
LCI
;
762
dest.writeByte(result.
LCI
.id);
763
if (result.
LCI
.id != (byte) 0xFF) {
764
dest.writeByte((byte)result.
LCI
.data.length);
765
dest.writeByteArray(result.
LCI
.data);
814
results[i].
LCI
= new WifiInformationElement();
815
results[i].
LCI
.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 270 milliseconds