Lines Matching refs:mask_fc
312 __le16 mask_fc; in ccmp_special_blocks() local
324 mask_fc = hdr->frame_control; in ccmp_special_blocks()
325 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()
328 mask_fc &= ~cpu_to_le16(0x0070); in ccmp_special_blocks()
329 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ccmp_special_blocks()
359 put_unaligned(mask_fc, (__le16 *)&aad[2]); in ccmp_special_blocks()
561 __le16 mask_fc; in gcmp_special_blocks() local
578 mask_fc = hdr->frame_control; in gcmp_special_blocks()
579 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()
582 mask_fc &= ~cpu_to_le16(0x0070); in gcmp_special_blocks()
583 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in gcmp_special_blocks()
585 put_unaligned(mask_fc, (__le16 *)&aad[2]); in gcmp_special_blocks()
887 __le16 mask_fc; in bip_aad() local
894 mask_fc = hdr->frame_control; in bip_aad()
895 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
897 put_unaligned(mask_fc, (__le16 *) &aad[0]); in bip_aad()