Home
last modified time | relevance | path

Searched refs:dfs_chandef (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/mwifiex/
D11h.c135 chandef = priv->dfs_chandef; in mwifiex_dfs_cac_work_queue()
193 if (mwifiex_stop_radar_detection(priv, &priv->dfs_chandef)) in mwifiex_abort_cac()
199 cfg80211_cac_event(priv->netdev, &priv->dfs_chandef, in mwifiex_abort_cac()
237 priv->dfs_chandef.chan->hw_value); in mwifiex_11h_handle_chanrpt_ready()
240 &priv->dfs_chandef, in mwifiex_11h_handle_chanrpt_ready()
267 if (mwifiex_stop_radar_detection(priv, &priv->dfs_chandef)) in mwifiex_11h_handle_radar_detected()
270 cfg80211_radar_event(priv->adapter->wiphy, &priv->dfs_chandef, in mwifiex_11h_handle_radar_detected()
308 mwifiex_uap_set_channel(priv, bss_cfg, priv->dfs_chandef); in mwifiex_dfs_chan_sw_work_queue()
318 cfg80211_ch_switch_notify(priv->netdev, &priv->dfs_chandef); in mwifiex_dfs_chan_sw_work_queue()
Dcfg80211.c3529 &priv->dfs_chandef)) in mwifiex_cfg80211_channel_switch()
3558 memcpy(&priv->dfs_chandef, &params->chandef, sizeof(priv->dfs_chandef)); in mwifiex_cfg80211_channel_switch()
3637 memcpy(&priv->dfs_chandef, chandef, sizeof(priv->dfs_chandef)); in mwifiex_cfg80211_start_radar_detection()
Dmain.h660 struct cfg80211_chan_def dfs_chandef; member