History log of /frameworks/opt/net/wifi/libwifi_system/supplicant_manager.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0b13eab17ba781d417ad25bc7166410adbae2c6 02-Jun-2017 Ningyuan Wang <nywang@google.com> Improve logging for supplicant config file

Supplicant config could be in either /system or /vendor, we should
only log error if we can't find it in both places.

Bug: 62268780
Test: compile, unit tests, manual test
Change-Id: I5a66ef27385aee79f3ec6fdcaafc46c8cda793d8
/frameworks/opt/net/wifi/libwifi_system/supplicant_manager.cpp
ff66f41f8f457bf5e9c0c75d72dbe74f9dfc3102 29-Mar-2017 Ningyuan Wang <nywang@google.com> lib-wifisystem: Remove unused dependencies

This removes ununsed libwpa_client, libnetutils, libnl from
libwifi-system.
This also removes wifi.h and wifi.cpp.
The only useful function ensure_entropy_file_exists() is moved
to SupplicantManager.

Bug: 36697996
Test: compile, manual test: wifi works with toggling
Change-Id: I1f55813ee43a821d18d2368c1cc28a3bf95b6c93
/frameworks/opt/net/wifi/libwifi_system/supplicant_manager.cpp
cdeb057a5e0aae327ac7c2cdf0489830a0ca349f 08-Mar-2017 Jiyong Park <jiyong@google.com> wpa_supplicant.conf can be in either /system or /vendor

wpa_supplicant.conf is not generic and thus it should be moved to
/vendor/etc/wifi. However because we currently have many non-generic
products that put the file in /system/etc/wifi, supplicant_manager is
modified to read both places; /vendor/etc/wifi is accessed if it can't
read the file under /system/etc/wifi.

Bug: 36015569
Test: have wpa_supplicant.conf under /vendor/etc/wifi and not under
/system/etc/wifi. Wifi should work.

Change-Id: I4d6969ab4b224e5aaee132ccf6f64cdc9b56f48a
/frameworks/opt/net/wifi/libwifi_system/supplicant_manager.cpp
8c784cd2472164c2bcbe33375c173f67247955eb 23-Aug-2016 Christopher Wiley <wiley@google.com> Move supplicant management functions to delegate

This makes them easier to mock out in unit testing.

Bug: 29620309
Test: wificond integration tests continue to pass

Change-Id: I5b794b9b5c7fb291d253e28ca5f60cd69f39c280
/frameworks/opt/net/wifi/libwifi_system/supplicant_manager.cpp