Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dsta_info.h664 u8 ptk_idx; member
H A Dkey.c282 sta->ptk_idx = key->conf.keyidx; in _ieee80211_set_tx_key()
308 if (sta->ptk_idx != INVALID_PTK_KEYIDX && in ieee80211_pairwise_rekey()
H A Drx.c1888 struct ieee80211_key *ptk_idx = NULL; in ieee80211_rx_h_decrypt() local
1928 int keyid = rx->sta->ptk_idx; in ieee80211_rx_h_decrypt()
1938 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
1946 rx->key = ptk_idx ? ptk_idx : sta_ptk; in ieee80211_rx_h_decrypt()
4607 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
H A Dmesh_pathtbl.c517 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in mesh_fast_tx_cache()
H A Dtx.c622 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
3172 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
4692 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
H A Dsta_info.c594 sta->ptk_idx = INVALID_PTK_KEYIDX; in __sta_info_alloc()
H A Dcfg.c452 if (sta->ptk_idx == key_idx) in ieee80211_set_tx()