Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
Dwps_upnp.c918 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, in get_netif_info() argument
934 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info()
947 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info()
959 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name)); in get_netif_info()
967 if (eth_get(net_if, mac) < 0) { in get_netif_info()
1045 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) in upnp_wps_device_start() argument
1047 if (!sm || !net_if) in upnp_wps_device_start()
1059 if (add_ssdp_network(net_if)) in upnp_wps_device_start()
1063 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text, in upnp_wps_device_start()
1066 "for %s. Does it have IP address?", net_if); in upnp_wps_device_start()
[all …]
Dwps_upnp_i.h161 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
172 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()
/hostap-latest/src/l2_packet/
Dl2_packet_zephyr.c25 struct net_if *iface;
116 struct net_if *iface; in l2_packet_init()
/hostap-latest/src/drivers/
Ddriver_zephyr.h130 struct net_if *iface;
Ddriver_zephyr.c1200 struct net_if *iface; in wpa_drv_zep_init()
1300 struct net_if *iface = NULL; in wpa_drv_zep_hapd_init()
1686 struct net_if *iface; in _wpa_drv_zep_set_key()
1832 struct net_if *iface = NULL; in wpa_drv_zep_set_supp_port()