sm8450-common: Enable set channel on NDP setup
Bug: 190354626 Test: build, CtsVerifier Change-Id: Ieff18b96ec0f24c1c20c40add4e47a532ece8922
This commit is contained in:
parent
bad54260b8
commit
e84cb30c97
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@
|
|||
-->
|
||||
<bool name="config_wifiAllowMultipleNetworksOnSameAwareNdi" translatable="false">true</bool>
|
||||
|
||||
<!-- A boolean indicate if device supports ser channel on the Aware data-path setup. If the
|
||||
value is false, channel setting on the data-path request will be ignored.
|
||||
-->
|
||||
<bool name="config_wifiSupportChannelOnDataPath" 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
|
||||
|
|
Loading…
Reference in a new issue