Searched refs:ip_addr_text (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h129 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
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 in struct:wps_er
H A Dwps_upnp.c891 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
895 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
903 *ip_addr_text = os_zalloc(16);
904 if (*ip_addr_text == NULL)
920 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
945 os_free(*ip_addr_text);
946 *ip_addr_text = NULL;
993 os_free(sm->ip_addr_text);
994 sm->ip_addr_text = NULL;
1027 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
[all...]
H A Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port,
1300 if (get_netif_info(er->ifname, &er->ip_addr, &er->ip_addr_text,
1324 er->ifname, er->ip_addr_text);
1365 os_free(er->ip_addr_text);
H A Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port,
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h129 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
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 in struct:wps_er
H A Dwps_upnp.c891 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
895 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
903 *ip_addr_text = os_zalloc(16);
904 if (*ip_addr_text == NULL)
920 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
945 os_free(*ip_addr_text);
946 *ip_addr_text = NULL;
993 os_free(sm->ip_addr_text);
994 sm->ip_addr_text = NULL;
1027 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
[all...]
H A Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port,
1300 if (get_netif_info(er->ifname, &er->ip_addr, &er->ip_addr_text,
1324 er->ifname, er->ip_addr_text);
1365 os_free(er->ip_addr_text);
H A Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h129 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
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 in struct:wps_er
H A Dwps_upnp.c891 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
895 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
903 *ip_addr_text = os_zalloc(16);
904 if (*ip_addr_text == NULL)
920 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
945 os_free(*ip_addr_text);
946 *ip_addr_text = NULL;
993 os_free(sm->ip_addr_text);
994 sm->ip_addr_text = NULL;
1027 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
[all...]
H A Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port,
1300 if (get_netif_info(er->ifname, &er->ip_addr, &er->ip_addr_text,
1324 er->ifname, er->ip_addr_text);
1365 os_free(er->ip_addr_text);
H A Dwps_upnp_ssdp.c167 sm->ip_addr_text, sm->web_port,

Completed in 204 milliseconds