History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiConnectivityHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52ed1731664f7e0b76adb14eec7a76eaa95144c3 22-Dec-2017 Roshan Pius <rpius@google.com> WifiNative: Use iface name for WifiNative methods

Remove any hardcoded interface name throughout the wifi framework
codebase.
Interface name will now be retrieved from the HAL using the
WifiNative.setupInterfaceFor*Mode() methods. All interface specific
operations in WifiNative will now accept the interface name as handle.
The clients (WifiStateMachine, SoftApManager, etc) should use the
appropriate interface name retrieved fom the setup method.

The only exception is external clients like RttService,
WifiScanningService, WifiDiagnostics, etc which will retrieve the active
client interface name from WifiNative.

Bug: 69426063
Test: Manually toggled wifi/softap/airplane mode on/off multiple times.
Test: Unit tests.
Test: Will send for regression tests
Change-Id: If7b34f9c7714fcab8482e6f2cad9078d78229fe2
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiConnectivityHelper.java
403df479e25031276c738dbea334f09bb7e4bf37 18-May-2017 Ningyuan Wang <nywang@google.com> Remove network from supplicant when it is disabled

This CL expands OnSavedNetworkUpdateListener interface by
replacing onSavedNetworkUpdate() event with a list of
detailed events.
This CL also removes a network from supplicant when it's
disabled.

Bug: 37406637
Test: compile, unit tests, manual tests, integration test

Change-Id: Idfa29cd15b8ad75de3bb7448abd7f3c93f9778f0
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiConnectivityHelper.java
9c7730dd2cbf7c8d0d42052bee15a7a1323b8133 24-Feb-2017 Randy Pan <zpan@google.com> Helper class for Wifi connectivity operations

Add a helper class for WifiConnectivityManager and
WifiNetworkSelector to interface WifiNative for connectivity
related operations. Initially implement firmware roaming
related methods.

Bug: 35643651
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Ie8b6547fdb6cb0026d3746d56db9a9665b840b78
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiConnectivityHelper.java