wifi: driver supports NL80211 Reg changed event.

Set config_wifiDriverSupportedNl80211RegChangedEvent to true
So that framework can correctly updated country code and associated
channel list.

Bug: 289874603
Test: Manual
Change-Id: I6a259476c8cb8adb92ddd06eaf31009c9e0d6ccd
This commit is contained in:
kensun 2023-08-29 07:33:02 +00:00 committed by Ken Sun
parent 770a0aa43d
commit c25be76c0b

View file

@ -136,7 +136,7 @@
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
<!-- Indicate the driver doesn't support NL80211 Reg changed event -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">false</bool>
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
<!-- boolean indicating whether or not to disable shutdown idle instance timer in the bridged mode when connected to a power source -->
<bool translatable="false" name ="config_wifiFrameworkSoftApDisableBridgedModeShutdownIdleInstanceWhenCharging">true</bool>