
ag/16564596 will change default value to false. Configure correct overlay configuration. Bug: 212488775 Test: manual test & build Change-Id: Iaf1a0a23dae69fde5995e591a757a8ef5374d5b5
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2020 Qualcomm Technologies, Inc.
|
|
All Rights Reserved.
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<!-- Wifi driver supports IEEE80211AX for softap -->
|
|
<bool translatable="false" name="config_wifiSoftapIeee80211axSupported">true</bool>
|
|
|
|
<!-- Wifi driver supports IEEE80211AX single user beamformer for softap -->
|
|
<bool translatable="false" name="config_wifiSoftapHeSuBeamformerSupported">true</bool>
|
|
|
|
<!-- Wifi driver supports IEEE80211AX single user beamformee for softap -->
|
|
<bool translatable="false" name="config_wifiSoftapHeSuBeamformeeSupported">true</bool>
|
|
|
|
<!-- Wifi driver supports IEEE80211AX multiple user beamformer for softap -->
|
|
<bool translatable="false" name="config_wifiSoftapHeMuBeamformerSupported">true</bool>
|
|
|
|
<!-- Wifi driver supports IEEE80211AX TWT (Target Wake Time) for softap -->
|
|
<bool translatable="false" name="config_wifiSoftapHeTwtSupported">true</bool>
|
|
|
|
<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
|
|
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
|
</resources>
|