Home
last modified time | relevance | path

Searched full:offchannel (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c57 if (!sc->cur_chan->offchannel && sc->cur_survey != &sc->survey[pos]) { in ath_set_channel()
253 if (ctx == &sc->offchannel.chan) { in ath_chanctx_check_active()
268 * the current context is offchannel. in ath_chanctx_check_active()
421 "offchannel noa_duration: %d, noa_start: %u, noa_index: %d\n", in ath_chanctx_offchannel_noa()
429 * an offchannel operation. in ath_chanctx_offchannel_noa()
532 sc->next_chan = &sc->offchannel.chan; in ath_chanctx_event()
588 * If an offchannel switch is scheduled to happen after in ath_chanctx_event()
592 if (sc->next_chan == &sc->offchannel.chan) { in ath_chanctx_event()
671 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
709 sc->cur_chan == &sc->offchannel.chan) in ath_chanctx_event()
[all …]
H A Dmain.c247 if (!sc->cur_chan->offchannel && start) { in ath_complete_reset()
298 if (!sc->cur_chan->offchannel) { in ath_reset_internal()
338 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()
2394 if (!sc->cur_chan->offchannel) { in ath9k_sw_scan_start()
[all …]
H A Dath9k.h347 bool offchannel; member
1010 struct ath_offchannel offchannel; member
H A Dlink.c458 sc->cur_chan->offchannel) in ath_start_ani()
/linux/net/mac80211/
H A DMakefile12 scan.o offchannel.o \
H A Dieee80211_i.h871 * @SDATA_STATE_OFFCHANNEL: This interface is currently in offchannel
874 * to offchannel, reset when offchannel returns
H A Dmain.c226 /* for scanning, offchannel and chanctx emulation only */
H A Diface.c220 * address if the specific interface is doing offchannel work or in ieee80211_can_powered_addr_change()
/linux/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c31 ath10k_warn(ar, "completed old offchannel frame\n"); in ath10k_report_offchan_tx()
38 ath10k_dbg(ar, ATH10K_DBG_HTT, "completed offchannel skb %p\n", skb); in ath10k_report_offchan_tx()
H A Dmac.c3970 * offchannel tx (and actually creating them causes issues with wmi-htc in ath10k_mac_tx_frm_has_freq()
4095 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac queued offchannel skb %p len %d\n", in ath10k_mac_tx()
4144 * an offchannel frame. Otherwise the frame will be stuck and in ath10k_offchan_tx_work()
4146 * It is unlikely that a peer for offchannel tx will already be in ath10k_offchan_tx_work()
4158 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac offchannel skb %p len %d\n", in ath10k_offchan_tx_work()
4189 * out wrt to this offchannel worker. in ath10k_offchan_tx_work()
4205 ath10k_warn(ar, "failed to transmit offchannel frame: %d\n", in ath10k_offchan_tx_work()
4213 ath10k_warn(ar, "timed out waiting for offchannel skb %p, len: %d\n", in ath10k_offchan_tx_work()
5656 * but do a modulo for correctness sake and prevent using offchannel tx in ath10k_add_interface()
H A Dhtt.h185 * freq: 0 means home channel of given vdev. intended for offchannel
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c324 mlink->wcid->offchannel = mlink->offchannel; in mt7996_vif_link_add()
373 if (!mlink->wcid->offchannel && in mt7996_vif_link_add()
395 if (!mlink->wcid->offchannel) in mt7996_vif_link_remove()
406 if (!mlink->wcid->offchannel && in mt7996_vif_link_remove()
558 if (mphy->offchannel) in mt7996_set_channel()
578 if (!mphy->offchannel) in mt7996_set_channel()
H A Dmac.c922 if (wcid->offchannel) in mt7996_mac_write_txwi()
1194 if (wcid->offchannel) in mt7996_tx_prepare_skb()
H A Dmcu.c2785 if (link->phy && link->phy->mt76->offchannel) in mt7996_mcu_add_beacon()
3743 else if (phy->mt76->offchannel || in mt7996_mcu_set_chan_info()
/linux/net/wireless/
H A Dmlme.c1270 /* Offchannel chain already locked by another wdev */ in cfg80211_start_background_radar_detection()
1274 /* CAC already in progress on the offchannel chain */ in cfg80211_start_background_radar_detection()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c739 /* In scanning, when before we offchannel we may send a ps=1 in rtl_op_config()
744 * packets before going offchannel, or dis-association or in rtl_op_config()
1715 * maybe send after offchannel or rf sleep, this may cause
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c823 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_mac_tx() local
834 if (offchannel && in iwl_mvm_mac_tx()
848 !offchannel) in iwl_mvm_mac_tx()
1815 * Flush the ROC worker which will flush the OFFCHANNEL queue. in iwl_mvm_prepare_mac_removal()
1816 * We assume here that all the packets sent to the OFFCHANNEL in iwl_mvm_prepare_mac_removal()
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c169 wl1271_debug(DEBUG_TX, "tx offchannel"); in wl12xx_tx_get_hlid()
H A Dmain.c6314 * 1 cab queue per mac + one global offchannel Tx queue in wl1271_init_ieee80211()
6318 /* the last queue is the offchannel queue */ in wl1271_init_ieee80211()
/linux/include/net/
H A Dmac80211.h1028 * which is transmitted due to scanning or offchannel TX, not in normal
1951 * offchannel/dynamic_ps operations.
3052 * @offchannel_tx_hw_queue: HW queue ID to use for offchannel TX
3658 * and the offchannel queue in &struct ieee80211_hw. In response, mac80211 will
3858 * for sending management frames offchannel.
4515 * @set_radar_background: Configure dedicated offchannel chain available for
H A Dcfg80211.h4874 * @set_radar_background: Configure dedicated offchannel chain available for
9275 * @offchan: the radar has been detected on the offchannel chain
9336 * (CAC) is aborted by a offchannel dedicated chain.
/linux/include/uapi/linux/
H A Dnl80211.h2809 * @NL80211_ATTR_RADAR_BACKGROUND: Configure dedicated offchannel chain
6758 * might apply, e.g. no scans in progress, no offchannel operations