Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java273 ie.id = InformationElement.EID_VSA; in buildCapabilities_wpa1Element()
302 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_privacySet()
327 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_privacyClear()
351 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_essSet()
376 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_essClear()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java186 case ScanResult.InformationElement.EID_VSA: in NetworkDetail()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java328 public static final int EID_VSA = 221; field in ScanResult.InformationElement
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java539 if (ie.id == InformationElement.EID_VSA) { in buildCapabilities()