OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EID_BSS_LOAD
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java
182
InformationElement.
EID_BSS_LOAD
, results[1].id);
204
assertEquals("First element tag should be
EID_BSS_LOAD
",
205
InformationElement.
EID_BSS_LOAD
, results[0].id);
234
assertEquals("First result should be a
EID_BSS_LOAD
tag.",
235
InformationElement.
EID_BSS_LOAD
, results[0].id);
/frameworks/base/wifi/java/android/net/wifi/
ScanResult.java
319
public static final int
EID_BSS_LOAD
= 11;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java
171
case ScanResult.InformationElement.
EID_BSS_LOAD
:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
75
if (ie.id != InformationElement.
EID_BSS_LOAD
) {
Completed in 651 milliseconds