Home
last modified time | relevance | path

Searched refs:peer_macaddr (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c121 os_memcpy(hapd->wps_stats.peer_addr, data->peer_macaddr, ETH_ALEN); in hostapd_pwd_auth_fail()
123 os_memcpy(evt.peer_macaddr, data->peer_macaddr, ETH_ALEN); in hostapd_pwd_auth_fail()
180 os_memcpy(evt.peer_macaddr, success->peer_macaddr, ETH_ALEN); in hostapd_wps_event_success()
194 os_memcpy(evt.peer_macaddr, fail->peer_macaddr, ETH_ALEN); in hostapd_wps_event_fail()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h561 u8 peer_macaddr[ETH_ALEN]; member
565 u8 peer_macaddr[ETH_ALEN]; member
571 u8 peer_macaddr[ETH_ALEN]; member
Dwps_common.c290 os_memcpy(data.fail.peer_macaddr, mac_addr, ETH_ALEN); in wps_fail_event()
303 os_memcpy(data.success.peer_macaddr, mac_addr, ETH_ALEN); in wps_success_event()
319 os_memcpy(data.pwd_auth_fail.peer_macaddr, mac_addr, ETH_ALEN); in wps_pwd_auth_fail_event()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h1086 uint8_t peer_macaddr[6]; /**< Enrollee mac address */ member
1091 uint8_t peer_macaddr[6]; /**< Enrollee mac address */ member