Lines Matching refs:qos_tid
314 u8 qos_tid; in ccmp_special_blocks() local
336 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ccmp_special_blocks()
338 qos_tid = 0; in ccmp_special_blocks()
352 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
368 aad[30] = qos_tid; in ccmp_special_blocks()
372 aad[24] = qos_tid; in ccmp_special_blocks()
562 u8 qos_tid; in gcmp_special_blocks() local
593 qos_tid = *ieee80211_get_qos_ctl(hdr) & in gcmp_special_blocks()
596 qos_tid = 0; in gcmp_special_blocks()
600 aad[30] = qos_tid; in gcmp_special_blocks()
604 aad[24] = qos_tid; in gcmp_special_blocks()
840 u8 qos_tid; in ieee80211_crypto_cs_decrypt() local
857 qos_tid = *ieee80211_get_qos_ctl(hdr) & in ieee80211_crypto_cs_decrypt()
860 qos_tid = 0; in ieee80211_crypto_cs_decrypt()
867 rx_pn = key->u.gen.rx_pn[qos_tid]; in ieee80211_crypto_cs_decrypt()