OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EID_SSID
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanDetailUtilTest.java
49
createIE(InformationElement.
EID_SSID
, ssid.getBytes(StandardCharsets.UTF_8))
65
createIE(InformationElement.
EID_SSID
, ssid.getBytes(StandardCharsets.UTF_8))
80
createIE(InformationElement.
EID_SSID
, ssid.getBytes(StandardCharsets.UTF_8))
InformationElementUtilTest.java
111
assertEquals("Parsed result should be a ssid", InformationElement.
EID_SSID
, results[0].id);
121
*
EID_SSID
. This test checks if padding will be properly discarded.
134
assertEquals("Parsed result should be a ssid", InformationElement.
EID_SSID
, results[0].id);
157
assertEquals("Parsed result should be a ssid.", InformationElement.
EID_SSID
, results[0].id);
178
InformationElement.
EID_SSID
, results[0].id);
208
assertEquals("Second element should be a ssid", InformationElement.
EID_SSID
, results[1].id);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanResults.java
85
ie.id = ScanResult.InformationElement.
EID_SSID
;
WifiConnectivityManagerTest.java
174
scanResults[0].informationElements[0].id = InformationElement.
EID_SSID
;
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
48
if (elementLength > data.remaining() || (eid == InformationElement.
EID_SSID
50
// APs often pad the data with bytes that happen to match that of the
EID_SSID
55
if (eid == InformationElement.
EID_SSID
) {
/frameworks/base/wifi/java/android/net/wifi/
ScanResult.java
316
public static final int
EID_SSID
= 0;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java
171
case ScanResult.InformationElement.
EID_SSID
:
Completed in 1031 milliseconds