Searched refs:ptk (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | d3.c | 1415 } ptk; member 1598 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq); in iwl_mvm_set_aes_ptk_rx_seq() 1616 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq() 1639 status->ptk.tkip.tx_pn = (u64)le16_to_cpu(sc->tkip.tsc.iv16) | in iwl_mvm_convert_key_counters() 1641 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters() 1646 &status->ptk.tkip.seq[i]); in iwl_mvm_convert_key_counters() 1648 &status->ptk.aes.seq[i]); in iwl_mvm_convert_key_counters() 1722 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys() 1726 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys() 1727 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.tkip.seq); in iwl_mvm_d3_update_keys()
|
/linux/net/mac80211/ |
A D | key.c | 474 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace() 819 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 820 alt_key = key_mtx_dereference(sdata->local, sta->ptk[idx ^ 1]); in ieee80211_key_link() 1091 key = key_mtx_dereference(local, sta->ptk[i]); in ieee80211_free_sta_keys()
|
A D | sta_info.h | 583 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
A D | cfg.c | 425 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_set_tx() 571 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key() 619 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
|
A D | rx.c | 1953 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 1963 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 4332 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
|
A D | tx.c | 593 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key() 3069 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit() 4530 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
|
A D | sta_info.c | 386 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in sta_info_alloc()
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
A D | hif.h | 160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
A D | hif.c | 1143 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument 1166 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk() 1193 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
|
Completed in 43 milliseconds