platform_hardware_interfaces/wifi
Roshan Pius 9377a0d285 wifi(implementation): Use real iface names
Currently the HAL shim uses fake names to ensure that each type of
IWifiIface has a unique name. This is not a true reflection of the
network interfaces exposed by the wifi driver. So, change the HIDL shim
to use the corresponding interfaces names.

IWifiStaIface, IWifiApIface & IWifiNanIface all use the same "wlan0"
network interface.
IWifiP2pIface uses the "p2p0" network interface.

In the future, we'll be extending this to create a second IWifiStaIface
or IWifiApIface using "wlan1" network interface.

IWifiRttController does not need to be associated with an iface object.
So, it will just default to using "wlan0" always.
TODO(b/34702983): Need to deprecate the bound iface from the HIDL interface.

Bug: 65671875
Test: Device boots up and connects to wifi networks.
Test: Will send for regression tests.
Change-Id: I33fef1332f2fe2da3f48ee87ef06660844699253
2017-12-04 08:14:11 -08:00
..
1.0 Merge "wifi(vts): Ignore HAL stop failure" into oc-mr1-dev 2017-11-20 20:32:56 +00:00
1.1 Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' from 2017-11-14 12:08:38 -08:00
1.2 wifi(implementation): Use real iface names 2017-12-04 08:14:11 -08:00
offload/1.0 Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' from 2017-11-14 12:08:38 -08:00
supplicant Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' from 2017-11-14 12:08:38 -08:00
.clang-format wifi(vts): simplify HIDL calls 2017-02-15 12:47:02 -08:00