Searched refs:mask_fc (Results 1 – 1 of 1) sorted by relevance
316 __le16 mask_fc; in ccmp_special_blocks() local328 mask_fc = hdr->frame_control; in ccmp_special_blocks()329 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()332 mask_fc &= ~cpu_to_le16(0x0070); in ccmp_special_blocks()333 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ccmp_special_blocks()363 put_unaligned(mask_fc, (__le16 *)&aad[2]); in ccmp_special_blocks()569 __le16 mask_fc; in gcmp_special_blocks() local586 mask_fc = hdr->frame_control; in gcmp_special_blocks()587 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()590 mask_fc &= ~cpu_to_le16(0x0070); in gcmp_special_blocks()[all …]