Home
last modified time | relevance | path

Searched refs:ieee80211_ctstoself_duration (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/Documentation/driver-api/80211/
Dmac80211.rst180 :functions: ieee80211_ctstoself_duration
/Linux-v5.4/net/mac80211/
Dutil.c198 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw, in ieee80211_ctstoself_duration() function
238 EXPORT_SYMBOL(ieee80211_ctstoself_duration);
Dtx.c4853 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
/Linux-v5.4/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c266 rts_dur = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8187_tx()
/Linux-v5.4/include/net/
Dmac80211.h4919 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw,
/Linux-v5.4/drivers/net/wireless/realtek/rtl818x/rtl8180/
Ddev.c508 rts_duration = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8180_tx()
/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Dbase.c792 duration = le16_to_cpu(ieee80211_ctstoself_duration(ah->hw, in ath5k_txbuf_setup()