Searched refs:associateWithConfiguration (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java239 associatedConfig = mWifiConfigStore.associateWithConfiguration(result);
H A DWifiConfigStore.java3108 public WifiConfiguration associateWithConfiguration(ScanResult result) { method in class:WifiConfigStore
3112 if (DBG) loge("associateWithConfiguration(): no config key " );
3120 loge("associateWithConfiguration(): try " + configKey);
3135 if (VVDBG) loge("associateWithConfiguration(): skip selfadd " + link.configKey() );
3141 if (VVDBG) loge("associateWithConfiguration(): skip non-PSK " + link.configKey() );
3147 if (VVDBG) loge("associateWithConfiguration(): found it!!! " + configKey );
3161 // loge("associateWithConfiguration OK " );
3172 loge("associateWithConfiguration: try to create " +
3185 loge("associateWithConfiguration: got a config from beacon"
3220 loge("associateWithConfiguration
[all...]

Completed in 279 milliseconds