Searched refs:ptk (Results 1 – 10 of 10) sorted by relevance
117 } ptk; member347 struct ieee80211_key_seq *aes_seq = wowlan_status->ptk.aes_seq; in iwl_mld_convert_ptk_resume_seq()348 struct ieee80211_key_seq *tkip_seq = wowlan_status->ptk.tkip_seq; in iwl_mld_convert_ptk_resume_seq()879 wowlan_status->ptk.tkip_seq : in iwl_mld_update_ptk_rx_seq()880 wowlan_status->ptk.aes_seq); in iwl_mld_update_ptk_rx_seq()890 wowlan_status->ptk.aes_seq[tid].ccmp.pn, in iwl_mld_update_ptk_rx_seq()
531 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace()871 sta->ptk[idx]); in ieee80211_key_link()873 sta->ptk[idx ^ 1]); in ieee80211_key_link()1203 key = wiphy_dereference(local->hw.wiphy, sta->ptk[i]); in ieee80211_free_sta_keys()
709 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
522 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in mesh_fast_tx_cache()
2054 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()2063 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()4731 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
608 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()3193 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()4724 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
611 key = wiphy_dereference(local->hw.wiphy, sta->ptk[key_idx]); in ieee80211_set_tx()775 sta->ptk[key_idx]); in ieee80211_lookup_key()
674 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in __sta_info_alloc()
2419 sta->ptk[sta->ptk_idx]); in ieee80211_send_assoc()
156 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,