exynos9610: wifi: Enable set channel on NDP setup
authorNate Jiang <qiangjiang@google.com>
Fri, 14 Jan 2022 23:53:46 +0000 (15:53 -0800)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 24 Oct 2022 04:39:28 +0000 (00:39 -0400)
Bug: 190354626
Test: build, CtsVerifier
Change-Id: Ieff18b96ec0f24c1c20c40add4e47a532ece8922

rro_overlays/WifiOverlay/res/values/config.xml

index 48badb46c189c0716533eaa20c2756f2a33828c1..3f8e655cfb4f82a92ea814b90a171af378e1fc70 100644 (file)
@@ -61,4 +61,7 @@
     <!-- Indicate the driver support NL80211_REG_CHANGED event. -->
     <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
 
+    <!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
+    <bool translatable="false" name="config_wifiSupportChannelOnDataPath">true</bool>
+
 </resources>