Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.h639 * @ptk_idx: last installed peer key index
712 u8 ptk_idx;
710 u8 ptk_idx; global() member
H A Dkey.c276 sta->ptk_idx = key->conf.keyidx; in _ieee80211_set_tx_key()
302 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()
H A Drx.c2034 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt()
2074 int keyid = rx->sta->ptk_idx; in ieee80211_rx_h_decrypt()
2084 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
2092 rx->key = ptk_idx ? ptk_idx : sta_ptk; in ieee80211_rx_h_decrypt()
4774 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
2013 struct ieee80211_key *ptk_idx = NULL; ieee80211_rx_h_decrypt() local
H A Dmesh_pathtbl.c522 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in mesh_fast_tx_cache()
H A Dtx.c605 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
3228 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
4759 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_build_data_template()
H A Dsta_info.c669 * The Tx path starts to use a key as soon as the key slot ptk_idx in __sta_info_alloc()
671 * prematurely for Tx initialize ptk_idx to an impossible PTK keyid in __sta_info_alloc()
675 sta->ptk_idx = INVALID_PTK_KEYIDX; in __sta_info_alloc()
H A Dcfg.c602 if (sta->ptk_idx == key_idx) in ieee80211_set_tx()
H A Dmlme.c2437 sta->ptk[sta->ptk_idx]); in ieee80211_send_assoc()