Lines Matching refs:mask_fc
319 __le16 mask_fc; in ccmp_special_blocks() local
331 mask_fc = hdr->frame_control; in ccmp_special_blocks()
332 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()
335 mask_fc &= ~cpu_to_le16(0x0070); in ccmp_special_blocks()
336 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ccmp_special_blocks()
366 put_unaligned(mask_fc, (__le16 *)&aad[2]); in ccmp_special_blocks()
572 __le16 mask_fc; in gcmp_special_blocks() local
589 mask_fc = hdr->frame_control; in gcmp_special_blocks()
590 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()
593 mask_fc &= ~cpu_to_le16(0x0070); in gcmp_special_blocks()
594 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in gcmp_special_blocks()
596 put_unaligned(mask_fc, (__le16 *)&aad[2]); in gcmp_special_blocks()
898 __le16 mask_fc; in bip_aad() local
905 mask_fc = hdr->frame_control; in bip_aad()
906 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
908 put_unaligned(mask_fc, (__le16 *) &aad[0]); in bip_aad()