Searched full:offchannel (Results 1 – 15 of 15) sorted by relevance
/linux/net/mac80211/ |
H A D | Makefile | 12 scan.o offchannel.o \
|
H A D | ieee80211_i.h | 849 * @SDATA_STATE_OFFCHANNEL: This interface is currently in offchannel 852 * to offchannel, reset when offchannel returns
|
H A D | iface.c | 211 * address if the specific interface is doing offchannel work or in ieee80211_can_powered_addr_change()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 31 ath10k_warn(ar, "completed old offchannel frame\n"); in ath10k_report_offchan_tx() 38 ath10k_dbg(ar, ATH10K_DBG_HTT, "completed offchannel skb %pK\n", skb); in ath10k_report_offchan_tx()
|
H A D | mac.c | 3941 * offchannel tx (and actually creating them causes issues with wmi-htc in ath10k_mac_tx_frm_has_freq() 4066 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac queued offchannel skb %pK len %d\n", in ath10k_mac_tx() 4115 * an offchannel frame. Otherwise the frame will be stuck and in ath10k_offchan_tx_work() 4117 * It is unlikely that a peer for offchannel tx will already be in ath10k_offchan_tx_work() 4129 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac offchannel skb %pK len %d\n", in ath10k_offchan_tx_work() 4160 * out wrt to this offchannel worker. in ath10k_offchan_tx_work() 4176 ath10k_warn(ar, "failed to transmit offchannel frame: %d\n", in ath10k_offchan_tx_work() 4184 ath10k_warn(ar, "timed out waiting for offchannel skb %pK, len: %d\n", in ath10k_offchan_tx_work() 5624 * but do a modulo for correctness sake and prevent using offchannel tx in ath10k_add_interface()
|
H A D | htt.h | 185 * freq: 0 means home channel of given vdev. intended for offchannel
|
H A D | wmi.h | 3006 * @WMI_10_4_TDLS_OFFCHAN: TDLS offchannel support enable/disable
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | beacon.c | 110 if (dev->mphy.offchannel) in mt7603_pre_tbtt_tasklet()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 191 if (!dev->mt76.beacon_mask || dev->mphy.offchannel) in mt76x02u_pre_tbtt_work()
|
H A D | mt76x02_mmio.c | 25 if (dev->mphy.offchannel) in mt76x02_pre_tbtt_tasklet()
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | mediatek,mt76.yaml | 115 Disable/enable radar/CAC detection running on a dedicated offchannel
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.c | 57 * This will cause the TX path to drop offchannel transmissions. in iwl_mvm_cleanup_roc() 61 * Also flush the offchannel queue -- this is called when the time in iwl_mvm_cleanup_roc() 106 * This will cause the TX path to drop offchannel transmissions. in iwl_mvm_cleanup_roc()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 750 /* In scanning, when before we offchannel we may send a ps=1 in rtl_op_config() 755 * packets before going offchannel, or dis-association or in rtl_op_config() 1726 * maybe send after offchannel or rf sleep, this may cause
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 169 wl1271_debug(DEBUG_TX, "tx offchannel"); in wl12xx_tx_get_hlid()
|
/linux/include/net/ |
H A D | mac80211.h | 1013 * which is transmitted due to scanning or offchannel TX, not in normal 1897 * offchannel/dynamic_ps operations. 2990 * @offchannel_tx_hw_queue: HW queue ID to use for offchannel TX 3592 * and the offchannel queue in &struct ieee80211_hw. In response, mac80211 will 3792 * for sending management frames offchannel. 4438 * @set_radar_background: Configure dedicated offchannel chain available for
|