Searched defs:maxNumActiveChannelsForPartialScans (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java383 public int maxNumActiveChannelsForPartialScans = 6; field in class:WifiConfigStore
482 maxNumActiveChannelsForPartialScans = mContext.getResources().getInteger(
2537 maxNumActiveChannelsForPartialScans = Integer.parseInt(st);
2538 Log.d(TAG,"readAutoJoinConfig: maxNumActiveChannelsForPartialScans = "
2539 + Integer.toString(maxNumActiveChannelsForPartialScans));
3244 + " max=" + maxNumActiveChannelsForPartialScans);
3258 if (numChannels > maxNumActiveChannelsForPartialScans) {
3288 if (numChannels > maxNumActiveChannelsForPartialScans) {

Completed in 66 milliseconds