Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A 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()
/src/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c4670 struct hostapd_ip_addr ipaddr_buf; in wpas_dpp_pkex_add() local
4683 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in wpas_dpp_pkex_add()
4687 ipaddr = &ipaddr_buf; in wpas_dpp_pkex_add()