Searched refs:mac_addr_e (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 1660 os_memcpy(wps->cred.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred() 1731 os_memcpy(wps->cred.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred() 1756 } else if (wps_cp_lookup_pskfile(reg, wps->mac_addr_e, &pskfile_psk)) { in wps_build_cred() 1812 os_memcpy(dummy.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred() 2325 wps_pwd_auth_fail_event(wps->wps, 0, 1, wps->mac_addr_e); in wps_process_e_snonce1() 2366 wps_pwd_auth_fail_event(wps->wps, 0, 2, wps->mac_addr_e); in wps_process_e_snonce2() 2395 os_memcpy(wps->mac_addr_e, mac_addr, ETH_ALEN); in wps_process_mac_addr() 2747 wps->mac_addr_e, wps->uuid_e) || in wps_process_m1() 2757 WPS_EI_NO_ERROR, wps->mac_addr_e); in wps_process_m1() 2762 wps->mac_addr_e, wps->uuid_e); in wps_process_m1() [all …]
|
D | wps_i.h | 52 u8 mac_addr_e[ETH_ALEN]; member
|
D | wps.c | 49 os_memcpy(data->mac_addr_e, cfg->wps->dev.mac_addr, ETH_ALEN); in wps_init()
|
D | wps_common.c | 108 addr[1] = wps->mac_addr_e; in wps_derive_keys()
|
D | wps_enrollee.c | 144 wps_build_mac_addr(msg, wps->mac_addr_e) || in wps_build_m1()
|