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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java340 public int associatedFullScanBackoff = 12; // Will be divided by 8 by WifiStateMachine field in class:WifiConfigStore
488 associatedFullScanBackoff = mContext.getResources().getInteger(
2493 associatedFullScanBackoff = Integer.parseInt(st);
2494 Log.d(TAG,"readAutoJoinConfig: associatedFullScanBackoff = "
2495 + Integer.toString(associatedFullScanBackoff));
H A DWifiStateMachine.java7139 * mWifiConfigStore.associatedFullScanBackoff / 8;
7161 * mWifiConfigStore.associatedFullScanBackoff / 8;

Completed in 370 milliseconds