Searched refs:monitor_chandef (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 949 struct cfg80211_chan_def monitor_chandef; member
|
H A D | cfg80211.c | 1479 wil->monitor_chandef = *chandef; in wil_cfg80211_set_channel() 2792 cfg80211_chandef_create(&wil->monitor_chandef, ch, NL80211_CHAN_NO_HT); in wil_cfg80211_init()
|
H A D | txrx.c | 324 struct ieee80211_channel *ch = wil->monitor_chandef.chan; in wil_rx_add_radiotap_header()
|
H A D | wmi.c | 2637 struct ieee80211_channel *ch = wil->monitor_chandef.chan; in wmi_rx_chain_add()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | main.c | 1004 local->monitor_chandef = dflt_chandef; in ieee80211_register_hw()
|
H A D | cfg.c | 810 if (cfg80211_chandef_identical(&local->monitor_chandef, chandef)) in ieee80211_set_monitor_channel() 827 local->monitor_chandef = *chandef; in ieee80211_set_monitor_channel() 3737 *chandef = local->monitor_chandef; in ieee80211_cfg_get_channel()
|
H A D | ieee80211_i.h | 1441 struct cfg80211_chan_def monitor_chandef; member
|
H A D | iface.c | 960 ret = ieee80211_vif_use_channel(sdata, &local->monitor_chandef, in ieee80211_add_virtual_monitor()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 951 struct cfg80211_chan_def monitor_chandef; member
|
H A D | cfg80211.c | 1503 wil->monitor_chandef = *chandef; in wil_cfg80211_set_channel() 2816 cfg80211_chandef_create(&wil->monitor_chandef, ch, NL80211_CHAN_NO_HT); in wil_cfg80211_init()
|
H A D | txrx.c | 324 struct ieee80211_channel *ch = wil->monitor_chandef.chan; in wil_rx_add_radiotap_header()
|
H A D | wmi.c | 2638 struct ieee80211_channel *ch = wil->monitor_chandef.chan; in wmi_rx_chain_add()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | main.c | 1081 local->monitor_chandef = dflt_chandef; in ieee80211_register_hw()
|
H A D | cfg.c | 916 if (cfg80211_chandef_identical(&local->monitor_chandef, chandef)) in ieee80211_set_monitor_channel() 942 local->monitor_chandef = *chandef; in ieee80211_set_monitor_channel() 4245 *chandef = local->monitor_chandef; in ieee80211_cfg_get_channel()
|
H A D | ieee80211_i.h | 1599 struct cfg80211_chan_def monitor_chandef; member
|
H A D | iface.c | 1163 ret = ieee80211_link_use_channel(&sdata->deflink, &local->monitor_chandef, in ieee80211_add_virtual_monitor()
|
Completed in 74 milliseconds