Searched refs:EID_BSS_LOAD (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java182 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/
H A DScanResult.java319 public static final int EID_BSS_LOAD = 11; field in class:ScanResult.InformationElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java174 case ScanResult.InformationElement.EID_BSS_LOAD:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java75 if (ie.id != InformationElement.EID_BSS_LOAD) {

Completed in 1819 milliseconds