Searched refs:ip_addr_text (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 918 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, in get_netif_info() argument 926 *ip_addr_text = os_zalloc(16); in get_netif_info() 927 if (*ip_addr_text == NULL) in get_netif_info() 943 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr)); in get_netif_info() 981 os_free(*ip_addr_text); in get_netif_info() 982 *ip_addr_text = NULL; in get_netif_info() 1029 os_free(sm->ip_addr_text); in upnp_wps_device_stop() 1030 sm->ip_addr_text = NULL; in upnp_wps_device_stop() 1063 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text, in upnp_wps_device_start() 1071 sm->ip_addr_text, inet_ntoa(sm->netmask), in upnp_wps_device_start()
|
D | wps_upnp_i.h | 129 char *ip_addr_text; /* IP address of network i.f. we use */ member 161 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
|
D | wps_er.h | 81 char *ip_addr_text; /* IP address of network i.f. we use */ member
|
D | wps_er.c | 461 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()
|
D | wps_upnp_ssdp.c | 167 sm->ip_addr_text, sm->web_port, in next_advertisement()
|