OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infoelement
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
NativeScanResult.java
35
public byte[]
infoElement
;
50
infoElement
= source.
infoElement
.clone();
69
out.writeByteArray(
infoElement
);
92
result.
infoElement
= in.createByteArray();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/wificond/
NativeScanResultTest.java
62
scanResult.
infoElement
= TEST_INFO_ELEMENT;
79
assertArrayEquals(scanResult.
infoElement
, scanResultDeserialized.
infoElement
);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WificondControlTest.java
119
infoElement
= TEST_INFO_ELEMENT_SSID;
666
nativeScanResult.
infoElement
= out.toByteArray();
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java
537
InformationElementUtil.parseInformationElements(result.
infoElement
);
Completed in 1081 milliseconds