/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 544 uint8_t kek_len; in lim_get_keys() local 554 kek_len = lim_get_kek_len(fils_info->akm); in lim_get_keys() 571 key_data_len = ick_len + kek_len + tk_len + fils_ft_len; in lim_get_keys() 601 qdf_mem_copy(fils_info->kek, buf, kek_len); in lim_get_keys() 602 fils_info->kek_len = kek_len; in lim_get_keys() 603 buf += kek_len; in lim_get_keys() 1654 !fils_info->fils_pmk || !fils_info->kek_len) { in populate_fils_connect_params() 1656 fils_info->fils_pmk_len, fils_info->kek_len, in populate_fils_connect_params() 1682 fils_ie->kek_len = fils_info->kek_len; in populate_fils_connect_params() 1683 qdf_mem_copy(fils_ie->kek, fils_info->kek, fils_info->kek_len); in populate_fils_connect_params() [all …]
|
/wlan-driver/wpa_supplicant_8/src/rsn_supp/ |
H A D | wpa_ft.c |
|
H A D | wpa.c |
|
H A D | wpa.h |
|
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | aes-wrap.c |
|
H A D | aes-unwrap.c |
|
H A D | aes_wrap.h |
|
H A D | crypto_wolfssl.c |
|
H A D | crypto_linux.c |
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | sae_pk.c |
|
H A D | wpa_common.c |
|
H A D | sae.h |
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/ |
H A D | osif_cm_roam_rsp.c | 549 roaming_info->kck_len + roaming_info->kek_len + in osif_send_roam_auth_event() 560 roaming_info->kck_len + roaming_info->kek_len + in osif_send_roam_auth_event() 614 if (roaming_info->kek_len > MAX_KEK_LENGTH || in osif_send_roam_auth_event() 621 roaming_info->kek_len, roaming_info->kek)) { in osif_send_roam_auth_event() 623 roaming_info->kek_len); in osif_send_roam_auth_event() 647 roaming_info->kek_len); in osif_send_roam_auth_event()
|
H A D | osif_cm_connect_rsp.c | 338 rsp_params->fils_kek_len = connect_ies->fils_ie->kek_len; in osif_populate_fils_params() 374 rsp_params->fils.kek_len = connect_ies->fils_ie->kek_len; in osif_populate_fils_params()
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/ |
H A D | wlan_pmo_tgt_gtk.c | 70 op_gtk_req->kek_len = gtk_req->kek_len; in pmo_tgt_send_gtk_offload_req()
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/ |
H A D | wlan_pmo_gtk_public_struct.h | 56 uint32_t kek_len; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_public_struct.h | 446 uint8_t kek_len; member 507 uint8_t kek_len; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cm_connect.c | 2024 uint32_t kek_len; in hdd_cm_save_gtk() local 2045 kek_len = rsp->roaming_info->kek_len; in hdd_cm_save_gtk() 2051 kek_len = rsp->connect_ies.fils_ie->kek_len; in hdd_cm_save_gtk() 2057 kek, kek_len, replay_ctr, true); in hdd_cm_save_gtk() 2066 uint32_t kek_len; in hdd_cm_save_gtk() local 2086 kek_len = rsp->roaming_info.kek_len; in hdd_cm_save_gtk() 2094 kek, kek_len, replay_ctr, true); in hdd_cm_save_gtk()
|
H A D | wlan_hdd_cfg80211.h | 748 uint8_t *kek_ptr, uint32_t kek_len, 753 uint8_t *kek_ptr, uint32_t kek_len, in wlan_hdd_save_gtk_offload_params() argument
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_pmo_tlv.c | 762 ext_param->kek_len = params->kek_len; in fill_fils_tlv_params() 763 qdf_mem_copy(ext_param->KEK, params->kek, params->kek_len); in fill_fils_tlv_params() 872 roundup(params->kek_len, sizeof(uint32_t)) + in send_gtk_offload_cmd_tlv() 917 roundup(params->kek_len, sizeof(uint32_t))); in send_gtk_offload_cmd_tlv() 920 qdf_mem_copy(buf_ptr, params->kek, params->kek_len); in send_gtk_offload_cmd_tlv() 921 buf_ptr += roundup(params->kek_len, sizeof(uint32_t)); in send_gtk_offload_cmd_tlv() 932 vdev_id, cmd->flags, params->kek_len); in send_gtk_offload_cmd_tlv()
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_ft.c |
|
H A D | wpa_auth.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_fils_defs.h | 356 uint8_t kek_len; member
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
H A D | wmi_unified_roam_tlv.c | 2355 uint8_t kek_len; in wmi_fill_roam_sync_buffer() local 2434 roam_sync_ind->kek_len = KEK_KEY_LEN; in wmi_fill_roam_sync_buffer() 2446 kek_len = key_ext->kek_len ? in wmi_fill_roam_sync_buffer() 2447 key_ext->kek_len : KEK_256BIT_KEY_LEN; in wmi_fill_roam_sync_buffer() 2453 roam_sync_ind->kek_len = kek_len; in wmi_fill_roam_sync_buffer() 2456 kek_len); in wmi_fill_roam_sync_buffer() 2459 (key_ext->key_buffer + kek_len + kck_len), in wmi_fill_roam_sync_buffer() 2464 roam_sync_ind->kek_len, in wmi_fill_roam_sync_buffer() 2479 if ((fils_info->kek_len > MAX_KEK_LENGTH) || in wmi_fill_roam_sync_buffer() 2482 fils_info->kek_len, in wmi_fill_roam_sync_buffer() [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_roam_fw_sync.c | 701 roaming_info->kek_len = roam_synch_data->kek_len; in cm_fill_roam_info() 702 if (roaming_info->kek_len) in cm_fill_roam_info() 704 roam_synch_data->kek_len); in cm_fill_roam_info()
|