Home
last modified time | relevance | path

Searched refs:offchan (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Dqueue.c71 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()
Dqueue.h20 struct sk_buff_head offchan; member
/linux-6.12.1/net/wireless/
Dmlme.c1087 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()
Dtrace.h2125 __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)
Dnl80211.c12783 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/
Dmac80211.c31 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()
Dcore.c2884 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()
Dcore.h3487 bool offchan; member
Dmac.c4839 if (!rtwdev->scanning && !rtwvif->offchan) in rtw89_mac_bcn_fltr_rpt()
/linux-6.12.1/net/mac80211/
Doffchannel.c883 (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/
Dcfg80211.c458 if (params->offchan) in qtnf_mgmt_tx()
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1444 params->offchan, in wil_cfg80211_mgmt_tx()
1471 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
/linux-6.12.1/include/net/
Dcfg80211.h3692 bool offchan; member
8750 bool offchan, gfp_t gfp);