Home
last modified time | relevance | path

Searched refs:mac_addr_e (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c1667 os_memcpy(wps->cred.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred()
1738 os_memcpy(wps->cred.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred()
1763 } else if (wps_cp_lookup_pskfile(reg, wps->mac_addr_e, &pskfile_psk)) { in wps_build_cred()
1823 os_memcpy(stub.mac_addr, wps->mac_addr_e, ETH_ALEN); in wps_build_cred()
2338 wps_pwd_auth_fail_event(wps->wps, 0, 1, wps->mac_addr_e); in wps_process_e_snonce1()
2379 wps_pwd_auth_fail_event(wps->wps, 0, 2, wps->mac_addr_e); in wps_process_e_snonce2()
2408 os_memcpy(wps->mac_addr_e, mac_addr, ETH_ALEN); in wps_process_mac_addr()
2750 wps->mac_addr_e, wps->uuid_e) || in wps_process_m1()
2760 WPS_EI_NO_ERROR, wps->mac_addr_e); in wps_process_m1()
2765 wps->mac_addr_e, wps->uuid_e); in wps_process_m1()
[all …]
Dwps_i.h53 u8 mac_addr_e[ETH_ALEN]; member
Dwps.c49 os_memcpy(data->mac_addr_e, cfg->wps->dev.mac_addr, ETH_ALEN); in wps_init()
Dwps_common.c114 addr[1] = wps->mac_addr_e; in wps_derive_keys()
Dwps_enrollee.c146 wps_build_mac_addr(msg, wps->mac_addr_e) || in wps_build_m1()