summaryrefslogtreecommitdiffstats
path: root/libwifi_system
Commit message (Expand)AuthorAgeFilesLines
* Remove hostapd.conf before starting TetheringDaisuke Niwa2017-10-041-0/+4
* Refactor hostapd manager unit testsNingyuan Wang2017-08-151-48/+31
* Use cc_library for libwifi_system[_iface].Tri Vo2017-08-041-1/+1
* Add missing gmock.h includes for mock class headersNingyuan Wang2017-06-263-0/+3
* Merge "Improve logging for supplicant config file" into oc-devNingyuan Wang2017-06-151-8/+14
|\
| * Merge "Improve logging for supplicant config file" into oc-devTreeHugger Robot2017-06-151-8/+14
| |\
| | * Improve logging for supplicant config fileNingyuan Wang2017-06-011-8/+14
* | | Merge "Print stat() info on hostapd config file error" into oc-devNingyuan Wang2017-06-121-0/+8
|\| |
| * | Print stat() info on hostapd config file errorNingyuan Wang2017-06-081-0/+8
| |/
* | Split InterfaceTool from libwifi-system.soLogan Chien2017-04-264-192/+0
* | Convert Android.mk to Android.bpLogan Chien2017-04-262-76/+77
|/
* lib-wifisystem: Remove unused dependenciesNingyuan Wang2017-03-316-476/+52
* Merge "wpa_supplicant.conf can be in either /system or /vendor"TreeHugger Robot2017-03-141-5/+13
|\
| * wpa_supplicant.conf can be in either /system or /vendorJiyong Park2017-03-101-5/+13
* | HalTool: Move haltool out of libwifi-systemRoshan Pius2017-03-103-620/+1
|/
* Merge "Enable libwifi-hal-common, libwifi_system in the PDK"Dan Willemsen2016-12-131-4/+0
|\
| * Enable libwifi-hal-common, libwifi_system in the PDKDan Willemsen2016-12-121-4/+0
* | Remove obsoleted HAL API set_bssid_blacklistRandy Pan2016-12-121-7/+0
|/
* Add a helper to read the interface stateChristopher Wiley2016-09-223-9/+38
* Remove superfluous definition of wpa_ctrl_cleanupChristopher Wiley2016-08-251-1/+0
* Move supplicant management functions to delegateChristopher Wiley2016-08-256-190/+319
* Allow wificond to run as wifi:wifiChristopher Wiley2016-08-222-13/+1
* Remove hostapd pid manipulationChristopher Wiley2016-08-222-42/+0
* Rely on wificond to start/stop supplicantChristopher Wiley2016-08-121-4/+2
* Always start/stop wpa_supplicant service on requestChristopher Wiley2016-08-122-46/+25
* Set SOCK_CLOEXEC on libwifi-system interface socketChristopher Wiley2016-08-021-1/+1
* Merge "Use android-base/logging.h in libwifi-system"TreeHugger Robot2016-08-022-8/+11
|\
| * Use android-base/logging.h in libwifi-systemChristopher Wiley2016-08-012-8/+11
* | Merge "Track hostapd's life via pid files"Christopher Wiley2016-08-022-14/+39
|\ \
| * | Track hostapd's life via pid filesChristopher Wiley2016-08-012-14/+39
| |/
* / Fix libwifi-system unit testsChristopher Wiley2016-07-291-1/+1
|/
* Give hostapd its own directory for control socketsChristopher Wiley2016-07-271-1/+1
* Add MockHostapdManager class declarationChristopher Wiley2016-07-211-0/+46
* Move hostapd management logic to libwifi-systemChristopher Wiley2016-07-185-0/+475
* Add mocks for wifi librariesChristopher Wiley2016-06-283-5/+95
* Allow libwifi-system to be mockedChristopher Wiley2016-06-275-24/+38
* clang-format libwifi-systemChristopher Wiley2016-06-222-435/+425
* Move basic HAL init code to libwifi_systemChristopher Wiley2016-06-213-1/+620
* Move set_iface_flags to libwifi-systemChristopher Wiley2016-06-203-1/+119
* Make wifi.c code a little more C++Christopher Wiley2016-06-203-132/+146
* Move device dependent functionality to libwifi-halChristopher Wiley2016-06-173-293/+9
* Move wifi.c to libwifi-systemChristopher Wiley2016-06-153-0/+994