Searched refs:net_if (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 892 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, in get_netif_info() argument 908 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info() 920 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info() 928 if (eth_get(net_if, mac) < 0) { in get_netif_info() 1006 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) in upnp_wps_device_start() argument 1008 if (!sm || !net_if) in upnp_wps_device_start() 1020 if (add_ssdp_network(net_if)) in upnp_wps_device_start() 1024 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text, in upnp_wps_device_start() 1027 "for %s. Does it have IP address?", net_if); in upnp_wps_device_start() 1127 void *priv, char *net_if) in upnp_wps_device_init() argument [all …]
|
D | wps_upnp_i.h | 161 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, 172 int add_ssdp_network(const char *net_if);
|
D | wps_upnp.h | 38 void *priv, char *net_if);
|
D | wps_upnp_ssdp.c | 814 int add_ssdp_network(const char *net_if) in add_ssdp_network() argument 822 if (!net_if) in add_ssdp_network() 830 rt.rt_dev = (char *) net_if; in add_ssdp_network()
|