Searched refs:ptk (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/net/mac80211/ |
D | key.c | 474 rcu_assign_pointer(sta->ptk[idx], new); in ieee80211_key_replace() 819 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 820 alt_key = key_mtx_dereference(sdata->local, sta->ptk[idx ^ 1]); in ieee80211_key_link() 1091 key = key_mtx_dereference(local, sta->ptk[i]); in ieee80211_free_sta_keys()
|
D | sta_info.h | 581 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
D | cfg.c | 394 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_set_tx() 540 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key() 588 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
|
D | rx.c | 1953 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 1962 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt() 4340 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
|
D | tx.c | 592 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key() 3075 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit() 4533 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.15/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()
|