Lines Matching refs:frame_control
65 fc = __le16_to_cpu(hdr->frame_control); in wcn36xx_rx_skb()
68 if (ieee80211_is_beacon(hdr->frame_control)) { in wcn36xx_rx_skb()
128 if (WARN_ON(!ieee80211_is_data_qos(hdr->frame_control))) in wcn36xx_tx_start_ampdu()
191 if (ieee80211_is_nullfunc(hdr->frame_control) || in wcn36xx_set_tx_data()
201 is_data_qos = ieee80211_is_data_qos(hdr->frame_control); in wcn36xx_set_tx_data()
227 if (ieee80211_is_mgmt(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
231 else if (ieee80211_is_ctl(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
241 ieee80211_is_probe_req(hdr->frame_control)) in wcn36xx_set_tx_mgmt()
255 ieee80211_is_data_qos(hdr->frame_control) ? in wcn36xx_set_tx_mgmt()
269 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx()
290 skb, skb->len, __le16_to_cpu(hdr->frame_control), in wcn36xx_start_tx()