| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwpa.h | 520 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 D | wlioctl.h | 19887 wpa_ptk_t ptk; /**< pairwise key */ member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A 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()
|
| H A D | sta_info.h | 574 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS]; member
|
| H A D | cfg.c | 394 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 D | rx.c | 1945 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 D | tx.c | 604 (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 D | sta_info.c | 386 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in sta_info_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android_ext.h | 13 char ptk[64]; member
|
| H A D | wl_android_ext.c | 2181 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 20251 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 D | wl_android_ext.h | 13 char ptk[64]; member
|
| H A D | bcmwpa.c | 421 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 D | wl_android_ext.c | 2209 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 20006 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 D | hif.h | 160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
| H A D | hif.c | 1130 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 D | wl_android.h | 145 char ptk[64]; member
|
| H A D | wl_android_ext.c | 6055 memcpy(&bcol_keyinfo.ptk, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 21801 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 D | wlioctl.h | 12246 wpa_ptk_t ptk; /**< pairwise key */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 15887 wpa_ptk_t ptk; /**< pairwise key */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 15887 wpa_ptk_t ptk; /**< pairwise key */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 15898 wpa_ptk_t ptk; /**< pairwise key */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 19905 wpa_ptk_t ptk; /**< pairwise key */ member
|