Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/80211/
H A Dmac80211.rst129 ieee80211_ctstoself_duration
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c266 rts_dur = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8187_tx()
/linux/net/mac80211/
H A Dutil.c243 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw, in ieee80211_ctstoself_duration() function
282 EXPORT_SYMBOL(ieee80211_ctstoself_duration);
H A Dtx.c5882 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c512 rts_duration = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8180_tx()
/linux/include/net/
H A Dmac80211.h5844 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw,
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c837 duration = le16_to_cpu(ieee80211_ctstoself_duration(ah->hw, in ath5k_txbuf_setup()