OSDN Git Service

android-x86/hardware-interfaces.git
7 years agoMerge "Clean up some fields and APIs in telephony HIDL interface."
Sanket Padawe [Thu, 29 Dec 2016 22:36:18 +0000 (22:36 +0000)]
Merge "Clean up some fields and APIs in telephony HIDL interface."
am: 4ba8b469d7

Change-Id: If040bb85e2d7d58fc94b9366021c303d6176a546

7 years agoMerge "Clean up some fields and APIs in telephony HIDL interface."
Treehugger Robot [Thu, 29 Dec 2016 22:28:46 +0000 (22:28 +0000)]
Merge "Clean up some fields and APIs in telephony HIDL interface."

7 years agoAdd default Bluetooth HAL implementation
Andre Eisenbach [Thu, 29 Dec 2016 21:11:35 +0000 (21:11 +0000)]
Add default Bluetooth HAL implementation
am: 89ba5284e3

Change-Id: If3b45b7aeacb27892c2c71a5670ae75237588a40

7 years agoAdd default Bluetooth HAL implementation
Andre Eisenbach [Thu, 13 Oct 2016 22:45:02 +0000 (15:45 -0700)]
Add default Bluetooth HAL implementation

Also added initial target-side functional test.

Test: bluetooth_hidl_hal_test
Bug: 31972505
Change-Id: I1f574a5b2b53d7fbf65dbb4e1aaa5f8b6c5a9448

7 years agoAdd test method to IBaz.
Martijn Coenen [Thu, 29 Dec 2016 09:04:51 +0000 (09:04 +0000)]
Add test method to IBaz.
am: 73f99f6e1f

Change-Id: I82d4a39bb510cb3cf588eb0a78b7846faf910011

7 years agoClean up some fields and APIs in telephony HIDL interface.
Sanket Padawe [Thu, 29 Dec 2016 00:04:10 +0000 (16:04 -0800)]
Clean up some fields and APIs in telephony HIDL interface.

Bug: 32020264
Test: Basic build test.
Change-Id: I1493d5b26ef678be14e71db7d6f93a9bfad52980

7 years agoAdd test method to IBaz.
Martijn Coenen [Tue, 27 Dec 2016 15:21:52 +0000 (16:21 +0100)]
Add test method to IBaz.

For testing death recipients.

Test: mma, hidl_test_java
Bug: 31632518
Change-Id: Ib359c790f68132484fbcd1a5522f45b99d1131f8

7 years agoMinor updates to ISap hal.
Amit Mahajan [Wed, 28 Dec 2016 07:01:58 +0000 (07:01 +0000)]
Minor updates to ISap hal.
am: fff290faa0

Change-Id: Id5ac86d2cdafedfebb6976201b2c3cf44f27ec18

7 years agoMinor updates to ISap hal.
Amit Mahajan [Thu, 15 Dec 2016 16:54:12 +0000 (08:54 -0800)]
Minor updates to ISap hal.

Test: none
Bug: 32020264
Change-Id: I1cfb21cb4e30e71de6418aaaa9e13d8b2746d7b7

7 years agoMerge "Add a method to test EventFlag configuration and usage"
Hridya Valsaraju [Thu, 22 Dec 2016 22:02:39 +0000 (22:02 +0000)]
Merge "Add a method to test EventFlag configuration and usage"
am: ac7f1d21e8

Change-Id: I061799a54ef569453f6c771458acc3a31546b3fa

7 years agoMerge "Add a method to test EventFlag configuration and usage"
Treehugger Robot [Thu, 22 Dec 2016 21:55:06 +0000 (21:55 +0000)]
Merge "Add a method to test EventFlag configuration and usage"

7 years agoAdd a method to test EventFlag configuration and usage
Hridya Valsaraju [Thu, 15 Dec 2016 17:14:13 +0000 (09:14 -0800)]
Add a method to test EventFlag configuration and usage

Bug: 31223612 33295104

Test: FMQ unit tests.

Change-Id: Idbddd38730edd0ec14c37d3cb5e67f78705c3d4a

7 years agoMerge "Add test for Java GC for binder objects."
Yifan Hong [Wed, 21 Dec 2016 18:22:12 +0000 (18:22 +0000)]
Merge "Add test for Java GC for binder objects."
am: eb0db2c920

Change-Id: I0e86df487d113d1ff5138732d766c9b67f9e4441

7 years agoMerge "Add test for Java GC for binder objects."
Yifan Hong [Wed, 21 Dec 2016 18:17:18 +0000 (18:17 +0000)]
Merge "Add test for Java GC for binder objects."

7 years agoMerge "Remove length arg from transmit() in IR HAL"
Connor O'Brien [Tue, 20 Dec 2016 18:51:42 +0000 (18:51 +0000)]
Merge "Remove length arg from transmit() in IR HAL"
am: 9b37defc5d

Change-Id: Ia9993df13cfc73dec4ae5587996c2bd3dde8a34c

7 years agoMerge "Remove length arg from transmit() in IR HAL"
Connor O'Brien [Tue, 20 Dec 2016 18:28:46 +0000 (18:28 +0000)]
Merge "Remove length arg from transmit() in IR HAL"

7 years agoAdd test for Java GC for binder objects.
Yifan Hong [Tue, 20 Dec 2016 02:02:56 +0000 (18:02 -0800)]
Add test for Java GC for binder objects.

Test: hidl_test_java

Bug: 33042939
Change-Id: I87d9de63834c617a568f7d1795c901fdd4c6f8e0

7 years agoMerge "wifi(vts): Add framework for gtests"
Roshan Pius [Tue, 20 Dec 2016 01:16:23 +0000 (01:16 +0000)]
Merge "wifi(vts): Add framework for gtests"
am: 0849baccc4

Change-Id: I953505f699499a3490e5838964a3cff6dc3dcb11

7 years agoMerge "wifi(vts): Add framework for gtests"
Treehugger Robot [Tue, 20 Dec 2016 01:07:32 +0000 (01:07 +0000)]
Merge "wifi(vts): Add framework for gtests"

7 years agoRemove length arg from transmit() in IR HAL
Connor O'Brien [Mon, 19 Dec 2016 23:55:12 +0000 (15:55 -0800)]
Remove length arg from transmit() in IR HAL

The length argument is not necessary since the pattern is
passed to transmit() as a hidl_vec, so remove it.

Test: Built and called new transmit() function.
Merged-in: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Change-Id: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Signed-off-by: Connor O'Brien <connoro@google.com>
7 years agoMerge "Test for echoed interfaces."
Yifan Hong [Mon, 19 Dec 2016 22:36:20 +0000 (22:36 +0000)]
Merge "Test for echoed interfaces."
am: f5f75be7b6

Change-Id: Iffd4804b7cda031bde0c3bf556dee6696dd4f149

7 years agoMerge "Test for echoed interfaces."
Yifan Hong [Mon, 19 Dec 2016 22:32:56 +0000 (22:32 +0000)]
Merge "Test for echoed interfaces."

7 years agosupplicant(interface): Remove unused params
Roshan Pius [Sat, 17 Dec 2016 02:19:13 +0000 (02:19 +0000)]
supplicant(interface): Remove unused params
am: e663f83a91

Change-Id: I80bda25bfb374ee2ae2e36035bced7055fcaf10c

7 years agowifi(vts): Add framework for gtests
Roshan Pius [Wed, 7 Dec 2016 02:59:15 +0000 (18:59 -0800)]
wifi(vts): Add framework for gtests

These tests don't do much currently other than assert that we can
configure the chip in the required modes and create all the iface
objects.
The |wifi_hidl_test_utils| contains all helper functions that will be
shared across the different test fixtures.

Bug: 33459306
Test: adb root && adb remount && adb push
out/target/product/angler/data/nativetest/wifi_hidl_test/wifi_hidl_test
/data/ && adb shell /data/wifi_hidl_test

Change-Id: Iaea8e264ab1ef9113f375d7f56acab851aff21aa

7 years agosupplicant(interface): Remove unused params
Roshan Pius [Fri, 16 Dec 2016 23:32:27 +0000 (15:32 -0800)]
supplicant(interface): Remove unused params

Theese params in flushService & configureExtListen are unused.

Bug: 33705000
Test: Compiles
Change-Id: I38ff75af32951274100d1d60a5fdfa6aa101cb50

7 years agowifi: Add remaining capability flags from legacy HAL
Roshan Pius [Fri, 16 Dec 2016 23:50:31 +0000 (23:50 +0000)]
wifi: Add remaining capability flags from legacy HAL
am: a2d369dd03

Change-Id: I06bcca888df395b0a4adb3a2c913f983b5ac9578

7 years agowifi: Debug ring buffer data collection
Roshan Pius [Fri, 16 Dec 2016 23:50:30 +0000 (23:50 +0000)]
wifi: Debug ring buffer data collection
am: 48185b2a2d

Change-Id: Ia692dbe8f96a3a580460153468951215828bfb65

7 years agoTest for echoed interfaces.
Yifan Hong [Mon, 28 Nov 2016 20:52:28 +0000 (12:52 -0800)]
Test for echoed interfaces.

Test: hidl_test

Bug: 33173166

Change-Id: I0b8b8553b7d3f7b1800d0970a9fc17d01084dfcf

7 years agowifi: Add remaining capability flags from legacy HAL
Roshan Pius [Fri, 16 Dec 2016 06:38:00 +0000 (22:38 -0800)]
wifi: Add remaining capability flags from legacy HAL

While there,
1. Remove the _SUPPORTED flag from all the capabailities to make it
consistent.
2. Correct the docstring for |create*Iface|.

Bug: 33673826
Test: Compiles
Change-Id: I26f6de3d681dec133b51ba5dd7f21a29c92ea238

7 years agowifi: Debug ring buffer data collection
Roshan Pius [Fri, 16 Dec 2016 03:10:30 +0000 (19:10 -0800)]
wifi: Debug ring buffer data collection

Implementation of the debug ring buffer data collection mechanism.
Changed the interface to pass the raw bytes sent by the driver. This
will be captured as is into the bugreport.

Note: Please see the associated bug on why this data is not being parsed.

Also,
Fixed a bug in the legacy HAL API for retrieving ring buffer status.

Bug: 33638159
Test: Compiles
Change-Id: I9d8f400142b1be4fbf8c85679e8a52d6af17b09e

7 years agowifi: Add chip level callbacks
Roshan Pius [Fri, 16 Dec 2016 21:20:53 +0000 (21:20 +0000)]
wifi: Add chip level callbacks
am: 2c06a3f8c8

Change-Id: If54547bc793d7a10981520400497a77c1bc81f03

7 years agoWifiLegacyHal: Add missing ring buffer callback dereg
Roshan Pius [Fri, 16 Dec 2016 21:20:52 +0000 (21:20 +0000)]
WifiLegacyHal: Add missing ring buffer callback dereg
am: adc87cbab9

Change-Id: I232749aaee8128f522d5624b1ecd756808e05c18

7 years agowifi: Add support for alert handler
Roshan Pius [Fri, 16 Dec 2016 21:20:51 +0000 (21:20 +0000)]
wifi: Add support for alert handler
am: 203cb031df

Change-Id: I1e53cc8a6e087c4bd7d49abd407a8536d8e71df5

7 years agowifi: Add chip level callbacks
Roshan Pius [Fri, 16 Dec 2016 01:51:40 +0000 (17:51 -0800)]
wifi: Add chip level callbacks

The following new notifications are added:
1. onChipReconfigureFailre - Invoked if there is an error during
configuration.
2. onIfaceAdded - Invoked on addition of an iface.
3. onIfaceRemoved - Invoked on removal of an iface.

Bug: 33679304
Bug: 33038823
Test: Gtests
Change-Id: Id3fa19420d1e1e8d209ec88a1fbd36a64afb5252

7 years agoWifiLegacyHal: Add missing ring buffer callback dereg
Roshan Pius [Thu, 15 Dec 2016 02:02:56 +0000 (18:02 -0800)]
WifiLegacyHal: Add missing ring buffer callback dereg

Still figuring out how to send this data over the HIDL callback. Adding
this missing wrapper in legacy hal for now.

Bug:33638159
Test: Compiles
Change-Id: Ifce06a796d54e10c582b9896425899a45162a45f

7 years agowifi: Add support for alert handler
Roshan Pius [Thu, 15 Dec 2016 01:41:20 +0000 (17:41 -0800)]
wifi: Add support for alert handler

This is a debug mechanism provided for vendors to inform the framework
about the occurence of any fatal events.

Bug: 33620898
Test: Compiles
Change-Id: Ib6ac322131796792f66f87237a62eb8f5a013433

7 years agowifi: Port over O features to HIDL
Roshan Pius [Fri, 16 Dec 2016 19:40:38 +0000 (19:40 +0000)]
wifi: Port over O features to HIDL
am: 26801cb4ce

Change-Id: I0f2810797098ee186bce25db8d55cbf201b983bb

7 years agowifi: Port over O features to HIDL
Roshan Pius [Tue, 13 Dec 2016 22:25:45 +0000 (14:25 -0800)]
wifi: Port over O features to HIDL

Porting over the 3 new features added to legacy HAL for O to HIDL
interface:
1. Firmware roaming control.
2. Scan randomizations support.
3. Probe IE whitelisting for privacy enhancements.

Bug:32638647
Test: Compiles
Change-Id: Ia4666e3824186bbcfb8599b337eee7c81f256503

7 years agosupplicant(interface): Add support for DRIVER commands
Roshan Pius [Fri, 16 Dec 2016 05:44:56 +0000 (05:44 +0000)]
supplicant(interface): Add support for DRIVER commands
am: 3f050c1a0f

Change-Id: If537ea8832b2fa881cfc04fc719b06f211af344d

7 years agosupplicant(interface): Add support for DRIVER commands
Roshan Pius [Wed, 14 Dec 2016 16:06:58 +0000 (08:06 -0800)]
supplicant(interface): Add support for DRIVER commands

These were legacy commands added to wpa_supplicant specifically for
android when the vendor HAL did not exist. These string commands are
passed as passthough to the driver by wpa_supplicant. Instead of adding
a single method to pass through these strings. Add separate methods for
each "DRIVER xxx" command that we currently used in Android framework.

Bug: 32699292
Test: Compiles
Change-Id: I8b62b3250496fa996bb97b4af0ba570a3d345cc3

7 years agoRevert "Fix tests for using IBase instead of IBinder."
Martijn Coenen [Thu, 15 Dec 2016 22:43:48 +0000 (22:43 +0000)]
Revert "Fix tests for using IBase instead of IBinder."
am: 0dbb9903cd

Change-Id: Ifdb24673d0b1b1a208076f692f0431541589af0a

7 years agoRevert "Fix tests for using IBase instead of IBinder."
Martijn Coenen [Thu, 15 Dec 2016 20:34:38 +0000 (21:34 +0100)]
Revert "Fix tests for using IBase instead of IBinder."

This reverts commit 1d747311b3aa3d208aedf3dfce97d134d57db723.
Bug: 33173166
Test: builds, hidl_test

7 years agoMerge "Add new RadioError in telephony hidl interface."
Sanket Padawe [Wed, 14 Dec 2016 20:15:00 +0000 (20:15 +0000)]
Merge "Add new RadioError in telephony hidl interface."
am: 441f2fda32

Change-Id: I383acd4561f4e3c3a15e8fc5359cb0efbbe36170

7 years agoMerge "Add new RadioError in telephony hidl interface."
Sanket Padawe [Wed, 14 Dec 2016 20:03:51 +0000 (20:03 +0000)]
Merge "Add new RadioError in telephony hidl interface."

7 years agoMerge "Update makefiles for Java package path."
Yifan Hong [Wed, 14 Dec 2016 03:49:32 +0000 (03:49 +0000)]
Merge "Update makefiles for Java package path."
am: 698b6a9614

Change-Id: I57d2eb340433ef462a73aaad9d0b969d7c3456b1

7 years agoMerge "Update makefiles for Java package path."
Treehugger Robot [Wed, 14 Dec 2016 03:43:57 +0000 (03:43 +0000)]
Merge "Update makefiles for Java package path."

7 years agosupplicant(interface): Add network param getters
Roshan Pius [Wed, 14 Dec 2016 03:28:24 +0000 (03:28 +0000)]
supplicant(interface): Add network param getters
am: 118598a8db

Change-Id: Ie7518ffb089b0e1f603720b001ea611f60d81091

7 years agosupplicant(interface): Add 2 sta iface callbacks
Roshan Pius [Wed, 14 Dec 2016 03:28:22 +0000 (03:28 +0000)]
supplicant(interface): Add 2 sta iface callbacks
am: d11fc7eace

Change-Id: I44b3e4e537867177062749cb455d0efcc9f63b73

7 years agoUpdate makefiles for Java package path.
Yifan Hong [Tue, 13 Dec 2016 00:05:23 +0000 (16:05 -0800)]
Update makefiles for Java package path.

use V1_0 instead of 1.0.

Bug: 33554192

Test: hidl_test_java
Change-Id: Ic2d95265df10914a60a5bb743d75e839948838c3

7 years agowifi: Add legacy HAL stubs
Roshan Pius [Wed, 14 Dec 2016 01:24:48 +0000 (01:24 +0000)]
wifi: Add legacy HAL stubs
am: e73a506912

Change-Id: Ide7b6bfe4bf8a7bb0aa34911631bd698310cfda0

7 years agowifi: Add support for removing iface
Roshan Pius [Wed, 14 Dec 2016 01:24:46 +0000 (01:24 +0000)]
wifi: Add support for removing iface
am: 8b55e6f475

Change-Id: I403f1173636f520790d041155f8a3b8a9a06197d

7 years agowifi: Fixes in WifiLegacyHal
Roshan Pius [Wed, 14 Dec 2016 01:24:45 +0000 (01:24 +0000)]
wifi: Fixes in WifiLegacyHal
am: 11f930321b

Change-Id: I4f4ae5fabdb364ffacd3c0bf1eb48548b5a646b6

7 years agosupplicant(interface): Add network param getters
Roshan Pius [Tue, 13 Dec 2016 21:39:27 +0000 (13:39 -0800)]
supplicant(interface): Add network param getters

These getters are needed for migration of network configs from
wpa_supplicant to the new config store.

Bug: 31497348
Test: Compiles
Change-Id: I970ea3ca070a3bb7344bc51664159ce0e95a18db

7 years agosupplicant(interface): Add 2 sta iface callbacks
Roshan Pius [Mon, 12 Dec 2016 21:04:25 +0000 (13:04 -0800)]
supplicant(interface): Add 2 sta iface callbacks

Add callbacks for:
1. Disconnection from the currently connected network.
2. Association rejection from the AP.

Bug: 33416261
Test: Compiles
Change-Id: Ifde45bf7db353f399bd7dc291af0d069f8387e3b

7 years agowifi: Add legacy HAL stubs
Roshan Pius [Mon, 12 Dec 2016 16:53:34 +0000 (08:53 -0800)]
wifi: Add legacy HAL stubs

This is a port of all the existing stub functions from HalTool. Will
deprecate and remove HalTool once framework switches over to HIDL.
These stubs are important because the vendor implementations don't fill
a function pointer in the table (when |init_wifi_vendor_hal_func_table| is
invoked) if they don't implement that feature.

Bug: 33540636
Test: Gtests
Change-Id: Ia41c4faa30b517731a162f3999d64a3f2c34e058

7 years agowifi: Add support for removing iface
Roshan Pius [Fri, 9 Dec 2016 20:05:12 +0000 (12:05 -0800)]
wifi: Add support for removing iface

This is needed to support dynamically switching between ifaces
within the same mode.

While there, correct couple of nits:
1. Pass std::string to the |get*IfaceInternal| methods. This makes the
name comparison easier.
2. Update the docstring of |get*Iface| in IWifiChip.hal to indicate that
we'll return ERROR_INVALID_ARGS if the iface name is wrong.

Bug: 33040049
Test: Compiles
Change-Id: I53584013283a10bf109f1c2ffb6136c44f11ed29

7 years agowifi: Fixes in WifiLegacyHal
Roshan Pius [Fri, 9 Dec 2016 18:26:17 +0000 (10:26 -0800)]
wifi: Fixes in WifiLegacyHal

Changes:
1. Add |is_started_| flag in WifiLegacyHal to ignore stop/start
requests when they're already in the same state.
2. Detach the event loop thread and remove the class member storing
the thread handle.

While there,
1. Cleanup some logs to better help debug issues.
2. Also fixed the wrong method name used in WifiModeController.

Bug: 33480898
Test: Gtests run successfully.
Change-Id: I913f656206a2ca7a79fb316501c256fcdc32aed9

7 years agoMerge "Add android.hardware.consumerir@1.0 service."
Connor O'Brien [Tue, 13 Dec 2016 21:02:30 +0000 (21:02 +0000)]
Merge "Add android.hardware.consumerir@1.0 service."
am: 3bee82f5d7

Change-Id: Ic073c5e68c57ea0aecf64f7d2f032bdefcc73c61

7 years agoMerge "Add android.hardware.consumerir@1.0 service."
Connor O'Brien [Tue, 13 Dec 2016 20:53:59 +0000 (20:53 +0000)]
Merge "Add android.hardware.consumerir@1.0 service."

7 years agoMerge "Update test for method name and result name."
Yifan Hong [Tue, 13 Dec 2016 20:36:30 +0000 (20:36 +0000)]
Merge "Update test for method name and result name."
am: e8d4931930

Change-Id: I61011d8caae8aafddff018338746b08c8012f543

7 years agoMerge "Update test for method name and result name."
Treehugger Robot [Tue, 13 Dec 2016 20:30:37 +0000 (20:30 +0000)]
Merge "Update test for method name and result name."

7 years agoAdd new RadioError in telephony hidl interface.
Sanket Padawe [Tue, 13 Dec 2016 19:22:32 +0000 (11:22 -0800)]
Add new RadioError in telephony hidl interface.

Bug: 32020264
Test: no test
Change-Id: Ia41c9aa84cb8799394fa70e9a444ba58361121be

7 years agoMerge "Add consumerir HIDL default implementation"
Connor O'Brien [Tue, 13 Dec 2016 19:13:35 +0000 (19:13 +0000)]
Merge "Add consumerir HIDL default implementation"
am: ac430dba09

Change-Id: I51c54f9fbd8fb0f5e523cc2223817aefb2644839

7 years agoMerge "consumerir: define the consumerir HIDL interface"
Connor O'Brien [Tue, 13 Dec 2016 19:13:23 +0000 (19:13 +0000)]
Merge "consumerir: define the consumerir HIDL interface"
am: 8af27124a3

Change-Id: I19d0881d172de053efa8243f9af9740a8f8ade64

7 years agoMerge "Add consumerir HIDL default implementation"
Connor O'Brien [Tue, 13 Dec 2016 19:07:09 +0000 (19:07 +0000)]
Merge "Add consumerir HIDL default implementation"

7 years agoMerge "consumerir: define the consumerir HIDL interface"
Connor O'Brien [Tue, 13 Dec 2016 19:06:57 +0000 (19:06 +0000)]
Merge "consumerir: define the consumerir HIDL interface"

7 years agoUpdate test for method name and result name.
Yifan Hong [Mon, 12 Dec 2016 18:34:57 +0000 (10:34 -0800)]
Update test for method name and result name.

Test: compiles

Bug: 33277700

Change-Id: I40de6f09da8d8bf9d03516bfb7a65a54d01fa18a

7 years agoAdd test for eliding bitfield returns.
Yifan Hong [Tue, 13 Dec 2016 01:14:54 +0000 (01:14 +0000)]
Add test for eliding bitfield returns.
am: 8b54c22992

Change-Id: I0ab1dd95cfb9d3a5b5837e4edb406fa1ba605a11

7 years agoAdd test for eliding bitfield returns.
Yifan Hong [Mon, 12 Dec 2016 23:30:49 +0000 (15:30 -0800)]
Add test for eliding bitfield returns.

Test: mma

Bug: 33298401
Change-Id: I9e50c20b29215664040183bcdfee6b6902c00e3d

7 years agoMerge changes Idde2f3b7,I5b25d334,I69db530e
Roshan Pius [Mon, 12 Dec 2016 23:09:12 +0000 (23:09 +0000)]
Merge changes Idde2f3b7,I5b25d334,I69db530e
am: 0f13397eb3

Change-Id: I361ec7ed81f470b321778b66dce1e6b741fe3f8f

7 years agowifi: Disallow iface creation based on mode
Roshan Pius [Mon, 12 Dec 2016 23:09:11 +0000 (23:09 +0000)]
wifi: Disallow iface creation based on mode
am: 073d5b9fdc

Change-Id: I5478cbfca44a12af66ce2f5fbb815fb09f776708

7 years agosupplicant(interface): Correct ANQP enum value/type
Roshan Pius [Mon, 12 Dec 2016 23:09:09 +0000 (23:09 +0000)]
supplicant(interface): Correct ANQP enum value/type
am: e3f25f1d0f

Change-Id: I81b09891222f9c074cfac345c904343f8a70e4e5

7 years agosupplicant(interface): Minor fixes in P2P iface
Roshan Pius [Mon, 12 Dec 2016 23:09:07 +0000 (23:09 +0000)]
supplicant(interface): Minor fixes in P2P iface
am: 282a0b35b8

Change-Id: Ifc8d6299b5e011b6a6081eb5545743c77893eae7

7 years agoMerge changes Idde2f3b7,I5b25d334,I69db530e
Treehugger Robot [Mon, 12 Dec 2016 22:58:27 +0000 (22:58 +0000)]
Merge changes Idde2f3b7,I5b25d334,I69db530e

* changes:
  wifi: Disallow iface creation based on mode
  supplicant(interface): Correct ANQP enum value/type
  supplicant(interface): Minor fixes in P2P iface

7 years agoAdd check to update-makefiles.sh.
Steven Moreland [Mon, 12 Dec 2016 21:15:07 +0000 (21:15 +0000)]
Add check to update-makefiles.sh.
am: 13b5d8034e

Change-Id: I798bde83bbf2e11cc3a04b9262b38c66ea8d7631

7 years agoAdd android.hardware.consumerir@1.0 service.
Connor O'Brien [Sat, 3 Dec 2016 00:34:24 +0000 (16:34 -0800)]
Add android.hardware.consumerir@1.0 service.

Test: make android.hardware.consumerir@1.0-service
Change-Id: Ife45f98836d4d5a3b40d26f21d43e1903fdb8fb3
Signed-off-by: Connor O'Brien <connoro@google.com>
7 years agoAdd consumerir HIDL default implementation
Connor O'Brien [Sat, 3 Dec 2016 00:22:51 +0000 (16:22 -0800)]
Add consumerir HIDL default implementation

Create a basic HAL implementation that passes commands
through to the old HAL.

Test: make android.hardware.consumerir@1.0-impl
Change-Id: Idc4b0a67cf936645b699c24504e9fab219b1ffbe
Signed-off-by: Connor O'Brien <connoro@google.com>
7 years agoconsumerir: define the consumerir HIDL interface
Connor O'Brien [Sat, 3 Dec 2016 00:21:25 +0000 (16:21 -0800)]
consumerir: define the consumerir HIDL interface

Change-Id: Ifa8632915f8c5bb15da5f379202f5ddf2e08c09a
Signed-off-by: Connor O'Brien <connoro@google.com>
7 years agoAdd check to update-makefiles.sh.
Steven Moreland [Mon, 12 Dec 2016 17:24:10 +0000 (09:24 -0800)]
Add check to update-makefiles.sh.

Now that we also have packages like android.hidl.base which reside in
system/libhidl/transport which are read in by hidl-gen (see
-randroid.hidl:system/libhidl/transport in the same file), we can
display a pretty warning message if they are missing.

We'll have to remember to update this after b/33276472.

Test: ran update-makefiles.sh
Change-Id: Ia3e3183dd5139cf3a8d1bf7bd25c201d1b098c79

7 years agowifi: Disallow iface creation based on mode
Roshan Pius [Fri, 9 Dec 2016 03:10:06 +0000 (19:10 -0800)]
wifi: Disallow iface creation based on mode

Based on the mode configured, limit the iface creation.

Note: Support for iface removal will be added in a follow up CL which
should help us use P2P or NAN iface dynamically.

Bug: 31997422
Test: Compiles
Change-Id: Idde2f3b749264d542d5d6608b0b2c5aa8103ade6

7 years agosupplicant(interface): Correct ANQP enum value/type
Roshan Pius [Thu, 8 Dec 2016 21:20:05 +0000 (13:20 -0800)]
supplicant(interface): Correct ANQP enum value/type

Correct the HS20 subtype & Anqp Info ID enum value/type to match
what is used in wpa_supplicant core.

Bug: 33493298
Test: Compiles
Change-Id: I5b25d334271c39d977e2990c643f4a2b01872f1a

7 years agosupplicant(interface): Minor fixes in P2P iface
Roshan Pius [Thu, 8 Dec 2016 19:08:14 +0000 (11:08 -0800)]
supplicant(interface): Minor fixes in P2P iface

Fixing couple of issues found in the interface during implementation.
1. WpsProvisionMethod::KEYPAD is not used in wpa_supplicant core. It is
only used inside Android framework. So, remove them.
2. Added |setDisallowedFrequencies| method.
3. Changed the pin type to string from vector of bytes because that is
used by Android framework and wpa_supplicant.

Bug: 31497295
Test: Compiles
Change-Id: I69db530e23c2d3af907c3a5c824cf8291cf12c35

7 years agowifi: Reset internal callback pointers on failure
Roshan Pius [Fri, 9 Dec 2016 02:05:53 +0000 (02:05 +0000)]
wifi: Reset internal callback pointers on failure
am: 7a41d9d59f

Change-Id: If7821449dcd279e23cdf5987d55d1bf22dd18edd

7 years agowifi: Add support for RSSI monitoring
Roshan Pius [Fri, 9 Dec 2016 02:05:52 +0000 (02:05 +0000)]
wifi: Add support for RSSI monitoring
am: d476754bc0

Change-Id: If9335c4128485e7e8ebbf4679071c688dd12b201

7 years agowifi: Add method implementations in IWifiRttController
Roshan Pius [Fri, 9 Dec 2016 02:05:51 +0000 (02:05 +0000)]
wifi: Add method implementations in IWifiRttController
am: e3f72ff344

Change-Id: Ic02174fc792ca3a62e10ec4d8213f53d91c72cd7

7 years agowifi: Add method implementations in IWifiStaIface
Roshan Pius [Fri, 9 Dec 2016 02:05:50 +0000 (02:05 +0000)]
wifi: Add method implementations in IWifiStaIface
am: 970f031170

Change-Id: I279fead0d77f5edff4ea04e27217e4ad5fc3105f

7 years agowifi: Add logger method implementations in IWifiChip
Roshan Pius [Fri, 9 Dec 2016 02:05:45 +0000 (02:05 +0000)]
wifi: Add logger method implementations in IWifiChip
am: e2d0ab52ea

Change-Id: I5099074046f927fd827949916c2ba4d7f2d7f400

7 years agowifi: Gscan struct conversion changes
Roshan Pius [Fri, 9 Dec 2016 02:05:44 +0000 (02:05 +0000)]
wifi: Gscan struct conversion changes
am: 881d1f7823

Change-Id: I79d9bfa6433a2090c28c0a377e247ee408f58463

7 years agowifi: Add some more missing struct conversions
Roshan Pius [Fri, 9 Dec 2016 02:05:41 +0000 (02:05 +0000)]
wifi: Add some more missing struct conversions
am: f72df2e186

Change-Id: Ia605e843eff2a884bd9d7835f4400b7f595f53e2

7 years agowifi: Remove unused methods in IWifiRttController
Roshan Pius [Fri, 9 Dec 2016 02:05:40 +0000 (02:05 +0000)]
wifi: Remove unused methods in IWifiRttController
am: 824e475cd1

Change-Id: I287973dbe29ac40494a3fb62e5e1a8d2ac925a1c

7 years agowifi: Add RTT structure conversion methods
Roshan Pius [Fri, 9 Dec 2016 02:05:39 +0000 (02:05 +0000)]
wifi: Add RTT structure conversion methods
am: 3fae9c82a0

Change-Id: Ifa957a9eb3007abb7fd0cf355687812140174992

7 years agowifi: Convert packet fate structures from legacy to HIDL
Roshan Pius [Fri, 9 Dec 2016 02:05:38 +0000 (02:05 +0000)]
wifi: Convert packet fate structures from legacy to HIDL
am: 32d0ca967a

Change-Id: I48a539c30924c56659ae987ecf08e4a834a89a68

7 years agowifi: Begin NAN iface methods implementation
Roshan Pius [Fri, 9 Dec 2016 02:05:36 +0000 (02:05 +0000)]
wifi: Begin NAN iface methods implementation
am: f5f51fd039

Change-Id: Ide9ece8aeffe58b09e5e40ba50276f66f610745b

7 years agowifi: Reset internal callback pointers on failure
Roshan Pius [Tue, 6 Dec 2016 18:12:59 +0000 (10:12 -0800)]
wifi: Reset internal callback pointers on failure

If these are not reset, any subsequent calls will not be processed
because the callback pointers are set.

Bug: 33379596
Test: Compiles
Change-Id: Ia44385fc185b7cf262366af7b0e0e62c32a0d9a0

7 years agowifi: Add support for RSSI monitoring
Roshan Pius [Tue, 6 Dec 2016 18:04:05 +0000 (10:04 -0800)]
wifi: Add support for RSSI monitoring

Bug: 31991459
Test: Compiles
Change-Id: I8794cea12a0d1c727bd0e37123152c8da11eeabf

7 years agowifi: Add method implementations in IWifiRttController
Roshan Pius [Tue, 6 Dec 2016 00:18:43 +0000 (16:18 -0800)]
wifi: Add method implementations in IWifiRttController

Hookup the legacy HAL functions to the corresponding HIDL methods in
WifiRttController and perform the necessary struct conversions.

Bug: 31991232
Test: Compiles
Change-Id: I7bd8bd7e7af2230699c079f1ad8e0a8b1e496026

7 years agowifi: Add method implementations in IWifiStaIface
Roshan Pius [Mon, 5 Dec 2016 23:25:51 +0000 (15:25 -0800)]
wifi: Add method implementations in IWifiStaIface

Hookup the legacy HAL functions to the corresponding HIDL methods in
WifiStaIface and perform the necessary struct conversions.

Bug: 31991459
Test: Compiles
Change-Id: I8c0b9be2e375dd7147408e41a88de3f1c6f98d08

7 years agowifi: Add logger method implementations in IWifiChip
Roshan Pius [Mon, 5 Dec 2016 23:24:20 +0000 (15:24 -0800)]
wifi: Add logger method implementations in IWifiChip

Hookup the legacy HAL functions to the corresponding HIDL methods in
WifiChip and perform the necessary struct conversions.

Bug: 32221997
Test: Compiles
Change-Id: I2b0cfd6484c7599e96e9edfcef18ac3148e28307

7 years agowifi: Gscan struct conversion changes
Roshan Pius [Mon, 5 Dec 2016 23:37:00 +0000 (15:37 -0800)]
wifi: Gscan struct conversion changes

Rename |Scan| to |Gscan| because that is the naming we've been using in
WifiLegacyHal.
Also group all the gscan related sturct conversion methods.

Bug: 31991459
Test: Compiles
Change-Id: Ie64bcc032a0058b5b20d0bb701020cdf7bf08890

7 years agowifi: Add some more missing struct conversions
Roshan Pius [Sun, 4 Dec 2016 18:49:38 +0000 (10:49 -0800)]
wifi: Add some more missing struct conversions

Add the remaining struct conversions and the feature set to HIDL
capabilities conversions. The legacy feature set is distributed based on
where the functionality is exposed to IWifiChip & IWifiStaIface HIDL
interfaces.

Bug: 31991459
Bug: 32221997
Test: Compiles
Change-Id: Ifdeac1bd7325b7a0581ec225b025ef0f6980c512