Searched refs:dfs_chandef (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11h.c | 135 chandef = priv->dfs_chandef; in mwifiex_dfs_cac_work_queue() 180 cfg80211_cac_event(priv->netdev, &priv->dfs_chandef, in mwifiex_abort_cac() 217 priv->dfs_chandef.chan->hw_value); in mwifiex_11h_handle_chanrpt_ready() 220 &priv->dfs_chandef, in mwifiex_11h_handle_chanrpt_ready() 247 cfg80211_radar_event(priv->adapter->wiphy, &priv->dfs_chandef, in mwifiex_11h_handle_radar_detected() 284 mwifiex_uap_set_channel(bss_cfg, priv->dfs_chandef); in mwifiex_dfs_chan_sw_work_queue() 294 cfg80211_ch_switch_notify(priv->netdev, &priv->dfs_chandef); in mwifiex_dfs_chan_sw_work_queue()
|
D | cfg80211.c | 3280 &priv->dfs_chandef)) in mwifiex_cfg80211_channel_switch() 3307 memcpy(&priv->dfs_chandef, ¶ms->chandef, sizeof(priv->dfs_chandef)); in mwifiex_cfg80211_channel_switch() 3346 memcpy(&priv->dfs_chandef, chandef, sizeof(priv->dfs_chandef)); in mwifiex_cfg80211_start_radar_detection()
|
D | main.h | 606 struct cfg80211_chan_def dfs_chandef; member
|