Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c399 (wps_get_type() == WPS_TYPE_PIN && wps_is_addr_authorized(buf, sm->ownaddr, 1))) { in wps_parse_scan_result()
1223 sm->ownaddr[0], sm->ownaddr[1], sm->ownaddr[2], in wps_dev_init()
1224 sm->ownaddr[3], sm->ownaddr[4], sm->ownaddr[5]); in wps_dev_init()
1226 uuid_gen_mac_addr(sm->ownaddr, sm->uuid); in wps_dev_init()
1227 os_memcpy(dev->mac_addr, sm->ownaddr, ETH_ALEN); in wps_dev_init()
1434 esp_wifi_get_macaddr_internal(WIFI_IF_STA, sm->ownaddr); in wifi_station_wps_init()
1435 os_memcpy(gWpaSm.own_addr, sm->ownaddr, ETH_ALEN); in wifi_station_wps_init()
Desp_wps_i.h69 u8 ownaddr[ETH_ALEN]; member
Desp_hostpad_wps.c59 os_memcpy(sm->ownaddr, mac, ETH_ALEN); in wifi_ap_wps_init()
Desp_eap_client.c702 esp_wifi_get_macaddr_internal(WIFI_IF_STA, sm->ownaddr); in eap_peer_sm_init()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_i.h296 u8 ownaddr[ETH_ALEN]; member