Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp.c918 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()
Dwps_upnp_i.h129 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,
Dwps_er.h81 char *ip_addr_text; /* IP address of network i.f. we use */ member
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()
Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port, in next_advertisement()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
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()
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,
Dwps_er.h81 char *ip_addr_text; /* IP address of network i.f. we use */ member
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()
Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port, in next_advertisement()