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() 497 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, in findEapMethodFromNAIRealmMatchedWithCarrier() local 500 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in findEapMethodFromNAIRealmMatchedWithCarrier() 503 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in findEapMethodFromNAIRealmMatchedWithCarrier() 506 Log.d(TAG, "ANQP entry not found for: " + anqpKey); in findEapMethodFromNAIRealmMatchedWithCarrier() 800 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() local 802 ANQPData anqpEntry = mAnqpCache.getEntry(anqpKey); in getAllMatchedProviders() 804 mAnqpRequestManager.requestANQPElements(bssid, anqpKey, in getAllMatchedProviders() [all …]
|