Searched refs:ptk (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1475 } ptk; member 1673 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq); in iwl_mvm_set_aes_ptk_rx_seq() 1691 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq() 1718 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters() 1723 &status->ptk.tkip.seq[i]); in iwl_mvm_convert_key_counters() 1725 &status->ptk.aes.seq[i]); in iwl_mvm_convert_key_counters() 1771 &status->ptk.tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5() 1773 &status->ptk.aes.seq[tid]); in iwl_mvm_convert_key_counters_v5() 1950 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys() 1957 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 110 } ptk; member 386 struct ieee80211_key_seq *aes_seq = wowlan_status->ptk.aes_seq; in iwl_mld_convert_ptk_resume_seq() 387 struct ieee80211_key_seq *tkip_seq = wowlan_status->ptk.tkip_seq; in iwl_mld_convert_ptk_resume_seq() 768 wowlan_status->ptk.tkip_seq : in iwl_mld_update_ptk_rx_seq() 769 wowlan_status->ptk.aes_seq); in iwl_mld_update_ptk_rx_seq() 779 wowlan_status->ptk.aes_seq[tid].ccmp.pn, in iwl_mld_update_ptk_rx_seq()
|
| /linux-6.15/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.h | 156 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
| H A D | hif.c | 1109 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument 1132 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk() 1159 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
|
| /linux-6.15/net/mac80211/ |
| H A D | key.c | 525 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace() 865 sta->ptk[idx]); in ieee80211_key_link() 867 sta->ptk[idx ^ 1]); in ieee80211_key_link() 1196 key = wiphy_dereference(local->hw.wiphy, sta->ptk[i]); in ieee80211_free_sta_keys()
|
| H A D | sta_info.h | 665 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
| H A D | mesh_pathtbl.c | 522 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in mesh_fast_tx_cache()
|
| H A D | rx.c | 1963 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 1972 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 4623 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
|
| H A D | tx.c | 615 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key() 3189 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit() 4714 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
|
| H A D | cfg.c | 477 key = wiphy_dereference(local->hw.wiphy, sta->ptk[key_idx]); in ieee80211_set_tx() 633 sta->ptk[key_idx]); in ieee80211_lookup_key()
|
| H A D | sta_info.c | 615 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in __sta_info_alloc()
|