Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/wpa/hostapd/
H A Dconfig_file.c650 ret = hostapd_parse_ip_addr(val, &nserv->addr); in hostapd_config_read_radius_addr()
668 if (hostapd_parse_ip_addr(val, &bss->radius_das_client_addr)) in hostapd_parse_das_client()
2317 if (!val || hostapd_parse_ip_addr(val, &conf->ipaddr)) in hostapd_dpp_controller_parse()
2718 if (hostapd_parse_ip_addr(pos, &bss->own_ip_addr)) { in hostapd_config_fill()
2729 if (hostapd_parse_ip_addr(pos, &bss->radius->client_addr)) { in hostapd_config_fill()
2751 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill()
2785 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill()
4462 if (hostapd_parse_ip_addr(pos, &bss->dhcp_server)) { in hostapd_config_fill()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Deapol_test.c1029 if (hostapd_parse_ip_addr(authsrv, &as->addr) < 0) { in wpa_init_conf()
1042 if (hostapd_parse_ip_addr(cli_addr, in wpa_init_conf()
H A Ddpp_supplicant.c785 res = hostapd_parse_ip_addr(addr, &ipaddr); in wpas_dpp_auth_init()
H A Dconfig.c4672 if (hostapd_parse_ip_addr(pos, &addr) < 0) in wpa_global_config_parse_ipv4()
/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c584 res = hostapd_parse_ip_addr(addr, &ipaddr); in hostapd_dpp_auth_init()