Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dmac80211.rst129 ieee80211_ctstoself_duration
/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Drxtx.c178 return ieee80211_ctstoself_duration(priv->hw, priv->vif, in vnt_get_cts_duration()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c266 rts_dur = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8187_tx()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c249 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw, in ieee80211_ctstoself_duration() function
289 EXPORT_SYMBOL(ieee80211_ctstoself_duration);
H A Dtx.c5273 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c512 rts_duration = ieee80211_ctstoself_duration(dev, priv->vif, in rtl8180_tx()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h5121 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dbase.c792 duration = le16_to_cpu(ieee80211_ctstoself_duration(ah->hw, in ath5k_txbuf_setup()