Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a3efa48 authored by Roshan Pius's avatar Roshan Pius
Browse files

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
parent 4433d35a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>