summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Expand)AuthorAgeFilesLines
* Update makefiles for hidlizing IBase.Yifan Hong2016-12-034-296/+900
* Merge "wifi: Don't include legacy hal header in wifi_status_util"Roshan Pius2016-12-024-38/+40
|\
| * wifi: Don't include legacy hal header in wifi_status_utilRoshan Pius2016-12-024-38/+40
* | Merge "wifi: Add utility for struct conversions"Treehugger Robot2016-12-023-0/+329
|\|
| * wifi: Add utility for struct conversionsRoshan Pius2016-12-023-0/+329
* | Merge "Always specify underlying enum type."Treehugger Robot2016-12-011-1/+1
|\ \ | |/ |/|
| * Always specify underlying enum type.Steven Moreland2016-11-291-1/+1
* | Wifi: don't require C++11.Steven Moreland2016-11-301-1/+1
|/
* wifi: Add NAN API wrappers in WifiLegacyHalRoshan Pius2016-11-282-0/+343
* wifi: Add RTT API wrappers in WifiLegacyHalRoshan Pius2016-11-282-0/+138
* wifi: Add logger/debug API wrappers in WifiLegacyHalRoshan Pius2016-11-282-0/+180
* Merge "Update makefiles for logging."Treehugger Robot2016-11-242-0/+2
|\
| * Update makefiles for logging.Steven Moreland2016-11-212-0/+2
* | wifi: Add link layer stats API wrappers in WifiLegacyHalRoshan Pius2016-11-212-0/+87
* | wifi: Add gscan API wrappers in WifiLegacyHalRoshan Pius2016-11-212-1/+196
|/
* Split libhidl into base and transport.Yifan Hong2016-11-183-5/+10
* wifi: Add APF/feature-set wrappers in WifiLegacyHalRoshan Pius2016-11-172-4/+36
* wifi: Move legacy hal types to a new namespace (2/2)Roshan Pius2016-11-1614-24/+30
* wifi: Move legacy hal types to a new namespace (1/2)Roshan Pius2016-11-162-15/+24
* wifi: Changes to WifiLegacy HalRoshan Pius2016-11-163-15/+19
* wifi: Remove passthrough modeRoshan Pius2016-11-161-21/+2
* wifi: Stub implementation of WifiNanIface methodsRoshan Pius2016-11-162-0/+362
* wifi: Stub implementation of WifiRttController methodsRoshan Pius2016-11-162-0/+272
* wifi: Stub implementation of WifiStaIface methodsRoshan Pius2016-11-162-0/+281
* wifi: Stub implementation of WifiChip methodsRoshan Pius2016-11-162-4/+109
* wifi: Use hidl_return_util functions in Iface/RttRoshan Pius2016-11-1610-74/+132
* wifi: Use hidl_return_util functions in WifiChipRoshan Pius2016-11-164-279/+313
* wifi: Helper functions for invoking hidl cont callbacksRoshan Pius2016-11-164-44/+192
* wifi: Make methods deliver status synchronously (3/3)Roshan Pius2016-11-1613-44/+86
* wifi: Make methods deliver status synchronously (2/3)Roshan Pius2016-11-162-143/+191
* wifi: Make methods deliver status synchronously (1/3)Roshan Pius2016-11-162-41/+44
* wifi: Rename failure_reason_util to wifi_status_utilRoshan Pius2016-11-163-28/+40
* wifi(interface): Add status for all methodsRoshan Pius2016-11-161-4/+19
* wifi(interface): Add wifi host debug wake up reason statsRoshan Pius2016-11-163-0/+265
* wifi(interface): Add wifi debug packet fate related interfaceRoshan Pius2016-11-164-0/+522
* wifi(interface): Add wifi debug ring buffer related interfaceRoshan Pius2016-11-164-7/+1073
* wifi(interface): Move all StaIface types to types.halRoshan Pius2016-11-164-315/+762
* wifi(interface): Fix compilation failureRoshan Pius2016-11-163-563/+396
* wifi(interface): Rtt controller HIDL interfaceRoshan Pius2016-11-167-16/+1581
* wifi(interface): NAN HIDL interfaceRoshan Pius2016-11-167-11/+3954
* wifi(interface): Link layer stats collectionRoshan Pius2016-11-162-5/+173
* wifi(interface): Make methods synchronousRoshan Pius2016-11-1610-330/+245
* wifi(interface): Add status for every methodRoshan Pius2016-11-166-49/+234
* wifi(interface): Add gscan/apf related API'sRoshan Pius2016-11-166-6/+458
* supplicant(interface): Fix compilation failureRoshan Pius2016-11-161-2/+2
* supplicant(interface): Add support for Hotspot 2.0Roshan Pius2016-11-102-0/+139
* Merge "supplicant(interface): Support P2P operations"Roshan Pius2016-11-093-0/+483
|\
| * supplicant(interface): Support P2P operationsRoshan Pius2016-11-083-0/+483
* | Merge "Support genrules with multiple tools"Colin Cross2016-11-072-8/+8
|\ \ | |/ |/|
| * Support genrules with multiple toolsColin Cross2016-11-072-8/+8