Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c119 chandef = priv->dfs_chandef; in mwifiex_dfs_cac_work_queue()
178 if (mwifiex_stop_radar_detection(priv, &priv->dfs_chandef)) in mwifiex_abort_cac()
184 cfg80211_cac_event(priv->netdev, &priv->dfs_chandef, in mwifiex_abort_cac()
220 priv->dfs_chandef.chan->hw_value); in mwifiex_11h_handle_chanrpt_ready()
223 &priv->dfs_chandef, in mwifiex_11h_handle_chanrpt_ready()
248 if (mwifiex_stop_radar_detection(priv, &priv->dfs_chandef)) in mwifiex_11h_handle_radar_detected()
251 cfg80211_radar_event(priv->adapter->wiphy, &priv->dfs_chandef, in mwifiex_11h_handle_radar_detected()
281 mwifiex_uap_set_channel(priv, bss_cfg, priv->dfs_chandef); in mwifiex_dfs_chan_sw_work_queue()
292 cfg80211_ch_switch_notify(priv->netdev, &priv->dfs_chandef, 0); in mwifiex_dfs_chan_sw_work_queue()
H A Dmain.h674 struct cfg80211_chan_def dfs_chandef; member