Home
last modified time | relevance | path

Searched refs:hostapd_ip_addr (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/src/utils/
Dip_addr.h12 struct hostapd_ip_addr { struct
23 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, argument
25 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
26 bool hostapd_ip_equal(const struct hostapd_ip_addr *a,
27 const struct hostapd_ip_addr *b);
Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, in hostapd_ip_txt()
36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
56 bool hostapd_ip_equal(const struct hostapd_ip_addr *a, in hostapd_ip_equal()
57 const struct hostapd_ip_addr *b) in hostapd_ip_equal()
Dutils_module_tests.c572 struct hostapd_ip_addr addr; in ip_addr_tests()
/hostap-latest/src/radius/
Dradius_client.h31 struct hostapd_ip_addr addr;
196 struct hostapd_ip_addr client_addr;
Dradius_das.h48 const struct hostapd_ip_addr *client_addr;
Dradius_das.c23 struct hostapd_ip_addr client_addr;
/hostap-latest/src/common/
Ddpp.h20 struct hostapd_ip_addr;
171 struct hostapd_ip_addr *host;
430 const struct hostapd_ip_addr *ipaddr;
753 const struct hostapd_ip_addr *addr);
775 const struct hostapd_ip_addr *addr, int port,
780 const struct hostapd_ip_addr *addr, int port,
Ddpp_tcp.c62 struct hostapd_ip_addr ipaddr;
402 const struct hostapd_ip_addr *ipaddr, in dpp_ipaddr_to_sockaddr()
1915 const struct hostapd_ip_addr *addr, int port, in dpp_tcp_pkex_init()
2010 const struct hostapd_ip_addr *addr, int port, const char *name, in dpp_tcp_init()
2396 const struct hostapd_ip_addr *addr) in dpp_relay_remove_controller()
Ddpp.c378 struct hostapd_ip_addr addr; in dpp_parse_uri_host()
/hostap-latest/src/ap/
Dap_config.h268 struct hostapd_ip_addr ipaddr;
309 struct hostapd_ip_addr own_ip_addr;
322 struct hostapd_ip_addr radius_das_client_addr;
778 struct hostapd_ip_addr dhcp_server;
Ddpp_hostapd.c375 const struct hostapd_ip_addr *ipaddr, in hostapd_dpp_pkex_init()
842 struct hostapd_ip_addr ipaddr; in hostapd_dpp_auth_init()
3223 struct hostapd_ip_addr *ipaddr = NULL; in hostapd_dpp_pkex_add()
3225 struct hostapd_ip_addr ipaddr_buf; in hostapd_dpp_pkex_add()
3435 struct hostapd_ip_addr addr; in hostapd_dpp_add_controller()
3473 struct hostapd_ip_addr addr; in hostapd_dpp_remove_controller()
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c846 struct hostapd_ip_addr ipaddr; in wpas_dpp_auth_init()
3033 const struct hostapd_ip_addr *ipaddr, in wpas_dpp_pkex_init()
4673 struct hostapd_ip_addr *ipaddr = NULL; in wpas_dpp_pkex_add()
4675 struct hostapd_ip_addr ipaddr_buf; in wpas_dpp_pkex_add()
Dconfig.c4961 struct hostapd_ip_addr addr; in wpa_global_config_parse_ipv4()