Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_hardware_interfaces
/
818ffb15a6f2bc8d6efef901b8b82f73a5775bbd
/
wifi
/
1.0
f01bcaa
[AWARE] Update HIDL interface and link to legacy HAL
by Etan Cohen
· 8 years ago
c67a682
Return<*> getStatus().isOk() -> isOk()
by Steven Moreland
· 8 years ago
4faa7f5
Fix wifi/bluetooth threadpool usage.
by Martijn Coenen
· 8 years ago
1ae4cbb
wifi(vts): Add framework for gtests
by Roshan Pius
· 9 years ago
a2d369d
wifi: Add remaining capability flags from legacy HAL
by Roshan Pius
· 9 years ago
48185b2
wifi: Debug ring buffer data collection
by Roshan Pius
· 9 years ago
2c06a3f
wifi: Add chip level callbacks
by Roshan Pius
· 9 years ago
adc87cb
WifiLegacyHal: Add missing ring buffer callback dereg
by Roshan Pius
· 9 years ago
203cb03
wifi: Add support for alert handler
by Roshan Pius
· 9 years ago
26801cb
wifi: Port over O features to HIDL
by Roshan Pius
· 9 years ago
b85d876
Update makefiles for Java package path.
by Yifan Hong
· 9 years ago
e73a506
wifi: Add legacy HAL stubs
by Roshan Pius
· 9 years ago
8b55e6f
wifi: Add support for removing iface
by Roshan Pius
· 9 years ago
11f9303
wifi: Fixes in WifiLegacyHal
by Roshan Pius
· 9 years ago
073d5b9
wifi: Disallow iface creation based on mode
by Roshan Pius
· 9 years ago
7a41d9d
wifi: Reset internal callback pointers on failure
by Roshan Pius
· 9 years ago
d476754
wifi: Add support for RSSI monitoring
by Roshan Pius
· 9 years ago
e3f72ff
wifi: Add method implementations in IWifiRttController
by Roshan Pius
· 9 years ago
970f031
wifi: Add method implementations in IWifiStaIface
by Roshan Pius
· 9 years ago
e2d0ab5
wifi: Add logger method implementations in IWifiChip
by Roshan Pius
· 9 years ago
881d1f7
wifi: Gscan struct conversion changes
by Roshan Pius
· 9 years ago
f72df2e
wifi: Add some more missing struct conversions
by Roshan Pius
· 9 years ago
824e475
wifi: Remove unused methods in IWifiRttController
by Roshan Pius
· 9 years ago
3fae9c8
wifi: Add RTT structure conversion methods
by Roshan Pius
· 9 years ago
32d0ca9
wifi: Convert packet fate structures from legacy to HIDL
by Roshan Pius
· 9 years ago
f5f51fd
wifi: Begin NAN iface methods implementation
by Roshan Pius
· 9 years ago
52947fb
wifi: Implement chip mode combinations
by Roshan Pius
· 9 years ago
9733411
wifi: Split out initialize and start in WifiLegacyHal
by Roshan Pius
· 9 years ago
a26a6e0
wifi: Add firmware mode controller
by Roshan Pius
· 9 years ago
e19e582
Update makefiles for hidlizing IBase.
by Yifan Hong
· 9 years ago
786c00d
Merge "wifi: Don't include legacy hal header in wifi_status_util"
by Roshan Pius
· 9 years ago
3ff5010
Merge "wifi: Add utility for struct conversions"
by Treehugger Robot
· 9 years ago
a4854ff
wifi: Don't include legacy hal header in wifi_status_util
by Roshan Pius
· 9 years ago
e65edb1
wifi: Add utility for struct conversions
by Roshan Pius
· 9 years ago
832f1a7
Merge "Always specify underlying enum type."
by Treehugger Robot
· 9 years ago
fd46bce
Wifi: don't require C++11.
by Steven Moreland
· 9 years ago
73600f7
Always specify underlying enum type.
by Steven Moreland
· 9 years ago
2301209
wifi: Add NAN API wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
d8e915a
wifi: Add RTT API wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
8714a3e
wifi: Add logger/debug API wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
2fe5762
Merge "Update makefiles for logging."
by Treehugger Robot
· 9 years ago
3e3a099
Update makefiles for logging.
by Steven Moreland
· 9 years ago
7cece41
wifi: Add link layer stats API wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
76ff302
wifi: Add gscan API wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
63544ea
Split libhidl into base and transport.
by Yifan Hong
· 9 years ago
0a47c18
wifi: Add APF/feature-set wrappers in WifiLegacyHal
by Roshan Pius
· 9 years ago
6cedc97
wifi: Move legacy hal types to a new namespace (2/2)
by Roshan Pius
· 9 years ago
955542e
wifi: Move legacy hal types to a new namespace (1/2)
by Roshan Pius
· 9 years ago
511cc49
wifi: Changes to WifiLegacy Hal
by Roshan Pius
· 9 years ago
23f9f30
wifi: Remove passthrough mode
by Roshan Pius
· 9 years ago
0c92d44
wifi: Stub implementation of WifiNanIface methods
by Roshan Pius
· 9 years ago
7913f5e
wifi: Stub implementation of WifiRttController methods
by Roshan Pius
· 9 years ago
a04ba3f
wifi: Stub implementation of WifiStaIface methods
by Roshan Pius
· 9 years ago
7d08d7a
wifi: Stub implementation of WifiChip methods
by Roshan Pius
· 9 years ago
907d4a2
wifi: Use hidl_return_util functions in Iface/Rtt
by Roshan Pius
· 9 years ago
3c86852
wifi: Use hidl_return_util functions in WifiChip
by Roshan Pius
· 9 years ago
5647665
wifi: Helper functions for invoking hidl cont callbacks
by Roshan Pius
· 9 years ago
734fea0
wifi: Make methods deliver status synchronously (3/3)
by Roshan Pius
· 9 years ago
5c05546
wifi: Make methods deliver status synchronously (2/3)
by Roshan Pius
· 9 years ago
503582e
wifi: Make methods deliver status synchronously (1/3)
by Roshan Pius
· 9 years ago
1922482
wifi: Rename failure_reason_util to wifi_status_util
by Roshan Pius
· 9 years ago
02caa1b
wifi(interface): Add status for all methods
by Roshan Pius
· 9 years ago
e0724f9
wifi(interface): Add wifi host debug wake up reason stats
by Roshan Pius
· 9 years ago
fe9ad36
wifi(interface): Add wifi debug packet fate related interface
by Roshan Pius
· 9 years ago
e3a02b0
wifi(interface): Add wifi debug ring buffer related interface
by Roshan Pius
· 9 years ago
5e25466
wifi(interface): Move all StaIface types to types.hal
by Roshan Pius
· 9 years ago
e03f736
wifi(interface): Fix compilation failure
by Roshan Pius
· 9 years ago
18eec81
wifi(interface): Rtt controller HIDL interface
by Roshan Pius
· 9 years ago
120f94c
wifi(interface): NAN HIDL interface
by Roshan Pius
· 9 years ago
18680b7
wifi(interface): Link layer stats collection
by Roshan Pius
· 9 years ago
a52dc73
wifi(interface): Make methods synchronous
by Roshan Pius
· 9 years ago
1f9073c
wifi(interface): Add status for every method
by Roshan Pius
· 9 years ago
7b77747
wifi(interface): Add gscan/apf related API's
by Roshan Pius
· 9 years ago
8f084e0
Support genrules with multiple tools
by Colin Cross
· 9 years ago
7982058
Running update-makefiles for fixed spacing.
by Steven Moreland
· 9 years ago
ce97794
Update headers (for export shared lib headers)
by Steven Moreland
· 9 years ago
fb88210
wifi: Removing reference to IServiceManager.h.
by Steven Moreland
· 9 years ago
f243631
wifi: Invoke failure callbacks
by Roshan Pius
· 9 years ago
5926828
wifi: Add WifiRttController object
by Roshan Pius
· 9 years ago
35d958c
wifi: Add Iface related method implementations in WifiChip
by Roshan Pius
· 9 years ago
3e2d671
wifi: Add the various iface object implementation
by Roshan Pius
· 9 years ago
ab5c471
wifi: Remove "Wlan" prefix from wifi_legacy_hal public methods
by Roshan Pius
· 9 years ago
cd566bd
wifi: Add support for multiple chips in IWifi
by Roshan Pius
· 9 years ago
fcbf923
wifi(interface): Add RTT Controller object
by Roshan Pius
· 9 years ago
adcfba4
wifi(interface): Add Iface objects
by Roshan Pius
· 9 years ago
271f2c2
wifi(interface): Rename interface to iface
by Roshan Pius
· 9 years ago
6f31d92
wifi(interface): Add/Correct docstring params
by Roshan Pius
· 9 years ago
cdb77f3
wifi: Add implementation of driver/firmware memory dumps
by Roshan Pius
· 9 years ago
4b26c83
wifi: Add Implementation of IWifiChip.requestChipDebugInfo
by Roshan Pius
· 9 years ago
908a69a
wifi: Use hal_tool & if_tool
by Roshan Pius
· 9 years ago
aabe575
wifi: Restructure wifi legacy HAL implementation
by Roshan Pius
· 9 years ago
79a9975
wifi: Change namespace
by Roshan Pius
· 9 years ago
3c4e8a3
wifi: Move legacy HAL implementation
by Roshan Pius
· 9 years ago
242b34e
Convert to Android.bp
by Dan Willemsen
· 9 years ago
22ab8b2
wifi: Move supplicant HIDL interfaces to subfolder
by Roshan Pius
· 9 years ago
9a3a84f
wifi(hidl): Add supplicant HIDL interface
by Roshan Pius
· 9 years ago
b0b5322
Updated indentation to 4 spaces for Android.mk.
by Yifan Hong
· 9 years ago
495391a
Updated makefiles that also add static java library targets.
by Andreas Huber
· 9 years ago
5443a9f
Initial pieces of WiFi HAL interface definition
by Mitchell Wills
· 9 years ago