Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dwpa.c322 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()
573 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()
885 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
Drx.c2323 fwd_hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_RETRY); in ieee80211_rx_h_mesh_fwding()
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h216 #define IEEE80211_FCTL_RETRY 0x0800 macro
/linux-4.1.27/include/linux/
Dieee80211.h48 #define IEEE80211_FCTL_RETRY 0x0800 macro
292 return (fc & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0; in ieee80211_has_retry()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h429 #define IEEE80211_FCTL_RETRY 0x0800 macro
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c356 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY); in ath_tx_set_retry()