Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java307 ie.id = InformationElement.EID_VSA; in buildCapabilities_wpa1Element()
336 ie.id = InformationElement.EID_VSA; in buildCapabilities_malformedWpa1Element()
368 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_rsnAndWpaElement()
512 ieOwe.id = InformationElement.EID_VSA; in buildCapabilities_oweVsElementOweSupported()
539 ieOwe.id = InformationElement.EID_VSA; in buildCapabilities_oweVsElementOweNotSupported()
609 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_malformedRsnAndWpaElement()
635 ieWpa.id = InformationElement.EID_VSA; in buildCapabilities_wpaAndWpsElement()
645 ieWps.id = InformationElement.EID_VSA; in buildCapabilities_wpaAndWpsElement()
672 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_privacySet()
701 ie.id = InformationElement.EID_VSA; in buildCapabilities_nonRsnWpa1Element_privacyClear()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java99 if (ie.id == InformationElement.EID_VSA) { in getHS2VendorSpecificIE()
687 if (ie.id == InformationElement.EID_VSA) { in from()
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java354 vsa.id = ScanResult.InformationElement.EID_VSA; in testResponderPreambleSelection()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java183 case ScanResult.InformationElement.EID_VSA: in NetworkDetail()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java485 public static final int EID_VSA = 221; field in ScanResult.InformationElement