Home
last modified time | relevance | path

Searched refs:mSupplicantScanIntervalMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java835 private long mSupplicantScanIntervalMs; field in WifiStateMachine
5835 mSupplicantScanIntervalMs = Settings.Global.getLong(mContext.getContentResolver(), in enter()
5839 mWifiNative.setScanInterval((int)mSupplicantScanIntervalMs / 1000); in enter()