|
@@ -43,4 +43,16 @@
|
|
|
|
|
|
<!-- Indicates that SAE Hash-to-Element is supported on this device -->
|
|
<!-- Indicates that SAE Hash-to-Element is supported on this device -->
|
|
<bool name="config_wifiSaeH2eSupported" translatable="false">true</bool>
|
|
<bool name="config_wifiSaeH2eSupported" translatable="false">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">true</bool>
|
|
|
|
+
|
|
|
|
+ <!-- Indicates whether or not the Soft AP needs to be restarted when country code changed -->
|
|
|
|
+ <bool name="config_wifiForcedSoftApRestartWhenCountryCodeChanged" translatable="false">false</bool>
|
|
</resources>
|
|
</resources>
|