Searched refs:anqpKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointManager.java | 153 ANQPNetworkKey anqpKey = in onANQPResponse() local 155 if (anqpElements == null || anqpKey == null) { in onANQPResponse() 162 mAnqpCache.addEntry(anqpKey, anqpElements); in onANQPResponse() 492 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, in findEapMethodFromNAIRealmMatchedWithCarrier() local 495 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in findEapMethodFromNAIRealmMatchedWithCarrier() 498 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in findEapMethodFromNAIRealmMatchedWithCarrier() 501 Log.d(TAG, "ANQP entry not found for: " + anqpKey); in findEapMethodFromNAIRealmMatchedWithCarrier() 782 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() local 784 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in getAllMatchedProviders() 786 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in getAllMatchedProviders() [all …]
|