Searched refs:hostapd_parse_ip_addr (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/src/utils/ |
D | ip_addr.h | 25 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
|
D | ip_addr.c | 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr() function
|
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()
|
/hostap-latest/radius_example/ |
D | radius_example.c | 118 if (hostapd_parse_ip_addr("127.0.0.1", &srv->addr) < 0) { in main()
|
/hostap-latest/hostapd/ |
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() 2863 if (hostapd_parse_ip_addr(pos, &bss->own_ip_addr)) { in hostapd_config_fill() 2874 if (hostapd_parse_ip_addr(pos, &bss->radius->client_addr)) { in hostapd_config_fill() 2896 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill() 2961 if (hostapd_parse_ip_addr(pos, in hostapd_config_fill() 4796 if (hostapd_parse_ip_addr(pos, &bss->dhcp_server)) { in hostapd_config_fill()
|
/hostap-latest/wpa_supplicant/ |
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()
|
D | dpp_supplicant.c | 885 res = hostapd_parse_ip_addr(addr, &ipaddr); in wpas_dpp_auth_init() 4688 res = hostapd_parse_ip_addr(addr, &ipaddr_buf); in wpas_dpp_pkex_add()
|
D | config.c | 4963 if (hostapd_parse_ip_addr(pos, &addr) < 0) in wpa_global_config_parse_ipv4()
|
/hostap-latest/src/ap/ |
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()
|
/hostap-latest/src/common/ |
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()
|