HomeSort by relevance Sort by last modified time
    Searched refs:ip_addr_text (Results 1 - 8 of 8) 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 892 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
896 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
904 *ip_addr_text = os_zalloc(16);
905 if (*ip_addr_text == NULL)
921 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
946 os_free(*ip_addr_text);
947 *ip_addr_text = NULL;
993 os_free(sm->ip_addr_text);
994 sm->ip_addr_text = NULL;
1028 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
    [all...]
wps_er.c 461 ap->er->ip_addr_text, ap->er->http_port,
    [all...]
wps_upnp_ssdp.c 168 sm->ip_addr_text, sm->web_port,
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 922 * @ip_addr_text: Buffer for returning a pointer to allocated IP address text
928 char **ip_addr_text, u8 mac[ETH_ALEN],
936 *ip_addr_text = os_zalloc(16);
938 if (*ip_addr_text == NULL || *mac_addr_text == NULL)
954 os_snprintf(*ip_addr_text, 16, "%s", inet_ntoa(in_addr));
980 os_free(*ip_addr_text);
981 *ip_addr_text = NULL;
1018 os_free(sm->ip_addr_text);
1019 sm->ip_addr_text = NULL;
1055 &sm->ip_addr, &sm->ip_addr_text,
    [all...]
wps_upnp_i.h 134 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
wps_upnp_ssdp.c 175 a->sm->ip_addr_text, a->sm->web_port,

Completed in 346 milliseconds