Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx()
207 rtwvif->offchan = false; in rtw89_ops_add_interface()
1227 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
H A Dcore.c3345 if (rtwvif->offchan) { in rtw89_core_txq_schedule()
3559 tmp_vif->offchan = true; in rtw89_roc_start()
3615 tmp_vif->offchan = false; in rtw89_roc_end()
3740 if (rtwvif->offchan) in rtw89_enter_lps_track()
H A Dcore.h6054 bool offchan; member
H A Dmac.c5108 if (!rtwdev->scanning && !rtwvif->offchan && in rtw89_mac_bcn_fltr_rpt()