Searched refs:own_mac (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_pkex.c | 44 Qi = dpp_pkex_derive_Qi(curve, v2 ? NULL : pkex->own_mac, pkex->code, in dpp_pkex_build_exchange_req() 172 const u8 *own_mac, in dpp_pkex_init() argument 182 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_init() 193 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_init() 340 const u8 *own_mac, in dpp_pkex_rx_exchange_req() argument 394 own_mac = dpp_pkex_own_mac_override; in dpp_pkex_rx_exchange_req() 472 os_memcpy(pkex->own_mac, own_mac, ETH_ALEN); in dpp_pkex_rx_exchange_req() 497 Qr = dpp_pkex_derive_Qr(curve, v2 ? NULL : own_mac, code, identifier, in dpp_pkex_rx_exchange_req() 548 pkex->v2 ? NULL : pkex->own_mac, in dpp_pkex_rx_exchange_req() 838 addr[num_elem] = pkex->own_mac; in dpp_pkex_rx_exchange_resp() [all …]
|
D | dpp.h | 181 u8 own_mac[ETH_ALEN]; member 606 const u8 *own_mac, 611 const u8 *own_mac,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 132 u8 own_mac[ETH_ALEN]; member 463 const u8 *own_mac, 468 const u8 *own_mac,
|
D | dpp.c | 6914 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 …]
|