Lines Matching defs:ipaddr
841 struct hostapd_ip_addr ipaddr;
875 os_memcpy(&ipaddr, peer_bi->host, sizeof(ipaddr));
880 res = hostapd_parse_ip_addr(addr, &ipaddr);
970 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port,
3028 const struct hostapd_ip_addr *ipaddr,
3047 if (ipaddr) {
3049 return dpp_tcp_pkex_init(wpa_s->dpp, pkex, ipaddr, tcp_port,
4668 struct hostapd_ip_addr *ipaddr = NULL;
4687 ipaddr = &ipaddr_buf;
4749 if (wpas_dpp_pkex_init(wpa_s, ver, ipaddr, tcp_port) < 0)