HomeSort by relevance Sort by last modified time
    Searched refs:ip_addr_text (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 130 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
162 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
wps_er.h 80 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:wps_er
wps_upnp.c 894 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
898 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
906 *ip_addr_text = os_zalloc(16);
907 if (*ip_addr_text == NULL)
923 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
948 os_free(*ip_addr_text);
949 *ip_addr_text = NULL;
995 os_free(sm->ip_addr_text);
996 sm->ip_addr_text = NULL;
1030 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
    [all...]
wps_er.c 464 ap->er->ip_addr_text, ap->er->http_port,
    [all...]
wps_upnp_ssdp.c 168 sm->ip_addr_text, sm->web_port,

Completed in 487 milliseconds