mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user