Searched refs:hostapd_ip_addr (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/utils/ |
D | ip_addr.h | 12 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);
|
D | ip_addr.c | 14 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()
|
D | utils_module_tests.c | 572 struct hostapd_ip_addr addr; in ip_addr_tests()
|
/hostap-latest/src/radius/ |
D | radius_client.h | 31 struct hostapd_ip_addr addr; 196 struct hostapd_ip_addr client_addr;
|
D | radius_das.h | 48 const struct hostapd_ip_addr *client_addr;
|
D | radius_das.c | 23 struct hostapd_ip_addr client_addr;
|
/hostap-latest/src/common/ |
D | dpp.h | 20 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,
|
D | dpp_tcp.c | 62 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()
|
D | dpp.c | 378 struct hostapd_ip_addr addr; in dpp_parse_uri_host()
|
/hostap-latest/src/ap/ |
D | ap_config.h | 268 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;
|
D | dpp_hostapd.c | 375 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/ |
D | dpp_supplicant.c | 846 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()
|
D | config.c | 4961 struct hostapd_ip_addr addr; in wpa_global_config_parse_ipv4()
|