diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index 1546a1f1ec6a0e1b96c178ec2ad679c256cef5c8..c5ce41f7e4c61dd2b220c5584aaa7d544e82987c 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -69,6 +69,9 @@ <!-- 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> + <!-- Integer indicating maximum hardware supported client number of soft ap --> <integer translatable="false" name="config_wifiHardwareSoftapMaxClientCount">32</integer>