Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/80211/
H A Dmac80211.rst129 ieee80211_ctstoself_duration
/linux/net/mac80211/
H A Dutil.c242 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw, in ieee80211_ctstoself_duration() function
281 EXPORT_SYMBOL(ieee80211_ctstoself_duration);
H A Dtx.c6147 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
/linux/include/net/
H A Dmac80211.h6057 __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()