Searched refs:ptk_kck (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dwpa.h216 const u8 *ptk_kck, size_t ptk_kck_len,
418 static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, argument
H A Dwpa.c3991 const u8 *ptk_kck, size_t ptk_kck_len,
3994 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) {
3995 os_memcpy(sm->ptk.kck, ptk_kck, ptk_kck_len);
3990 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c422 struct nlattr *ptk_kck,
568 if (ptk_kck) {
569 event.assoc_info.ptk_kck = nla_data(ptk_kck);
570 event.assoc_info.ptk_kck_len = nla_len(ptk_kck);
414 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) argument
H A Ddriver.h5303 * @ptk_kck
5327 * ptk_kck - The derived PTK KCK
5329 const u8 *ptk_kck; member in struct:wpa_event_data::assoc_info
5332 * ptk_kek_len - The length of ptk_kck
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c9321 struct wpabuf *ptk_kck = NULL; local
9386 } else if (os_strcmp(str, "ptk_kck") == 0) {
9387 wpabuf_free(ptk_kck);
9388 ptk_kck = wpabuf_parse_bin(pos);
9389 if (!ptk_kck)
9391 ai->ptk_kck = wpabuf_head(ptk_kck);
9392 ai->ptk_kck_len = wpabuf_len(ptk_kck);
9428 wpabuf_free(ptk_kck);
H A Devents.c4633 wpa_sm_set_ptk_kck_kek(wpa_s->wpa, data->assoc_info.ptk_kck,

Completed in 303 milliseconds