Searched defs:mSupplicantScanIntervalMs (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 38 milliseconds