Lines Matching refs:fc

460 static int ieee80211_use_mfp(__le16 fc, struct sta_info *sta,  in ieee80211_use_mfp()  argument
463 if (!ieee80211_is_mgmt(fc)) in ieee80211_use_mfp()
1405 __le16 fc; in __ieee80211_tx() local
1411 fc = ((struct ieee80211_hdr *)skb->data)->frame_control; in __ieee80211_tx()
1451 ieee80211_tpt_led_trig_tx(local, fc, led_len); in __ieee80211_tx()
2009 __le16 fc; in ieee80211_build_hdr() local
2031 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA); in ieee80211_build_hdr()
2036 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2064 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS); in ieee80211_build_hdr()
2073 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2117 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc, in ieee80211_build_hdr()
2135 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc, in ieee80211_build_hdr()
2169 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_build_hdr()
2178 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_build_hdr()
2236 fc |= cpu_to_le16(IEEE80211_STYPE_QOS_DATA); in ieee80211_build_hdr()
2300 hdr.frame_control = fc; in ieee80211_build_hdr()
2364 if (ieee80211_is_data_qos(fc)) { in ieee80211_build_hdr()
2428 __le16 fc; in ieee80211_check_fast_xmit() local
2477 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA); in ieee80211_check_fast_xmit()
2499 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_check_fast_xmit()
2509 fc |= cpu_to_le16(IEEE80211_FCTL_TODS); in ieee80211_check_fast_xmit()
2518 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | in ieee80211_check_fast_xmit()
2530 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS); in ieee80211_check_fast_xmit()
2544 fc |= cpu_to_le16(IEEE80211_STYPE_QOS_DATA); in ieee80211_check_fast_xmit()
2627 fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_check_fast_xmit()
2630 hdr->frame_control = fc; in ieee80211_check_fast_xmit()