Searched refs:hostapd_parse_ip_addr (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | ip_addr.h | 25 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
|
H A D | ip_addr.c | 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr() function
|
H A D | utils_module_tests.c | 577 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 D | config_file.c | 604 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 D | eapol_test.c | 1051 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 D | dpp_supplicant.c | 880 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 D | config.c | 4961 if (hostapd_parse_ip_addr(pos, &addr) < 0) in wpa_global_config_parse_ipv4()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 878 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 D | dpp.c | 405 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()
|