This change adds QCA_WLAN_VENDOR_ATTR_CONFIG_DFS_NO_WAIT_SUPPORT to
enable DFS No Wait support.
If an AP starts on a channel with a bandwidth larger than 20 MHz,
which includes both DFS required and non DFS required subsets, it
should begin beaconing immediately on the non DFS required subset
while simultaneously monitoring for radar events once the DFS No Wait
feature is enabled.
Signed-off-by: Wu Gao <quic_wugao@quicinc.com>
*/
QCA_WLAN_VENDOR_ATTR_CONFIG_SETUP_LINK_RECONFIG_SUPPORT = 130,
+ /* 8-bit unsigned value to enable/disable DFS No Wait feature support
+ * in AP mode.
+ * 1 - Enable
+ * 0 - Disable.
+ *
+ * DFS No Wait allows AP to be started within the subset of channel
+ * bandwidth that does not require DFS while waiting for CAC to
+ * complete on the subset that requires DFS. If no radar was detected,
+ * switch to the full configured channel bandwidth.
+ */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_DFS_NO_WAIT_SUPPORT = 131,
+
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =