Home
last modified time | relevance | path

Searched refs:ptk (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h520 uint pmk_len, uint8 *ptk, uint ptk_len);
562 const uint8 *pmk, uint pmk_len, uint8 *ptk, uint ptk_len);
604 uint8 *ptk, uint ptk_len);
H A Dwlioctl.h19887 wpa_ptk_t ptk; /**< pairwise key */ member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dkey.c474 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()
H A Dsta_info.h574 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
H A Dcfg.c394 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_set_tx()
539 key = key_mtx_dereference(local, sta->ptk[key_idx]); in ieee80211_del_key()
587 key = rcu_dereference(sta->ptk[key_idx]); in ieee80211_get_key()
H A Drx.c1945 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()
4277 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
H A Dtx.c604 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
3062 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
4333 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_subif_start_xmit_8023()
H A Dsta_info.c386 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in sta_info_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android_ext.h13 char ptk[64]; member
H A Dwl_android_ext.c2181 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
H A Dwl_cfg80211.c20251 memcpy(&bcol_keyinfo.ptk[0], data->kck, RSN_KCK_LENGTH); in wl_cfg80211_set_rekey_data()
20252 memcpy(&bcol_keyinfo.ptk[RSN_KCK_LENGTH], data->kek, RSN_KEK_LENGTH); in wl_cfg80211_set_rekey_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android_ext.h13 char ptk[64]; member
H A Dbcmwpa.c421 const uint8 *pmk, uint pmk_len, uint8 *ptk, uint ptk_len) in wpa_calc_ft_ptk() argument
443 hmac_sha2_n(hash_type, pmk, pmk_len, pfx, npfx, NULL, 0, ptk, ptk_len); in wpa_calc_ft_ptk()
558 const uint8 *pmk, uint pmk_len, uint8 *ptk, uint ptk_len) in kdf_calc_ptk() argument
567 hmac_sha2_n(HASH_SHA256, pmk, pmk_len, pfx, npfx, NULL, 0, ptk, ptk_len); in kdf_calc_ptk()
626 uint pmk_len, uint8 *ptk, uint ptk_len) in wpa_calc_ptk() argument
644 ret = hmac_sha2_n(hash_type, pmk, pmk_len, pfx, npfx, NULL, 0, ptk, ptk_len); in wpa_calc_ptk()
H A Dwl_android_ext.c2209 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
H A Dwl_cfg80211.c20006 memcpy(&bcol_keyinfo.ptk[0], data->kck, RSN_KCK_LENGTH); in wl_cfg80211_set_rekey_data()
20007 memcpy(&bcol_keyinfo.ptk[RSN_KCK_LENGTH], data->kek, RSN_KEK_LENGTH); in wl_cfg80211_set_rekey_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
H A Dhif.c1130 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument
1153 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
1180 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.h145 char ptk[64]; member
H A Dwl_android_ext.c6055 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
H A Dwl_cfg80211.c21801 memcpy(&bcol_keyinfo.ptk[0], data->kck, RSN_KCK_LENGTH); in wl_cfg80211_set_rekey_data()
21802 memcpy(&bcol_keyinfo.ptk[RSN_KCK_LENGTH], data->kek, RSN_KEK_LENGTH); in wl_cfg80211_set_rekey_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl.h12246 wpa_ptk_t ptk; /**< pairwise key */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h15887 wpa_ptk_t ptk; /**< pairwise key */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwlioctl.h15887 wpa_ptk_t ptk; /**< pairwise key */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwlioctl.h15898 wpa_ptk_t ptk; /**< pairwise key */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h19905 wpa_ptk_t ptk; /**< pairwise key */ member