Home
last modified time | relevance | path

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/
DInformationElementUtilTest.java187 InformationElement.EID_BSS_LOAD, results[1].id); in parseInformationElements_twoElements()
210 InformationElement.EID_BSS_LOAD, results[0].id); in parseInformationElements_firstElementZeroLength()
240 InformationElement.EID_BSS_LOAD, results[0].id); in parseInformationElements_firstElementWrongLength()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java168 case ScanResult.InformationElement.EID_BSS_LOAD: in NetworkDetail()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java454 public static final int EID_BSS_LOAD = 11; field in ScanResult.InformationElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java139 if (ie.id != InformationElement.EID_BSS_LOAD) { in from()