Home
last modified time | relevance | path

Searched refs:net_if (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/network_WlanDriver/
Dnetwork_WlanDriver.py159 net_if = wlan_ifs[0]
173 device_description = net_if.device_description
175 raise error.TestFail('Device %s is not supported' % net_if.name)
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c895 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, in get_netif_info() argument
911 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info()
923 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info()
931 if (eth_get(net_if, mac) < 0) { in get_netif_info()
1009 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) in upnp_wps_device_start() argument
1011 if (!sm || !net_if) in upnp_wps_device_start()
1023 if (add_ssdp_network(net_if)) in upnp_wps_device_start()
1027 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text, in upnp_wps_device_start()
1030 "for %s. Does it have IP address?", net_if); in upnp_wps_device_start()
1136 void *priv, char *net_if) in upnp_wps_device_init() argument
[all …]
Dwps_upnp_i.h160 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
171 int add_ssdp_network(const char *net_if);
Dwps_upnp.h41 void *priv, char *net_if);
Dwps_upnp_ssdp.c801 int add_ssdp_network(const char *net_if) in add_ssdp_network() argument
809 if (!net_if) in add_ssdp_network()
817 rt.rt_dev = (char *) net_if; in add_ssdp_network()