Searched refs:ptk (Results 1 – 7 of 7) sorted by relevance
526 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace()866 sta->ptk[idx]); in ieee80211_key_link()868 sta->ptk[idx ^ 1]); in ieee80211_key_link()1197 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()
1973 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()1982 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()4614 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
605 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()3179 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()4708 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
490 key = wiphy_dereference(local->hw.wiphy, sta->ptk[key_idx]); in ieee80211_set_tx()646 sta->ptk[key_idx]); in ieee80211_lookup_key()
662 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in __sta_info_alloc()
Completed in 48 milliseconds