universal8895: WifiOverlay: set config_wifi_ap_mac_randomization_supported to false
authorFrancescodario Cuzzocrea <bosconovic@gmail.com>
Wed, 4 Nov 2020 10:18:38 +0000 (11:18 +0100)
committerPythonLimited <Leonardomeitz@gmail.com>
Wed, 10 Mar 2021 18:51:05 +0000 (19:51 +0100)
    * Needed since the deprecation of WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION

Change-Id: I634a1a5eb5a87a92c720322bf01b2434a2ce013d

rro_overlays/WifiOverlay/res/values/config.xml

index f9d25b3cc354d3ef324f933d83c87862ba78ac08..5a9ca48600ea721d8aacd9e55fcbb7a49ca2c059 100644 (file)
@@ -33,6 +33,9 @@
     <!-- Boolean indicating whether the wifi chipset has background scan support -->
     <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
 
+    <!-- Indicates that AP mode MAC randomization is supported on this device -->
+    <bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
+
     <!-- True if the firmware supports p2p MAC randomization -->
     <bool name="config_wifi_p2p_mac_randomization_supported">false</bool>