Lines Matching refs:fc
929 __le16 fc; in ieee80211_send_4addr_nullfunc() local
942 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC | in ieee80211_send_4addr_nullfunc()
944 nullfunc->frame_control = fc; in ieee80211_send_4addr_nullfunc()
3253 u16 fc; in ieee80211_sta_rx_queued_mgmt() local
3259 fc = le16_to_cpu(mgmt->frame_control); in ieee80211_sta_rx_queued_mgmt()
3263 switch (fc & IEEE80211_FCTL_STYPE) { in ieee80211_sta_rx_queued_mgmt()
3511 __le16 fc, bool acked) in ieee80211_mgd_conn_tx_status() argument
3515 sdata->u.mgd.status_fc = fc; in ieee80211_mgd_conn_tx_status()
3530 __le16 fc = ifmgd->status_fc; in ieee80211_sta_work() local
3535 (ieee80211_is_probe_req(fc) || ieee80211_is_auth(fc))) { in ieee80211_sta_work()
3545 (ieee80211_is_assoc_req(fc) || in ieee80211_sta_work()
3546 ieee80211_is_reassoc_req(fc))) { in ieee80211_sta_work()