Home
last modified time | relevance | path

Searched refs:dpp_pkhash (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h28 u8 *dpp_pkhash; /* SHA256_MAC_LEN octet hash value of DPP Connector member
H A Dctrl_iface_ap.c241 const u8 *dpp_pkhash; in hostapd_ctrl_iface_sta_mib() local
464 dpp_pkhash = ap_sta_wpa_get_dpp_pkhash(hapd, sta); in hostapd_ctrl_iface_sta_mib()
465 if (dpp_pkhash) { in hostapd_ctrl_iface_sta_mib()
469 len += wpa_snprintf_hex(buf + len, buflen - len, dpp_pkhash, in hostapd_ctrl_iface_sta_mib()
H A Dsta_info.c1527 const u8 *dpp_pkhash; in ap_sta_set_authorized_event() local
1552 dpp_pkhash = ap_sta_wpa_get_dpp_pkhash(hapd, sta); in ap_sta_set_authorized_event()
1553 if (dpp_pkhash) { in ap_sta_set_authorized_event()
1561 dpp_pkhash, SHA256_MAC_LEN); in ap_sta_set_authorized_event()
H A Dpmksa_cache_auth.c43 os_free(entry->dpp_pkhash); in _pmksa_cache_free_entry()
H A Dwpa_auth.h488 int session_timeout, int akmp, const u8 *dpp_pkhash);
H A Dwpa_auth.c6145 return sm->pmksa->dpp_pkhash;
6297 int session_timeout, int akmp, const u8 *dpp_pkhash) argument
6311 if (dpp_pkhash)
6312 entry->dpp_pkhash = os_memdup(dpp_pkhash, SHA256_MAC_LEN);