Lines Matching refs:frame_control
133 if (ieee80211_is_auth(mgmt->frame_control))
135 else if (ieee80211_is_deauth(mgmt->frame_control))
137 else if (ieee80211_is_disassoc(mgmt->frame_control))
195 if (ieee80211_is_deauth(mgmt->frame_control))
660 if (!ieee80211_is_mgmt(mgmt->frame_control))
663 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
667 if (ieee80211_is_action(mgmt->frame_control) &&
739 if (!ieee80211_is_action(mgmt->frame_control) ||
770 __le16 ftype = mgmt->frame_control &
775 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4;
782 data = buf + ieee80211_hdrlen(mgmt->frame_control);
783 data_len = len - ieee80211_hdrlen(mgmt->frame_control);