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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user