Lines Matching refs:mask_fc
321 __le16 mask_fc;
331 mask_fc = hdr->frame_control;
332 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY |
335 mask_fc &= ~cpu_to_le16(0x0070);
336 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED);
344 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_ORDER);
353 put_unaligned(mask_fc, (__le16 *)&aad[2]);
783 __le16 mask_fc;
790 mask_fc = hdr->frame_control;
791 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM |
793 put_unaligned(mask_fc, (__le16 *) &aad[0]);