Searched refs:kck_len (Results 1 – 25 of 32) sorted by relevance
12
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/ |
H A D | wlan_pmo_tgt_gtk.c | 66 gtk_req->kck_len); in pmo_tgt_send_gtk_offload_req() 67 op_gtk_req->kck_len = gtk_req->kck_len; in pmo_tgt_send_gtk_offload_req()
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | wpa_common.c |
|
H A D | wpa_common.h |
|
H A D | common_module_tests.c |
|
H A D | sae.h |
|
H A D | sae.c |
|
/wlan-driver/wpa_supplicant_8/src/rsn_supp/ |
H A D | wpa_ft.c |
|
H A D | pmksa_cache.h |
|
H A D | pmksa_cache.c |
|
H A D | wpa_i.h |
|
H A D | wpa.h |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | pmksa_cache_auth.h |
|
H A D | pmksa_cache_auth.c |
|
H A D | wpa_auth_ft.c |
|
H A D | ieee802_11_eht.c |
|
/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() 615 roaming_info->kck_len > MAX_KCK_LEN || in osif_send_roam_auth_event() 618 roaming_info->kck_len, roaming_info->kck) || in osif_send_roam_auth_event() 646 roaming_info->kck_len, in osif_send_roam_auth_event()
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/ |
H A D | wlan_pmo_gtk_public_struct.h | 54 uint8_t kck_len; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cm_connect.c | 2026 uint8_t kck_len = 0; in hdd_cm_save_gtk() local 2047 kck_len = rsp->roaming_info->kck_len; in hdd_cm_save_gtk() 2056 wlan_hdd_save_gtk_offload_params(link_info->adapter, kck, kck_len, in hdd_cm_save_gtk() 2068 uint8_t kck_len = 0; in hdd_cm_save_gtk() local 2088 kck_len = rsp->roaming_info.kck_len; in hdd_cm_save_gtk() 2093 wlan_hdd_save_gtk_offload_params(link_info->adapter, kck, kck_len, in hdd_cm_save_gtk()
|
H A D | wlan_hdd_cfg80211.h | 747 uint8_t *kck_ptr, uint8_t kck_len, 752 uint8_t *kck_ptr, uint8_t kck_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 | 870 if (params->kck_len > 16) in send_gtk_offload_cmd_tlv() 874 roundup(params->kck_len, sizeof(uint32_t)); in send_gtk_offload_cmd_tlv() 915 if (params->kck_len > 16) { in send_gtk_offload_cmd_tlv() 924 roundup(params->kck_len, sizeof(uint32_t))); in send_gtk_offload_cmd_tlv() 927 qdf_mem_copy(buf_ptr, params->kck, params->kck_len); in send_gtk_offload_cmd_tlv() 928 buf_ptr += roundup(params->kck_len, sizeof(uint32_t)); in send_gtk_offload_cmd_tlv()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_roam_fw_sync.c | 697 roaming_info->kck_len = roam_synch_data->kck_len; in cm_fill_roam_info() 698 if (roaming_info->kck_len) in cm_fill_roam_info() 700 roam_synch_data->kck_len); in cm_fill_roam_info()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_public_struct.h | 505 uint8_t kck_len; member
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
H A D | wmi_unified_roam_tlv.c | 2354 uint8_t kck_len; in wmi_fill_roam_sync_buffer() local 2431 roam_sync_ind->kck_len = KCK_KEY_LEN; in wmi_fill_roam_sync_buffer() 2444 kck_len = key_ext->kck_len ? in wmi_fill_roam_sync_buffer() 2445 key_ext->kck_len : KCK_192BIT_KEY_LEN; in wmi_fill_roam_sync_buffer() 2449 roam_sync_ind->kck_len = kck_len; in wmi_fill_roam_sync_buffer() 2451 key_ext->key_buffer, kck_len); in wmi_fill_roam_sync_buffer() 2455 (key_ext->key_buffer + kck_len), in wmi_fill_roam_sync_buffer() 2459 (key_ext->key_buffer + kek_len + kck_len), in wmi_fill_roam_sync_buffer() 2465 roam_sync_ind->kck_len); in wmi_fill_roam_sync_buffer()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | driver_i.h |
|
H A D | wpas_glue.c |
|
12