Searched refs:ptk_idx (Results 1 – 6 of 6) sorted by relevance
272 sta->ptk_idx = key->conf.keyidx; in ieee80211_set_tx_key()293 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()445 sta->ptk_idx = idx; in ieee80211_key_replace()
531 u8 ptk_idx; member
1882 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt() local1919 int keyid = rx->sta->ptk_idx; in ieee80211_rx_h_decrypt()1929 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()1937 rx->key = ptk_idx ? ptk_idx : sta_ptk; in ieee80211_rx_h_decrypt()4057 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
354 sta->ptk_idx = INVALID_PTK_KEYIDX; in sta_info_alloc()
596 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()3001 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
372 if (sta->ptk_idx == key_idx) in ieee80211_set_tx()