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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java543 private String[] mWhiteListedSsids = null; field in class:WifiStateMachine
2506 if (mWhiteListedSsids != null && mWhiteListedSsids.length > 0) {
2508 for (int i=0; i < mWhiteListedSsids.length; i++) {
2509 pw.println(" " + mWhiteListedSsids[i]);
3149 mWhiteListedSsids = mWifiConfigStore.getWhiteListedSsids(getCurrentWifiConfiguration());
3150 if (mWhiteListedSsids == null || mWhiteListedSsids.length == 0) {
3154 if (!WifiNative.setSsidWhitelist(mWhiteListedSsids)) {
3156 + mWhiteListedSsids
[all...]

Completed in 13 milliseconds