Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java138 InformationElement.EID_BSS_LOAD, results[0].id); in parseInformationElements_withZeroLengthAndExtensionIdAfterAnotherIe()
226 InformationElement.EID_BSS_LOAD, results[1].id); in parseInformationElements_twoElements()
249 InformationElement.EID_BSS_LOAD, results[0].id); in parseInformationElements_firstElementZeroLength()
279 InformationElement.EID_BSS_LOAD, results[0].id); in parseInformationElements_firstElementWrongLength()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java239 case ScanResult.InformationElement.EID_BSS_LOAD: in NetworkDetail()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1212 public static final int EID_BSS_LOAD = 11; field in ScanResult.InformationElement
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java320 if (ie.id != InformationElement.EID_BSS_LOAD) { in from()