platform_hardware_interfaces/wifi/1.0
Roshan Pius dbd83ef585 wifi(implementation): Create 1.1 interface package
1. Move the implementation in 1.0/default to 1.1/default.
2. Move all of the implementation to
android::hardware::V1_1::implementation namespace.
3. All of the header files include the android::hardware::V1_0 namespace
so that it can access the types from 1.0 package. ("using namespace" is
against Google style guide though :().
The other option to prefix each 1.0 type with the namespace name.
For example: V1_0::WifiStatus.
4. Added the implementation of the new 1.1 method
IWifiChip.setTxPowerLimit().
4. The executable name and the .rc still has 1.0 name in it to avoid
changing all the device.mk files.

TODO: Hookup to the new legacy HAL API.

Bug: 62437848
Test: mmm -j128 hardware/interfaces/wifi/1.1/default/
Test: Device boots up and able to connect to wifi networks.
Test: New VTS tests passes
Change-Id: Ib36282939e70b064f246041a03d8870f5cb6410e
2017-07-06 19:44:33 +00:00
..
vts/functional wifi(implementation): Create 1.1 interface package 2017-07-06 19:44:33 +00:00
Android.bp Update makefiles. 2017-05-19 15:53:53 -07:00
Android.mk [AWARE] Fix validity check on PMK + export PASSPHRASE lengths 2017-06-07 20:54:31 +00:00
IWifi.hal wifi(interface): Add status for all methods 2016-11-16 11:05:16 -08:00
IWifiApIface.hal wifi: Duplicate getValidChannelsForBand in AP iface 2017-02-22 17:07:00 -08:00
IWifiChip.hal Return ERROR_NOT_SUPPORTED when configureChip() is used for reconfiguration 2017-04-26 10:44:58 -07:00
IWifiChipEventCallback.hal wifi: Debug ring buffer data collection 2016-12-16 14:08:00 -08:00
IWifiEventCallback.hal wifi(interface): Make methods synchronous 2016-11-16 11:05:16 -08:00
IWifiIface.hal wifi(interface): Make methods synchronous 2016-11-16 11:05:16 -08:00
IWifiNanIface.hal [AWARE] Update HIDL to match spec and add comments 2017-02-10 12:45:11 -08:00
IWifiNanIfaceEventCallback.hal [AWARE] Update comments on transmit followup status codes 2017-02-16 08:29:35 -08:00
IWifiP2pIface.hal wifi(interface): Add Iface objects 2016-10-11 07:46:24 -07:00
IWifiRttController.hal wifi: Remove unused methods in IWifiRttController 2016-12-08 17:58:50 -08:00
IWifiRttControllerEventCallback.hal wifi(interface): Rtt controller HIDL interface 2016-11-16 11:05:16 -08:00
IWifiStaIface.hal wifi(interface): Add links to APF docs 2017-04-13 15:28:44 -07:00
IWifiStaIfaceEventCallback.hal wifi: Few minor interface changes 2017-02-28 15:35:40 -08:00
types.hal [AWARE] Fix validity check on PMK + export PASSPHRASE lengths 2017-06-07 20:54:31 +00:00