Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/driver-api/80211/
Dmac80211.rst177 :functions: ieee80211_ctstoself_duration
/Linux-v4.19/net/mac80211/
Dutil.c201 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw, in ieee80211_ctstoself_duration() function
241 EXPORT_SYMBOL(ieee80211_ctstoself_duration);
Dtx.c4628 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
/Linux-v4.19/include/net/
Dmac80211.h4675 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw,
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c269 rts_dur = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8187_tx()
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8180/
Ddev.c508 rts_duration = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8180_tx()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dbase.c792 duration = le16_to_cpu(ieee80211_ctstoself_duration(ah->hw, in ath5k_txbuf_setup()