wifi: Deprecate older versions of wifi HAL

Various wifi protocol MAC randomizations are mandatory in Android 11.
So, deprecate older versions of wifi HAL which don't support the
corresponding API's.

Bug: 169201652
Test: Compiles
Change-Id: I20f5b3665650c86fc0f976c544194f87157e6b90
This commit is contained in:
Roshan Pius
2020-10-02 13:47:07 -07:00
parent 5763ea76bb
commit 854acd7c7d

View File

@@ -547,7 +547,7 @@
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.wifi</name>
<version>1.0-5</version>
<version>1.3-5</version>
<interface>
<name>IWifi</name>
<instance>default</instance>
@@ -563,7 +563,7 @@
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.wifi.supplicant</name>
<version>1.0-4</version>
<version>1.2-4</version>
<interface>
<name>ISupplicant</name>
<instance>default</instance>