sm8250-common -> sm7325-common
This commit is contained in:
parent
5404d41486
commit
95b667c5b9
74 changed files with 4210 additions and 3942 deletions
23
resource-overlay/lahaina/Wifi/res/values/config.xml
Normal file
23
resource-overlay/lahaina/Wifi/res/values/config.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?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>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue