Lines Matching refs:ptk
1421 } ptk; member
1616 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq); in iwl_mvm_set_aes_ptk_rx_seq()
1634 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
1659 status->ptk.tkip.tx_pn = (u64)le16_to_cpu(sc->tkip.tsc.iv16) | in iwl_mvm_convert_key_counters()
1661 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters()
1666 &status->ptk.tkip.seq[i]); in iwl_mvm_convert_key_counters()
1668 &status->ptk.aes.seq[i]); in iwl_mvm_convert_key_counters()
1714 &status->ptk.tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1716 &status->ptk.aes.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1821 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys()
1825 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys()
1826 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.tkip.seq); in iwl_mvm_d3_update_keys()