| /freebsd/sys/contrib/dev/athk/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 | 3956 * offchannel tx (and actually creating them causes issues with wmi-htc in ath10k_mac_tx_frm_has_freq() 4081 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac queued offchannel skb %pK len %d\n", in ath10k_mac_tx() 4130 * an offchannel frame. Otherwise the frame will be stuck and in ath10k_offchan_tx_work() 4132 * It is unlikely that a peer for offchannel tx will already be in ath10k_offchan_tx_work() 4144 ath10k_dbg(ar, ATH10K_DBG_MAC, "mac offchannel skb %pK len %d\n", in ath10k_offchan_tx_work() 4175 * out wrt to this offchannel worker. in ath10k_offchan_tx_work() 4191 ath10k_warn(ar, "failed to transmit offchannel frame: %d\n", in ath10k_offchan_tx_work() 4199 ath10k_warn(ar, "timed out waiting for offchannel skb %pK, len: %d\n", in ath10k_offchan_tx_work() 5640 * but do a modulo for correctness sake and prevent using offchannel tx in ath10k_add_interface()
|
| /freebsd/usr.sbin/wpa/wpa_supplicant/ |
| H A D | Makefile | 27 offchannel.c \
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 1053 bool offchannel) in __mt76_set_channel() argument 1071 phy->offchannel = offchannel; in __mt76_set_channel() 1073 if (!offchannel) in __mt76_set_channel() 1089 bool offchannel) in mt76_set_channel() argument 1097 ret = __mt76_set_channel(phy, chandef, offchannel); in mt76_set_channel() 1107 bool offchannel = hw->conf.flags & IEEE80211_CONF_OFFCHANNEL; in mt76_update_channel() local 1111 return mt76_set_channel(phy, chandef, offchannel); in mt76_update_channel()
|
| H A D | channel.c | 290 mlink->offchannel = true; in mt76_get_vif_phy_link() 307 if (IS_ERR_OR_NULL(mlink) || !mlink->offchannel) in mt76_put_vif_phy_link()
|
| H A D | tx.c | 492 if (test_bit(MT76_RESET, &phy->state) || phy->offchannel) in mt76_txq_send_burst() 546 if (test_bit(MT76_RESET, &phy->state) || phy->offchannel) in mt76_txq_schedule_list() 668 if (ret >= 0 && !phy->offchannel) in mt76_txq_schedule_pending()
|
| H A D | mt76.h | 371 u8 offchannel:1; member 800 bool offchannel; member 831 bool offchannel; member 1621 bool offchannel); 1623 bool offchannel);
|
| 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()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | beacon.c | 110 if (dev->mphy.offchannel) in mt7603_pre_tbtt_tasklet()
|
| H A D | main.c | 190 if (!mphy->offchannel) in mt7603_set_channel()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | mediatek,mt76.yaml | 115 Disable/enable radar/CAC detection running on a dedicated offchannel
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | pasn_supplicant.c | 689 * TODO: Consider modifying the offchannel logic to handle additional in wpas_pasn_auth_start() 695 "PASN: Driver does not support offchannel TX"); in wpas_pasn_auth_start()
|
| H A D | nan_usd.c | 14 #include "offchannel.h"
|
| H A D | offchannel.c | 17 #include "offchannel.h"
|
| H A D | wpa_supplicant_i.h | 330 * better coordination of offchannel operations. 404 * offchannel_send_action_result - Result of offchannel send Action frame
|
| H A D | gas_query.c | 22 #include "offchannel.h"
|
| H A D | Android.mk | 1705 OBJS += offchannel.c
|
| H A D | README | 1019 External programs can request wpa_supplicant to not start offchannel
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | main.c | 297 mlink->wcid->offchannel = mlink->offchannel; in mt7996_vif_link_add() 519 if (mphy->offchannel) in mt7996_set_channel() 539 if (!mphy->offchannel) in mt7996_set_channel()
|
| H A D | mac.c | 910 if (wcid->offchannel) in mt7996_mac_write_txwi() 1091 if (wcid->offchannel) in mt7996_tx_prepare_skb()
|
| /freebsd/sys/contrib/dev/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()
|
| H A D | tx.c | 778 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_tx_skb_non_sta() local 801 offchannel)) { in iwl_mvm_tx_skb_non_sta() 806 * P2P Device uses the offchannel queue. in iwl_mvm_tx_skb_non_sta()
|
| H A D | mac80211.c | 831 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_mac_tx() local 842 if (offchannel && in iwl_mvm_mac_tx() 856 !offchannel) in iwl_mvm_mac_tx() 1930 * Flush the ROC worker which will flush the OFFCHANNEL queue. in iwl_mvm_prepare_mac_removal() 1931 * We assume here that all the packets sent to the OFFCHANNEL in iwl_mvm_prepare_mac_removal()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_capa.c | 1578 * To enable offchannel simultaneous support in wpa_supplicant, the in wpa_driver_nl80211_capa() 1579 * underlying driver needs to support the same along with offchannel TX. in wpa_driver_nl80211_capa() 1580 * Offchannel TX support is needed since remain_on_channel and in wpa_driver_nl80211_capa()
|