Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.h132 u8 own_mac[ETH_ALEN]; member
463 const u8 *own_mac,
468 const u8 *own_mac,
HDdpp.c6914 Qi = dpp_pkex_derive_Qi(curve, pkex->own_mac, pkex->code, in dpp_pkex_build_exchange_req()
7039 const u8 *own_mac, in dpp_pkex_init() argument
7049 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_init()
7059 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_init()
7254 const u8 *own_mac, in dpp_pkex_rx_exchange_req() argument
7291 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_rx_exchange_req()
7371 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_rx_exchange_req()
7395 Qr = dpp_pkex_derive_Qr(curve, own_mac, code, identifier, bnctx, NULL); in dpp_pkex_rx_exchange_req()
7449 res = dpp_pkex_derive_z(pkex->peer_mac, pkex->own_mac, in dpp_pkex_rx_exchange_req()
7730 addr[0] = pkex->own_mac; in dpp_pkex_rx_exchange_resp()
[all …]