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.java173 ANQPNetworkKey anqpKey = in onANQPResponse() local
175 if (anqpElements == null || anqpKey == null) { in onANQPResponse()
187 mAnqpCache.addOrUpdateEntry(anqpKey, anqpElements); in onANQPResponse()
926 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() local
928 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in getAllMatchedProviders()
931 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in getAllMatchedProviders()
934 Log.d(TAG, "ANQP entry not found for: " + anqpKey); in getAllMatchedProviders()
1535 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in requestVenueUrlAnqpElement() local
1540 mAnqpRequestManager.requestVenueUrlAnqpElement(bssid, anqpKey); in requestVenueUrlAnqpElement()
1562 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getVenueUrl() local
[all …]