Home
last modified time | relevance | path

Searched refs:ptk_idx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/mac80211/
Dsta_info.h545 u8 ptk_idx; member
Dkey.c274 sta->ptk_idx = key->conf.keyidx; in _ieee80211_set_tx_key()
300 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()
Drx.c1904 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt() local
1945 int keyid = rx->sta->ptk_idx; in ieee80211_rx_h_decrypt()
1955 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
1963 rx->key = ptk_idx ? ptk_idx : sta_ptk; in ieee80211_rx_h_decrypt()
4193 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
Dtx.c604 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
3038 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
4299 else if ((key = rcu_dereference(sta->ptk[sta->ptk_idx])) && in ieee80211_subif_start_xmit_8023()
Dsta_info.c387 sta->ptk_idx = INVALID_PTK_KEYIDX; in sta_info_alloc()
Dcfg.c371 if (sta->ptk_idx == key_idx) in ieee80211_set_tx()