Home
last modified time | relevance | path

Searched refs:mac_resp (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_i.h120 const u8 *mac_resp, const char *code,
123 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp,
Ddpp_crypto.c2114 const u8 *mac_resp, const char *code, in dpp_pkex_derive_Qr() argument
2132 wpa_printf(MSG_DEBUG, "DPP: MAC-Responder: " MACSTR, MAC2STR(mac_resp)); in dpp_pkex_derive_Qr()
2133 addr[num_elem] = mac_resp; in dpp_pkex_derive_Qr()
2196 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument
2224 os_memcpy(pos, mac_resp, ETH_ALEN); in dpp_pkex_derive_z()