Searched refs:offchan (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | queue.c | 71 skb_queue_head_init(&wvif->tx_queue[i].offchan); in wfx_tx_queues_init() 80 skb_queue_empty_lockless(&queue->offchan); in wfx_tx_queue_empty() 111 __wfx_tx_queue_drop(wvif, &queue->offchan, dropped); in wfx_tx_queue_drop() 121 skb_queue_tail(&queue->offchan, skb); in wfx_tx_queues_put() 256 skb = skb_dequeue(&queues[i]->offchan); in wfx_tx_queues_get_skb()
|
| H A D | queue.h | 20 struct sk_buff_head offchan; member
|
| /linux/net/wireless/ |
| H A D | trace.h | 2201 __field(bool, offchan) 2210 __entry->offchan = params->offchan; 2215 TP_printk(WIPHY_PR_FMT ", " WDEV_PR_FMT ", " CHAN_PR_FMT ", offchan: %s," 2218 BOOL_TO_STR(__entry->offchan), __entry->wait, 3527 bool offchan), 3528 TP_ARGS(wiphy, chandef, offchan), 3532 __field(bool, offchan) 3537 __entry->offchan = offchan; [all...] |
| H A D | mlme.c | 1106 bool offchan, gfp_t gfp) in __cfg80211_radar_event() argument 1110 trace_cfg80211_radar_event(wiphy, chandef, offchan); in __cfg80211_radar_event() 1118 if (offchan) in __cfg80211_radar_event()
|
| H A D | nl80211.c | 13986 params.offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK]; in nl80211_tx_mgmt() 13988 if (params.offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX)) in nl80211_tx_mgmt() 14003 if (!chandef.chan && params.offchan) in nl80211_tx_mgmt() 14006 if (params.offchan && in nl80211_tx_mgmt()
|
| /linux/net/mac80211/ |
| H A D | offchannel.c | 886 (params->offchan && params->wait && in ieee80211_mgmt_tx() 965 if (need_offchan && !params->offchan) { in ieee80211_mgmt_tx()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac80211.c | 31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx() 208 rtwvif->offchan = false; in rtw89_ops_add_interface() 1243 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
|
| H A D | core.c | 4093 if (rtwvif->offchan) { in rtw89_core_txq_schedule() 4316 tmp_vif->offchan = true; in rtw89_roc_start() 4369 tmp_vif->offchan = false; in rtw89_roc_end() 4494 if (rtwvif->offchan) in rtw89_enter_lps_track()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 459 if (params->offchan) in qtnf_mgmt_tx()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1445 params->offchan, in wil_cfg80211_mgmt_tx() 1472 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3925 bool offchan; member 9282 bool offchan, gfp_t gfp);
|