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

Commit 48af90ef authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '3671-a15-FP6_mac_random' into 'a15'

FP6: WifiResTarget: Enable config_wifi_connected_mac_randomization_supported

See merge request e/devices/android_device_fairphone_FP6!23
parents 8bee705f 70ea31ba
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7,12 +7,6 @@
    <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
    <bool name="config_dozeAfterScreenOff">true</bool>
    <bool name="config_wifi_background_scan_support">true</bool>
    <bool name="config_wifi_batched_scan_supported">true</bool>
    <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
    <bool name="config_wifi_dual_band_support">true</bool>
    <bool name="config_wifi_dual_sap_mode_enabled">true</bool>
    <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
    <bool name="config_wifi_softap_acs_supported">true</bool>
    <bool name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources>
+9 −0
Original line number Diff line number Diff line
@@ -71,4 +71,13 @@

    <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
    <bool translatable="false" name="config_wifi_softap_sae_supported">true</bool>

    <!-- Indicates that connected MAC randomization is supported on this device -->
    <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>

    <!-- Indicates that p2p MAC randomization is supported on this device -->
    <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>

    <!-- Wifi driver supports IEEE80211AC for softap -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources>