system: overlay: Update to LA.QSSI.14.0.r1-15100-qssi.0

Change-Id: Ifd9dd4aac77b18e66208bbfdbc56c5f9c7a3f8d1
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
Omkar Chandorkar 2024-06-13 04:33:17 +09:00
parent 7c03436f28
commit 6686368184
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

View File

@ -98,4 +98,13 @@
<!-- Indicates that SAE Hash-to-Element is supported on this device -->
<bool translatable="false" name="config_wifiSaeH2eSupported">true</bool>
<!-- Indicates whether or not the WLAN driver supports the NL80211_CMD_REG_CHANGE or
NL80211_CMD_WIPHY_REG_CHANGE events which indicate the current country code which is
being used by the WLAN driver. If the driver doesn't support these events
(configuration is `false`) then the driver must handle the setCountryCode request from
HAL as a blocking call. In such a case the country code will be applied
immediately after the country code is sent to the driver (if the method returns a
success). -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
</resources>