Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_RETRY (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8712/
Dwifi.h63 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_RETRY); \
66 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0)
69 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_RETRY)); \
/linux-5.19.10/net/mac80211/
Dwpa.c332 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_gcmp_aad()
887 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
Drx.c2955 fwd_hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_RETRY); in ieee80211_rx_h_mesh_fwding()
/linux-5.19.10/include/linux/
Dieee80211.h49 #define IEEE80211_FCTL_RETRY 0x0800 macro
370 return (fc & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0; in ieee80211_has_retry()
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h359 #define IEEE80211_FCTL_RETRY 0x0800 macro
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dxmit.c400 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY); in ath_tx_set_retry()