Searched refs:ip_addr_text (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 895 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()
|
D | wps_upnp_i.h | 129 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,
|
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()
|