2022-02-19 00:23:56 +01:00
|
|
|
<?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 -->
|
2022-03-26 23:16:05 +01:00
|
|
|
<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>
|
2022-02-19 00:23:56 +01:00
|
|
|
|
2022-01-05 13:27:25 +08:00
|
|
|
<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
|
|
|
|
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
2022-01-14 15:53:46 -08:00
|
|
|
|
|
|
|
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
|
|
|
|
<bool translatable="false" name="config_wifiSupportChannelOnDataPath">true</bool>
|
2022-02-19 00:23:56 +01:00
|
|
|
</resources>
|