summaryrefslogtreecommitdiffstats
path: root/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use optional for nullable typesJooyung Han2020-02-261-25/+23
* [WifiNl80211] Rename WifiNl80211Manager namespaceEtan Cohen2020-02-151-4/+4
* Add parameters to device wiphy capabilitiesAhmed ElArabawy2020-01-181-6/+7
* Add support for query for device phy cpabilitiesAhmed ElArabawy2020-01-171-0/+33
* [wificond] Move to wificond namespaceEtan Cohen2019-12-201-3/+3
* Support 6GHz band for getAvailableChannels() APIAhmed ElArabawy2019-12-041-0/+24
* Revert "Moved from wificond AIDL to com.android.server.wifi.wificond"Etan Cohen2019-11-271-3/+3
* Moved from wificond AIDL to com.android.server.wifi.wificondDavid Su2019-08-291-3/+3
* STA/AP Concurrency fails with the wifi which has multiple phy am: 3e76438803 ...Neo Jou2019-01-301-3/+3
|\
| * STA/AP Concurrency fails with the wifi which has multiple phyNeo Jou2019-01-301-3/+3
* | wificond: Remove supplicant/hostapd start/stopRoshan Pius2018-06-191-18/+1
|/
* wificond: Don't reset system state on bootupandroid-9.0.0_r39android-9.0.0_r38android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devRoshan Pius2018-03-301-6/+0
* wificond: Log country code from kernel during dumpNingyuan Wang2017-12-211-0/+7
* wificond: Add support for concurrent interfacesRoshan Pius2017-11-291-17/+34
* wificond: Move enable/disable SupplicantRoshan Pius2017-11-201-1/+10
* wificond: Move get*Channels() APIsNingyuan Wang2017-10-241-0/+57
* wificond: Create interface objects using nameRoshan Pius2017-10-051-12/+9
* Remove RTT related code from wificondNingyuan Wang2017-08-171-21/+0
* Merge "Add dump state for wificond interface classes" into oc-dev am: 0d676773e1Ningyuan Wang2017-04-251-0/+8
|\
| * Add dump state for wificond interface classesNingyuan Wang2017-04-191-0/+8
* | Blacklist nan interfaces for wificondNingyuan Wang2017-04-251-1/+5
|/
* wificond: Dump interface listNingyuan Wang2017-04-051-3/+11
* Allow wificond to dump logsNingyuan Wang2017-04-051-0/+30
* Cleanup p2p0 interface upon tearDownInterfaces().Ningyuan Wang2017-03-131-41/+39
* wificond: Use Vendor HAL for mode changeRoshan Pius2017-03-021-32/+7
* Cleanup AP logic after Hostapd is downNingyuan Wang2017-03-011-0/+1
* Monitor regulatory domain changeNingyuan Wang2017-02-161-3/+53
* Expose wiphy capabilities to ScannerImplNingyuan Wang2016-12-051-0/+1
* Add RTTController and corresponding aidl interface to wificondNingyuan Wang2016-10-191-0/+20
* Always set interface down in object destructionChristopher Wiley2016-09-261-0/+1
* Support fetching packet counters for wificondNingyuan Wang2016-09-161-0/+1
* Add 'get interfaces' to wificond Binder interface.Ningyuan Wang2016-09-151-0/+16
* Broadcast interface changes through binderNingyuan Wang2016-09-121-1/+41
* Add binder interface for registering/unregistering interface changesNingyuan Wang2016-09-091-0/+29
* Fix logging of GetInterfaceInfo() and GetWiphyIndex()Ningyuan Wang2016-08-311-0/+1
* Tear down system state on wificond startupChristopher Wiley2016-08-251-0/+23
* Use mockable supplicant delegateChristopher Wiley2016-08-251-1/+7
* Set AP interfaces down after stopping hostapdChristopher Wiley2016-08-231-0/+1
* Fetch the mac address in GetInterfaceNameAndIndexRoshan Pius2016-08-231-6/+13
* Monitor scan results for current client interfaceNingyuan Wang2016-08-181-3/+7
* Get interface index from kernel for wificondNingyuan Wang2016-08-121-5/+16
* Seperate netlink util functions to NL80211UtilsNingyuan Wang2016-08-031-5/+5
* Add support for creating client interfacesChristopher Wiley2016-08-021-13/+26
* Get interface name for serverNingyuan Wang2016-07-291-8/+3
* Do not use callback parameter for synchronous NL80211 interfaceNingyuan Wang2016-07-281-1/+1
* Get wiphy index using NL80211 messagesNingyuan Wang2016-07-271-3/+18
* Control hostapd from IApInterfaceChristopher Wiley2016-07-221-3/+15
* Merge "Change include directory"TreeHugger Robot2016-07-181-1/+1
|\
| * Change include directoryNingyuan Wang2016-07-181-1/+1
* | Do not throw RuntimeException on errorChristopher Wiley2016-07-151-5/+13
|/