Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/silabs/wfx/
H A 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()
H A Dqueue.h20 struct sk_buff_head offchan; member
/linux/net/wireless/
H A Dmlme.c1157 bool offchan, gfp_t gfp) in __cfg80211_radar_event() argument
1161 trace_cfg80211_radar_event(wiphy, chandef, offchan); in __cfg80211_radar_event()
1169 if (offchan) { in __cfg80211_radar_event()
H A Dtrace.h2232 __field(bool, offchan)
2241 __entry->offchan = params->offchan;
2249 BOOL_TO_STR(__entry->offchan), __entry->wait,
3632 bool offchan),
3633 TP_ARGS(wiphy, chandef, offchan),
3637 __field(bool, offchan)
3642 __entry->offchan = offchan;
3645 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->offchan)
H A Dnl80211.c14828 params.offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK]; in nl80211_tx_mgmt()
14830 if (params.offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX)) in nl80211_tx_mgmt()
14846 if (!chandef.chan && params.offchan) in nl80211_tx_mgmt()
14849 if (params.offchan && in nl80211_tx_mgmt()
/linux/net/mac80211/
H A Doffchannel.c883 (params->offchan && params->wait && in ieee80211_mgmt_tx()
968 if (need_offchan && !params->offchan) { in ieee80211_mgmt_tx()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx()
211 rtwvif->offchan = false; in rtw89_ops_add_interface()
1299 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
H A Dcore.c4842 if (rtwvif->offchan) { in rtw89_core_txq_schedule()
5065 tmp_vif->offchan = true; in rtw89_roc_start()
5119 tmp_vif->offchan = false; in rtw89_roc_end()
5291 if (rtwvif->offchan) in rtw89_enter_lps_track()
H A Dcore.h7729 bool offchan; member
H A Dmac.c5416 if (!rtwdev->scanning && !rtwvif->offchan && in rtw89_mac_bcn_fltr_rpt()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c457 if (params->offchan) in qtnf_mgmt_tx()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1446 params->offchan, in wil_cfg80211_mgmt_tx()
1473 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
/linux/include/net/
H A Dcfg80211.h4015 bool offchan; member
9758 bool offchan, gfp_t gfp);