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 Merged-In: I20f5b3665650c86fc0f976c544194f87157e6b90 Change-Id: I20f5b3665650c86fc0f976c544194f87157e6b90
This commit is contained in:
parent
4433d35af9
commit
5a3efa4878
1 changed files with 2 additions and 2 deletions
|
@ -529,7 +529,7 @@
|
|||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.wifi</name>
|
||||
<version>1.0-4</version>
|
||||
<version>1.3-4</version>
|
||||
<interface>
|
||||
<name>IWifi</name>
|
||||
<instance>default</instance>
|
||||
|
@ -545,7 +545,7 @@
|
|||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.wifi.supplicant</name>
|
||||
<version>1.0-3</version>
|
||||
<version>1.2-3</version>
|
||||
<interface>
|
||||
<name>ISupplicant</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Reference in a new issue