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

  /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 410 milliseconds