Searched refs:mgd_prepare_tx (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c558 if (sc->sched.mgd_prepare_tx)
605 * If a mgd_prepare_tx() has been called by mac80211,
610 if (sc->sched.mgd_prepare_tx) {
643 if (sc->sched.mgd_prepare_tx) {
644 sc->sched.mgd_prepare_tx = false;
H A Dmain.c2714 sc->sched.mgd_prepare_tx = true;
2730 sc->sched.mgd_prepare_tx = false;
2765 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx;
H A Dath9k.h386 bool mgd_prepare_tx; member in struct:ath_chanctx_sched
/linux-master/net/mac80211/
H A Ddriver-ops.h939 if (local->ops->mgd_prepare_tx)
940 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c694 ops->mgd_prepare_tx = NULL;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c955 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1429 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1388 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
H A Dmac80211.c6272 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c1467 .mgd_prepare_tx = mt7925_mgd_prepare_tx,
/linux-master/include/net/
H A Dmac80211.h2728 * mgd_prepare_tx() callback to be called before transmission of a
3739 * only used with the mgd_prepare_tx() method.
3745 * Only used with the mgd_prepare_tx() method.
4193 * @mgd_prepare_tx: Prepare for transmitting a management frame for association
4212 * transmitted frame announced with @mgd_prepare_tx was received, the data
4213 * is filled similarly to @mgd_prepare_tx though the duration is not used.
4626 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member in struct:ieee80211_ops

Completed in 219 milliseconds