Lines Matching refs:qos_tid
319 u8 qos_tid; in ccmp_special_blocks() local
341 qos_tid = ieee80211_get_tid(hdr); in ccmp_special_blocks()
343 qos_tid = 0; in ccmp_special_blocks()
357 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
373 aad[30] = qos_tid; in ccmp_special_blocks()
377 aad[24] = qos_tid; in ccmp_special_blocks()
576 u8 qos_tid; in gcmp_special_blocks() local
607 qos_tid = ieee80211_get_tid(hdr); in gcmp_special_blocks()
609 qos_tid = 0; in gcmp_special_blocks()
613 aad[30] = qos_tid; in gcmp_special_blocks()
617 aad[24] = qos_tid; in gcmp_special_blocks()
860 u8 qos_tid; in ieee80211_crypto_cs_decrypt() local
877 qos_tid = ieee80211_get_tid(hdr); in ieee80211_crypto_cs_decrypt()
879 qos_tid = 0; in ieee80211_crypto_cs_decrypt()
886 rx_pn = key->u.gen.rx_pn[qos_tid]; in ieee80211_crypto_cs_decrypt()