S666LN: Disable NL80211_REG_CHANGED event

* This is caused crash Wificond service as per logcat said "wificond: Failed to get NL80211_ATTR_MAX_NUM_AKM_SUITES"
This commit is contained in:
Citlali-Itztli
2025-10-31 21:37:51 +07:00
committed by KimelaZX
parent 7d03d4c90c
commit a2b4766b52

View File

@@ -79,4 +79,12 @@
<!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
<bool name="config_wifi_softap_sae_supported">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 name="config_wifiDriverSupportedNl80211RegChangedEvent" translatable="false">false</bool>
</resources>