Home
last modified time | relevance | path

Searched defs:anqpElements (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPData.java44 public ANQPData(Clock clock, Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in ANQPData()
74 public void update(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in update()
H A DAnqpCache.java56 Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in addEntry()
70 Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in addOrUpdateEntry()
H A DPasspointEventHandler.java51 Map<Constants.ANQPElementType, ANQPElement> anqpElements); in onANQPResponse()
H A DPasspointNetworkNominateHelper.java109 Map<Constants.ANQPElementType, ANQPElement> anqpElements = in isApWanLinkStatusDown() local
H A DNetworkDetail.java407 …ivate NetworkDetail(NetworkDetail base, Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in NetworkDetail()
438 public NetworkDetail complete(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in complete()
H A DPasspointProvider.java420 public PasspointMatch match(Map<ANQPElementType, ANQPElement> anqpElements, in match()
836 private PasspointMatch matchFqdnAndRcoi(Map<ANQPElementType, ANQPElement> anqpElements, in matchFqdnAndRcoi()
H A DPasspointManager.java154 Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in onANQPResponse()
1085 Map<Constants.ANQPElementType, ANQPElement> anqpElements = getANQPElements(scanResult); in getMatchingOsuProviders() local
H A DPasspointProvisioner.java1034 Map<Constants.ANQPElementType, ANQPElement> anqpElements = in getBestMatchingOsuProvider() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanDetail.java92 public void propagateANQPInfo(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in propagateANQPInfo()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointNetworkNominateHelperTest.java523 Map<ANQPElementType, ANQPElement> anqpElements = new HashMap<>(); in evaluateScansWithNetworkMatchingHomeProviderWithAnqpLinkDown() local
716 Map<ANQPElementType, ANQPElement> anqpElements = new HashMap<>(); in evaluateScansWithNetworkMatchingHomeProviderWithUninitializedWanMetricsAnqpElement() local
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DScanResult.java1073 public AnqpInformationElement[] anqpElements; field in ScanResult