Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A 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/net/mac80211/
A Dwpa.c330 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()
593 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()
914 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
A Drx.c2949 fwd_hdr->frame_control &= ~cpu_to_le16(IEEE80211_FCTL_RETRY); in ieee80211_rx_h_mesh_fwding()
/linux/include/linux/
A Dieee80211.h48 #define IEEE80211_FCTL_RETRY 0x0800 macro
369 return (fc & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0; in ieee80211_has_retry()
/linux/drivers/staging/rtl8192u/ieee80211/
A Dieee80211.h359 #define IEEE80211_FCTL_RETRY 0x0800 macro
/linux/drivers/net/wireless/ath/ath9k/
A Dxmit.c359 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY); in ath_tx_set_retry()

Completed in 49 milliseconds