Searched refs:ieee80211_is_cts (Results 1 – 4 of 4) sorted by relevance
420 ieee80211_is_cts(hdr->frame_control)) { in rt2x00queue_create_tx_descriptor()
700 if (ieee80211_is_cts(rts->frame_control)) { in brcms_c_ampdu_finalize()
593 else if (ieee80211_is_cts(fc) || ieee80211_is_ack(fc)) in hostap_80211_get_hdrlen()
569 static inline bool ieee80211_is_cts(__le16 fc) in ieee80211_is_cts() function