Searched refs:offchan (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/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-6.15/net/wireless/ |
| H A D | trace.h | 2148 __field(bool, offchan) 2157 __entry->offchan = params->offchan; 2165 BOOL_TO_STR(__entry->offchan), __entry->wait, 3506 bool offchan), 3507 TP_ARGS(wiphy, chandef, offchan), 3511 __field(bool, offchan) 3516 __entry->offchan = offchan; 3519 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->offchan)
|
| H A D | mlme.c | 1088 bool offchan, gfp_t gfp) in __cfg80211_radar_event() argument 1092 trace_cfg80211_radar_event(wiphy, chandef, offchan); in __cfg80211_radar_event() 1100 if (offchan) in __cfg80211_radar_event()
|
| H A D | nl80211.c | 12820 params.offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK]; in nl80211_tx_mgmt() 12822 if (params.offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX)) in nl80211_tx_mgmt() 12837 if (!chandef.chan && params.offchan) in nl80211_tx_mgmt() 12840 if (params.offchan && in nl80211_tx_mgmt()
|
| /linux-6.15/net/mac80211/ |
| H A D | offchannel.c | 883 (params->offchan && params->wait && in ieee80211_mgmt_tx() 959 if (need_offchan && !params->offchan) { in ieee80211_mgmt_tx()
|
| /linux-6.15/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() 193 rtwvif->offchan = false; in rtw89_ops_add_interface() 1205 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
|
| H A D | core.c | 3166 if (rtwvif->offchan) { in rtw89_core_txq_schedule() 3365 tmp_vif->offchan = true; in rtw89_roc_start() 3420 tmp_vif->offchan = false; in rtw89_roc_end() 3529 if (rtwvif->offchan) in rtw89_enter_lps_track()
|
| H A D | core.h | 5803 bool offchan; member
|
| H A D | mac.c | 5020 if (!rtwdev->scanning && !rtwvif->offchan) in rtw89_mac_bcn_fltr_rpt()
|
| /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 458 if (params->offchan) in qtnf_mgmt_tx()
|
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1444 params->offchan, in wil_cfg80211_mgmt_tx() 1471 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 3736 bool offchan; member 8831 bool offchan, gfp_t gfp);
|