Lines Matching refs:fc
40 __le16 fc; in ath9k_cmn_rx_accept() local
42 fc = hdr->frame_control; in ath9k_cmn_rx_accept()
47 strip_mic = is_valid_tkip && ieee80211_is_data(fc) && in ath9k_cmn_rx_accept()
48 ieee80211_has_protected(fc) && in ath9k_cmn_rx_accept()
62 mic_error = is_valid_tkip && !ieee80211_is_ctl(fc) && in ath9k_cmn_rx_accept()
63 !ieee80211_has_morefrags(fc) && in ath9k_cmn_rx_accept()
128 __le16 fc; in ath9k_cmn_rx_skb_postprocess() local
133 fc = hdr->frame_control; in ath9k_cmn_rx_skb_postprocess()
134 padpos = ieee80211_hdrlen(fc); in ath9k_cmn_rx_skb_postprocess()
153 ieee80211_has_protected(fc)) { in ath9k_cmn_rx_skb_postprocess()
155 } else if (ieee80211_has_protected(fc) in ath9k_cmn_rx_skb_postprocess()
164 ieee80211_is_mgmt(fc)) in ath9k_cmn_rx_skb_postprocess()