Home
last modified time | relevance | path

Searched refs:ip_addr_text (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp.c895 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, in get_netif_info() argument
903 *ip_addr_text = os_zalloc(16); in get_netif_info()
904 if (*ip_addr_text == NULL) in get_netif_info()
920 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr)); in get_netif_info()
945 os_free(*ip_addr_text); in get_netif_info()
946 *ip_addr_text = NULL; in get_netif_info()
993 os_free(sm->ip_addr_text); in upnp_wps_device_stop()
994 sm->ip_addr_text = NULL; in upnp_wps_device_stop()
1027 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text, in upnp_wps_device_start()
H A Dwps_upnp_i.h129 char *ip_addr_text; /* IP address of network i.f. we use */ member
160 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
H A Dwps_er.h81 char *ip_addr_text; /* IP address of network i.f. we use */ member
H A Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe()
1300 if (get_netif_info(er->ifname, &er->ip_addr, &er->ip_addr_text, in wps_er_init()
1324 er->ifname, er->ip_addr_text); in wps_er_init()
1365 os_free(er->ip_addr_text); in wps_er_deinit_finish()
H A Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port, in next_advertisement()