Lines Matching refs:ptk
1465 } ptk; member
1663 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq); in iwl_mvm_set_aes_ptk_rx_seq()
1681 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
1706 status->ptk.tkip.tx_pn = (u64)le16_to_cpu(sc->tkip.tsc.iv16) | in iwl_mvm_convert_key_counters()
1708 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters()
1713 &status->ptk.tkip.seq[i]); in iwl_mvm_convert_key_counters()
1715 &status->ptk.aes.seq[i]); in iwl_mvm_convert_key_counters()
1761 &status->ptk.tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1763 &status->ptk.aes.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1940 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys()
1947 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys()
1948 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.tkip.seq); in iwl_mvm_d3_update_keys()