HomeSort by relevance Sort by last modified time
    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 186 InformationElement.EID_BSS_LOAD, results[1].id);
208 assertEquals("First element tag should be EID_BSS_LOAD",
209 InformationElement.EID_BSS_LOAD, results[0].id);
238 assertEquals("First result should be a EID_BSS_LOAD tag.",
239 InformationElement.EID_BSS_LOAD, results[0].id);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 168 case ScanResult.InformationElement.EID_BSS_LOAD:
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 403 public static final int EID_BSS_LOAD = 11;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 139 if (ie.id != InformationElement.EID_BSS_LOAD) {
    [all...]

Completed in 131 milliseconds