Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java164 ANQPNetworkKey anqpKey = in onANQPResponse() local
166 if (anqpElements == null || anqpKey == null) { in onANQPResponse()
178 mAnqpCache.addOrUpdateEntry(anqpKey, anqpElements); in onANQPResponse()
891 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() local
893 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in getAllMatchedProviders()
896 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in getAllMatchedProviders()
899 Log.d(TAG, "ANQP entry not found for: " + anqpKey); in getAllMatchedProviders()
1443 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in requestVenueUrlAnqpElement() local
1448 mAnqpRequestManager.requestVenueUrlAnqpElement(bssid, anqpKey); in requestVenueUrlAnqpElement()
1470 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getVenueUrl() local
[all …]