Lines Matching refs:qos_tid
311 u8 qos_tid; in ccmp_special_blocks() local
333 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ccmp_special_blocks()
335 qos_tid = 0; in ccmp_special_blocks()
349 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
365 aad[30] = qos_tid; in ccmp_special_blocks()
369 aad[24] = qos_tid; in ccmp_special_blocks()
556 u8 qos_tid; in gcmp_special_blocks() local
587 qos_tid = *ieee80211_get_qos_ctl(hdr) & in gcmp_special_blocks()
590 qos_tid = 0; in gcmp_special_blocks()
594 aad[30] = qos_tid; in gcmp_special_blocks()
598 aad[24] = qos_tid; in gcmp_special_blocks()
830 u8 qos_tid; in ieee80211_crypto_cs_decrypt() local
847 qos_tid = *ieee80211_get_qos_ctl(hdr) & in ieee80211_crypto_cs_decrypt()
850 qos_tid = 0; in ieee80211_crypto_cs_decrypt()
857 rx_pn = key->u.gen.rx_pn[qos_tid]; in ieee80211_crypto_cs_decrypt()