IEEE80211_FTYPE_MGMT  204 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT);
IEEE80211_FTYPE_MGMT  262 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ASSOC_REQ);
IEEE80211_FTYPE_MGMT  272 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ASSOC_RESP);
IEEE80211_FTYPE_MGMT  282 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_REASSOC_REQ);
IEEE80211_FTYPE_MGMT  292 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_REASSOC_RESP);
IEEE80211_FTYPE_MGMT  302 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_REQ);
IEEE80211_FTYPE_MGMT  312 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_RESP);
IEEE80211_FTYPE_MGMT  322 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON);
IEEE80211_FTYPE_MGMT  332 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ATIM);
IEEE80211_FTYPE_MGMT  342 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_DISASSOC);
IEEE80211_FTYPE_MGMT  352 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH);
IEEE80211_FTYPE_MGMT  362 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_DEAUTH);
IEEE80211_FTYPE_MGMT  372 include/linux/ieee80211.h 	       cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ACTION);
IEEE80211_FTYPE_MGMT  882 net/ieee80211/ieee80211_rx.c 	case IEEE80211_FTYPE_MGMT:
IEEE80211_FTYPE_MGMT   97 net/mac80211/ht.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  146 net/mac80211/ht.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  192 net/mac80211/ht.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  625 net/mac80211/main.c 		    type == IEEE80211_FTYPE_MGMT)
IEEE80211_FTYPE_MGMT  102 net/mac80211/mesh_hwmp.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  181 net/mac80211/mesh_hwmp.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  166 net/mac80211/mesh_plink.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  156 net/mac80211/mlme.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  216 net/mac80211/mlme.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  301 net/mac80211/mlme.c 		mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  310 net/mac80211/mlme.c 		mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT  463 net/mac80211/mlme.c 	mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype);
IEEE80211_FTYPE_MGMT 1423 net/mac80211/mlme.c 		mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT   48 net/mac80211/spectmgmt.c 	msr_report->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT 1915 net/mac80211/tx.c 		hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
IEEE80211_FTYPE_MGMT 1932 net/mac80211/tx.c 		    cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON);