qcacld-3.0: add wds mode sysfs functionality

Add support to configure wds_mode.

Change-Id: I19b7c797083a75d2aebf53d574484def5a4ec9e1
CRs-Fixed: 3563193
This commit is contained in:
Bing Sun
2023-07-18 17:06:55 +08:00
committed by Rahul Choudhary
parent 0de932801e
commit 25f5c0058e
11 changed files with 265 additions and 1 deletions

View File

@@ -1867,6 +1867,11 @@ _conditional_srcs = {
"core/hdd/src/wlan_hdd_sysfs_dfsnol.c",
],
},
"CONFIG_WLAN_SYSFS_WDS_MODE": {
True: [
"core/hdd/src/wlan_hdd_sysfs_wds_mode.c",
],
},
"CONFIG_WLAN_SYSFS_DP_STATS": {
True: [
"core/hdd/src/wlan_hdd_sysfs_txrx_stats_console.c",