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.c2713 sc->sched.mgd_prepare_tx = true;
2729 sc->sched.mgd_prepare_tx = false;
2764 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx;
H A Dath9k.h387 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.c957 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1375 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
H A Dmac80211.c6528 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1459 .mgd_prepare_tx = mt7921_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.h2732 * mgd_prepare_tx() callback to be called before transmission of a
3746 * only used with the mgd_prepare_tx() method.
3752 * Only used with the mgd_prepare_tx() method.
4200 * @mgd_prepare_tx: Prepare for transmitting a management frame for association
4219 * transmitted frame announced with @mgd_prepare_tx was received, the data
4220 * is filled similarly to @mgd_prepare_tx though the duration is not used.
4633 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member in struct:ieee80211_ops

Completed in 412 milliseconds