Home
last modified time | relevance | path

Searched refs:ipaddr_buf (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/ap/
Ddpp_hostapd.c3225 struct hostapd_ip_addr ipaddr_buf; in hostapd_dpp_pkex_add() local
3238 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in hostapd_dpp_pkex_add()
3242 ipaddr = &ipaddr_buf; in hostapd_dpp_pkex_add()
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c4675 struct hostapd_ip_addr ipaddr_buf; in wpas_dpp_pkex_add() local
4688 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in wpas_dpp_pkex_add()
4692 ipaddr = &ipaddr_buf; in wpas_dpp_pkex_add()