Searched defs:ip_addr_text (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.h80 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:wps_er
H A Dwps_upnp_i.h130 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,
H A Dwps_upnp.c894 * @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, argument
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...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.h80 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:wps_er
H A Dwps_upnp_i.h130 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,
H A Dwps_upnp.c894 * @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, argument
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...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.h80 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:wps_er
H A Dwps_upnp_i.h130 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,
H A Dwps_upnp.c894 * @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, argument
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...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h134 char *ip_addr_text; /* IP address of network i.f. we use */ member in struct:upnp_wps_device_sm
H A Dwps_upnp.c922 * @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,
927 get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, u8 mac[ETH_ALEN], char **mac_addr_text) argument
[all...]

Completed in 507 milliseconds