Searched refs:mask_fc (Results 1 – 2 of 2) sorted by relevance
317 __le16 mask_fc; in ccmp_special_blocks() local329 mask_fc = hdr->frame_control; in ccmp_special_blocks()330 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in ccmp_special_blocks()333 mask_fc &= ~cpu_to_le16(0x0070); in ccmp_special_blocks()334 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ccmp_special_blocks()364 put_unaligned(mask_fc, (__le16 *)&aad[2]); in ccmp_special_blocks()575 __le16 mask_fc; in gcmp_special_blocks() local592 mask_fc = hdr->frame_control; in gcmp_special_blocks()593 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | in gcmp_special_blocks()596 mask_fc &= ~cpu_to_le16(0x0070); in gcmp_special_blocks()[all …]
666 u16 mask_fc;673 mask_fc = hdr->frame_control;676 if((mask_fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)680 mask_fc &= ~IEEE80211_FCTL_RETRY;681 mask_fc &= ~IEEE80211_FCTL_PM;682 mask_fc &= ~IEEE80211_FCTL_MOREDATA;684 mask_fc &= ~0x0070;687 …if( (mask_fc & (IEEE80211_FCTL_FROMDS|IEEE80211_FCTL_TODS)) == (IEEE80211_FCTL_FROMDS|IEEE80211_FC…696 …if ((mask_fc & (IEEE80211_FCTL_FTYPE | IEEE80211_STYPE_QOS_DATA)) == (IEEE80211_FTYPE_DATA | IEEE8…718 put_unaligned(mask_fc, (__le16 *)&aad[2]);