Lines Matching refs:qos_tid
321 u8 qos_tid; in ccmp_special_blocks() local
343 qos_tid = ieee80211_get_tid(hdr); in ccmp_special_blocks()
345 qos_tid = 0; in ccmp_special_blocks()
359 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
375 aad[30] = qos_tid; in ccmp_special_blocks()
379 aad[24] = qos_tid; in ccmp_special_blocks()
573 u8 qos_tid; in gcmp_special_blocks() local
604 qos_tid = ieee80211_get_tid(hdr); in gcmp_special_blocks()
606 qos_tid = 0; in gcmp_special_blocks()
610 aad[30] = qos_tid; in gcmp_special_blocks()
614 aad[24] = qos_tid; in gcmp_special_blocks()
852 u8 qos_tid; in ieee80211_crypto_cs_decrypt() local
869 qos_tid = ieee80211_get_tid(hdr); in ieee80211_crypto_cs_decrypt()
871 qos_tid = 0; in ieee80211_crypto_cs_decrypt()
878 rx_pn = key->u.gen.rx_pn[qos_tid]; in ieee80211_crypto_cs_decrypt()