Home
last modified time | relevance | path

Searched refs:offchannel (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dchannel.c57 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) { in ath_set_channel()
258 if (ctx == &sc->offchannel.chan) { in ath_chanctx_check_active()
537 sc->next_chan = &sc->offchannel.chan; in ath_chanctx_event()
597 if (sc->next_chan == &sc->offchannel.chan) { in ath_chanctx_event()
676 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
714 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
745 if (sc->cur_chan == &sc->offchannel.chan || in ath_chanctx_event()
755 sc->next_chan != &sc->offchannel.chan) in ath_chanctx_event()
793 struct cfg80211_scan_request *req = sc->offchannel.scan_req; in ath_scan_channel_duration()
809 (sc->cur_chan != ctx) && (ctx == &sc->offchannel.chan)) { in ath_chanctx_switch()
[all …]
Dmain.c247 if (!sc->cur_chan->offchannel && start) { in ath_complete_reset()
299 if (!sc->cur_chan->offchannel) { in ath_reset_internal()
339 sc->cur_chan->offchannel) in ath_reset_internal()
1152 if (sc->offchannel.state < ATH_OFFCHANNEL_ROC_START) in ath9k_set_offchannel_state()
1153 vif = sc->offchannel.scan_vif; in ath9k_set_offchannel_state()
1155 vif = sc->offchannel.roc_vif; in ath9k_set_offchannel_state()
1194 if (ctx == &sc->offchannel.chan) in ath9k_calculate_summary_state()
1540 ctx->offchannel = !!(conf->flags & IEEE80211_CONF_OFFCHANNEL); in ath9k_config()
1579 sc->offchannel.chan.rxfilter = *total_flags; in ath9k_configure_filter()
2391 if (!sc->cur_chan->offchannel) { in ath9k_sw_scan_start()
[all …]
Drecv.c262 ath9k_hw_startpcureceive(sc->sc_ah, sc->cur_chan->offchannel); in ath_edma_start_recv()
470 ath9k_hw_startpcureceive(ah, sc->cur_chan->offchannel); in ath_startrecv()
554 if (sc->cur_chan == &sc->offchannel.chan) in ath_rx_ps_beacon()
Dath9k.h348 bool offchannel; member
1011 struct ath_offchannel offchannel; member
Dlink.c429 sc->cur_chan->offchannel) in ath_start_ani()
/linux-6.12.1/net/mac80211/
DMakefile12 scan.o offchannel.o \
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dtx.c491 if (test_bit(MT76_RESET, &phy->state) || phy->offchannel) in mt76_txq_send_burst()
535 if (test_bit(MT76_RESET, &phy->state) || phy->offchannel) in mt76_txq_schedule_list()
581 if (qid >= 4 || phy->offchannel) in mt76_txq_schedule()
663 if (ret >= 0 && !phy->offchannel) in mt76_txq_schedule_pending()
Dmac80211.c933 bool offchannel) in mt76_set_channel() argument
954 phy->offchannel = offchannel; in mt76_set_channel()
956 if (!offchannel) in mt76_set_channel()
977 bool offchannel = hw->conf.flags & IEEE80211_CONF_OFFCHANNEL; in mt76_update_channel() local
979 return mt76_set_channel(phy, chandef, offchannel); in mt76_update_channel()
Dmt76x02_usb_core.c191 if (!dev->mt76.beacon_mask || dev->mphy.offchannel) in mt76x02u_pre_tbtt_work()
Dmt76x02_mmio.c25 if (dev->mphy.offchannel) in mt76x02_pre_tbtt_tasklet()
Dmt76.h783 bool offchannel; member
1501 bool offchannel);
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/
Dbeacon.c110 if (dev->mphy.offchannel) in mt7603_pre_tbtt_tasklet()
Dmain.c192 if (!mphy->offchannel) in mt7603_set_channel()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c787 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_tx_skb_non_sta() local
810 offchannel)) { in iwl_mvm_tx_skb_non_sta()
Dmac80211.c819 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_mac_tx() local
830 if (offchannel && in iwl_mvm_mac_tx()
844 !offchannel) in iwl_mvm_mac_tx()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/
Dmcu.c893 else if (phy->mt76->offchannel) in mt7921_mcu_set_chan_info()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c2146 else if (phy->mt76->offchannel) in mt7615_mcu_set_chan_info()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c2764 else if (phy->mt76->offchannel || in mt7915_mcu_set_chan_info()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c3468 else if (phy->mt76->offchannel || in mt7996_mcu_set_chan_info()