Home
last modified time | relevance | path

Searched refs:hostapd_parse_ip_addr (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dip_addr.h25 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
H A Dip_addr.c36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr() function
H A Dutils_module_tests.c577 if (hostapd_parse_ip_addr("1.2.3.4", &addr) != 0 || in ip_addr_tests()
585 if (hostapd_parse_ip_addr("::", &addr) != 0 || in ip_addr_tests()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c604 ret = hostapd_parse_ip_addr(val, &nserv->addr); in hostapd_config_read_radius_addr()
622 if (hostapd_parse_ip_addr(val, &bss->radius_das_client_addr)) in hostapd_parse_das_client()
2386 if (!val || hostapd_parse_ip_addr(val, &conf->ipaddr)) in hostapd_dpp_controller_parse()
2838 if (hostapd_parse_ip_addr(pos, &bss->own_ip_addr)) { in hostapd_config_fill()
2849 if (hostapd_parse_ip_addr(pos, &bss->radius->client_addr)) { in hostapd_config_fill()
2871 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill()
2936 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill()
4721 if (hostapd_parse_ip_addr(pos, &bss->dhcp_server)) { in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c1051 if (hostapd_parse_ip_addr(authsrv, &as->addr) < 0) { in wpa_init_conf()
1073 if (hostapd_parse_ip_addr(cli_addr, in wpa_init_conf()
H A Ddpp_supplicant.c880 res = hostapd_parse_ip_addr(addr, &ipaddr); in wpas_dpp_auth_init()
4683 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in wpas_dpp_pkex_add()
H A Dconfig.c4961 if (hostapd_parse_ip_addr(pos, &addr) < 0) in wpa_global_config_parse_ipv4()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c878 res = hostapd_parse_ip_addr(addr, &ipaddr); in hostapd_dpp_auth_init()
3238 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in hostapd_dpp_pkex_add()
3449 if (hostapd_parse_ip_addr(tmp, &addr) < 0 || in hostapd_dpp_add_controller()
3477 if (hostapd_parse_ip_addr(cmd, &addr) < 0) in hostapd_dpp_remove_controller()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c405 if (hostapd_parse_ip_addr(pos, &addr) < 0) { in dpp_parse_uri_host()
413 if (hostapd_parse_ip_addr(pos, &addr) < 0) { in dpp_parse_uri_host()