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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java384 public int maxNumPassiveChannelsForPartialScans = 2; field in class:WifiConfigStore
484 maxNumPassiveChannelsForPartialScans = mContext.getResources().getInteger(
2526 maxNumPassiveChannelsForPartialScans = Integer.parseInt(st);
2527 Log.d(TAG,"readAutoJoinConfig: maxNumPassiveChannelsForPartialScans = "
2528 + Integer.toString(maxNumPassiveChannelsForPartialScans));

Completed in 31 milliseconds