Lines Matching refs:fc

442 static int ieee80211_use_mfp(__le16 fc, struct sta_info *sta,  in ieee80211_use_mfp()  argument
445 if (!ieee80211_is_mgmt(fc)) in ieee80211_use_mfp()
2598 __le16 fc; in ieee80211_build_hdr() local
2624 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA); in ieee80211_build_hdr()
2633 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2657 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS); in ieee80211_build_hdr()
2723 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc, in ieee80211_build_hdr()
2741 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc, in ieee80211_build_hdr()
2785 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_build_hdr()
2794 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2845 fc |= cpu_to_le16(IEEE80211_STYPE_QOS_DATA); in ieee80211_build_hdr()
2884 hdr.frame_control = fc; in ieee80211_build_hdr()
2936 if (ieee80211_is_data_qos(fc)) { in ieee80211_build_hdr()
3024 __le16 fc; in ieee80211_check_fast_xmit() local
3082 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA); in ieee80211_check_fast_xmit()
3112 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_check_fast_xmit()
3122 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_check_fast_xmit()
3131 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_check_fast_xmit()
3143 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS); in ieee80211_check_fast_xmit()
3171 fc |= cpu_to_le16(IEEE80211_STYPE_QOS_DATA); in ieee80211_check_fast_xmit()
3243 fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_check_fast_xmit()
3246 hdr->frame_control = fc; in ieee80211_check_fast_xmit()