|
@@ -2505,7 +2505,8 @@ struct cfg80211_ops {
|
|
|
|
|
|
int (*start_radar_detection)(struct wiphy *wiphy,
|
|
int (*start_radar_detection)(struct wiphy *wiphy,
|
|
struct net_device *dev,
|
|
struct net_device *dev,
|
|
- struct cfg80211_chan_def *chandef);
|
|
|
|
|
|
+ struct cfg80211_chan_def *chandef,
|
|
|
|
+ u32 cac_time_ms);
|
|
int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev,
|
|
int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev,
|
|
struct cfg80211_update_ft_ies_params *ftie);
|
|
struct cfg80211_update_ft_ies_params *ftie);
|
|
int (*crit_proto_start)(struct wiphy *wiphy,
|
|
int (*crit_proto_start)(struct wiphy *wiphy,
|
|
@@ -3182,6 +3183,7 @@ struct cfg80211_cached_keys;
|
|
* @p2p_started: true if this is a P2P Device that has been started
|
|
* @p2p_started: true if this is a P2P Device that has been started
|
|
* @cac_started: true if DFS channel availability check has been started
|
|
* @cac_started: true if DFS channel availability check has been started
|
|
* @cac_start_time: timestamp (jiffies) when the dfs state was entered.
|
|
* @cac_start_time: timestamp (jiffies) when the dfs state was entered.
|
|
|
|
+ * @cac_time_ms: CAC time in ms
|
|
* @ps: powersave mode is enabled
|
|
* @ps: powersave mode is enabled
|
|
* @ps_timeout: dynamic powersave timeout
|
|
* @ps_timeout: dynamic powersave timeout
|
|
* @ap_unexpected_nlportid: (private) netlink port ID of application
|
|
* @ap_unexpected_nlportid: (private) netlink port ID of application
|
|
@@ -3237,6 +3239,7 @@ struct wireless_dev {
|
|
|
|
|
|
bool cac_started;
|
|
bool cac_started;
|
|
unsigned long cac_start_time;
|
|
unsigned long cac_start_time;
|
|
|
|
+ unsigned int cac_time_ms;
|
|
|
|
|
|
#ifdef CONFIG_CFG80211_WEXT
|
|
#ifdef CONFIG_CFG80211_WEXT
|
|
/* wext data */
|
|
/* wext data */
|