Searched refs:offchan (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
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()
|
D | queue.h | 20 struct sk_buff_head offchan; member
|
/linux-6.12.1/net/wireless/ |
D | mlme.c | 1087 bool offchan, gfp_t gfp) in __cfg80211_radar_event() argument 1091 trace_cfg80211_radar_event(wiphy, chandef, offchan); in __cfg80211_radar_event() 1099 if (offchan) in __cfg80211_radar_event()
|
D | trace.h | 2125 __field(bool, offchan) 2134 __entry->offchan = params->offchan; 2142 BOOL_TO_STR(__entry->offchan), __entry->wait, 3484 bool offchan), 3485 TP_ARGS(wiphy, chandef, offchan), 3489 __field(bool, offchan) 3494 __entry->offchan = offchan; 3497 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->offchan)
|
D | nl80211.c | 12783 params.offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK]; in nl80211_tx_mgmt() 12785 if (params.offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX)) in nl80211_tx_mgmt() 12800 if (!chandef.chan && params.offchan) in nl80211_tx_mgmt() 12803 if (params.offchan && in nl80211_tx_mgmt()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx() 128 rtwvif->offchan = false; in rtw89_ops_add_interface() 893 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
|
D | core.c | 2884 if (rtwvif->offchan) { in rtw89_core_txq_schedule() 3060 tmp->offchan = true; in rtw89_roc_start() 3105 tmp->offchan = false; in rtw89_roc_end() 3210 if (rtwvif->offchan) in rtw89_vif_enter_lps()
|
D | core.h | 3487 bool offchan; member
|
D | mac.c | 4839 if (!rtwdev->scanning && !rtwvif->offchan) in rtw89_mac_bcn_fltr_rpt()
|
/linux-6.12.1/net/mac80211/ |
D | offchannel.c | 883 (params->offchan && params->wait && in ieee80211_mgmt_tx() 959 if (need_offchan && !params->offchan) { in ieee80211_mgmt_tx()
|
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 458 if (params->offchan) in qtnf_mgmt_tx()
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1444 params->offchan, in wil_cfg80211_mgmt_tx() 1471 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 3692 bool offchan; member 8750 bool offchan, gfp_t gfp);
|