Searched refs:ptk_kck_len (Results 1 – 6 of 6) sorted by relevance
259 const u8 *ptk_kck, size_t ptk_kck_len,464 size_t ptk_kck_len, in wpa_sm_set_ptk_kck_kek() argument
5362 const u8 *ptk_kck, size_t ptk_kck_len, in wpa_sm_set_ptk_kck_kek() argument5365 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) { in wpa_sm_set_ptk_kck_kek()5366 os_memcpy(sm->ptk.kck, ptk_kck, ptk_kck_len); in wpa_sm_set_ptk_kck_kek()5367 sm->ptk.kck_len = ptk_kck_len; in wpa_sm_set_ptk_kck_kek()
6050 size_t ptk_kck_len; member
1064 event.assoc_info.ptk_kck_len = nla_len(ptk_kck); in mlme_event_connect()
5603 data->assoc_info.ptk_kck_len, in wpa_supplicant_event_assoc_auth()
9808 ai->ptk_kck_len = wpabuf_len(ptk_kck); in wpas_ctrl_iface_driver_event_assoc()