Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c43 Qi = dpp_pkex_derive_Qi(curve, v2 ? NULL : pkex->own_mac, pkex->code, in dpp_pkex_build_exchange_req()
174 const u8 *own_mac, in dpp_pkex_init() argument
184 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_init()
195 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_init()
343 const u8 *own_mac, in dpp_pkex_rx_exchange_req() argument
396 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_rx_exchange_req()
474 if (own_mac) in dpp_pkex_rx_exchange_req()
475 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_rx_exchange_req()
502 Qr = dpp_pkex_derive_Qr(curve, v2 ? NULL : own_mac, code, code_len, in dpp_pkex_rx_exchange_req()
553 pkex->v2 ? NULL : pkex->own_mac, in dpp_pkex_rx_exchange_req()
[all …]
H A Ddpp.h210 u8 own_mac[ETH_ALEN]; member
676 const u8 *own_mac,
681 const u8 *own_mac,