Searched refs:ptk_idx (Results 1 - 7 of 7) sorted by last modified time

/linux-master/net/mac80211/
H A Dtx.c615 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx])))
3189 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]);
4712 key = rcu_dereference(sta->ptk[sta->ptk_idx]);
H A Dsta_info.h586 * @ptk_idx: last installed peer key index
659 u8 ptk_idx; member in struct:sta_info
H A Drx.c1915 struct ieee80211_key *ptk_idx = NULL; local
1955 int keyid = rx->sta->ptk_idx;
1965 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]);
1973 rx->key = ptk_idx ? ptk_idx : sta_ptk;
4666 key = rcu_dereference(sta->ptk[sta->ptk_idx]);
H A Dcfg.c452 if (sta->ptk_idx == key_idx)
H A Dmesh_pathtbl.c522 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]);
H A Dsta_info.c592 * The Tx path starts to use a key as soon as the key slot ptk_idx
594 * prematurely for Tx initialize ptk_idx to an impossible PTK keyid
598 sta->ptk_idx = INVALID_PTK_KEYIDX;
H A Dkey.c276 sta->ptk_idx = key->conf.keyidx;
302 if (sta->ptk_idx != INVALID_PTK_KEYIDX &&

Completed in 363 milliseconds