Nate Jiang 6f1cd98b9f sm7325-common: wifi: Enable set channel on NDP setup
Bug: 190354626
Test: build, CtsVerifier
Change-Id: Ieff18b96ec0f24c1c20c40add4e47a532ece8922
2022-09-29 22:21:25 -04:00

29 lines
1.3 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>
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
<bool translatable="false" name="config_wifiSupportChannelOnDataPath">true</bool>
</resources>