Searched refs:ptk (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/net/mac80211/ |
| D | key.c | 474 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace() 818 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 819 alt_key = key_mtx_dereference(sdata->local, sta->ptk[idx ^ 1]); in ieee80211_key_link() 1084 key = key_mtx_dereference(local, sta->ptk[i]); in ieee80211_free_sta_keys()
|
| D | sta_info.h | 544 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
| D | cfg.c | 375 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_set_tx() 520 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key() 568 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
|
| D | rx.c | 1946 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 1955 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 4193 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
|
| D | tx.c | 604 (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()
|
| D | sta_info.c | 386 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in sta_info_alloc()
|
| /Linux-v5.10/drivers/net/wireless/microchip/wilc1000/ |
| D | hif.h | 160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
| D | hif.c | 1119 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument 1142 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk() 1169 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
|