|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -265,6 +265,7 @@ struct fils_discovery_tmpl_params {
|
|
* @allow_ht: HT allowed in chan
|
|
* @allow_ht: HT allowed in chan
|
|
* @allow_vht: VHT allowed on chan
|
|
* @allow_vht: VHT allowed on chan
|
|
* @set_agile: is agile mode
|
|
* @set_agile: is agile mode
|
|
|
|
+ * @is_stadfs_en: STA DFS enabled
|
|
* @phy_mode: phymode (vht80 or ht40 or ...)
|
|
* @phy_mode: phymode (vht80 or ht40 or ...)
|
|
* @cfreq1: centre frequency on primary
|
|
* @cfreq1: centre frequency on primary
|
|
* @cfreq2: centre frequency on secondary
|
|
* @cfreq2: centre frequency on secondary
|
|
@@ -285,7 +286,8 @@ struct mlme_channel_param {
|
|
is_chan_passive:1,
|
|
is_chan_passive:1,
|
|
allow_ht:1,
|
|
allow_ht:1,
|
|
allow_vht:1,
|
|
allow_vht:1,
|
|
- set_agile:1;
|
|
|
|
|
|
+ set_agile:1,
|
|
|
|
+ is_stadfs_en:1;
|
|
enum wlan_phymode phy_mode;
|
|
enum wlan_phymode phy_mode;
|
|
uint32_t cfreq1;
|
|
uint32_t cfreq1;
|
|
uint32_t cfreq2;
|
|
uint32_t cfreq2;
|