Lines Matching refs:qos_tid
318 u8 qos_tid; in ccmp_special_blocks() local
340 qos_tid = ieee80211_get_tid(hdr); in ccmp_special_blocks()
342 qos_tid = 0; in ccmp_special_blocks()
356 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
372 aad[30] = qos_tid; in ccmp_special_blocks()
376 aad[24] = qos_tid; in ccmp_special_blocks()
570 u8 qos_tid; in gcmp_special_blocks() local
601 qos_tid = ieee80211_get_tid(hdr); in gcmp_special_blocks()
603 qos_tid = 0; in gcmp_special_blocks()
607 aad[30] = qos_tid; in gcmp_special_blocks()
611 aad[24] = qos_tid; in gcmp_special_blocks()
849 u8 qos_tid; in ieee80211_crypto_cs_decrypt() local
866 qos_tid = ieee80211_get_tid(hdr); in ieee80211_crypto_cs_decrypt()
868 qos_tid = 0; in ieee80211_crypto_cs_decrypt()
875 rx_pn = key->u.gen.rx_pn[qos_tid]; in ieee80211_crypto_cs_decrypt()