Searched defs:net_if (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c804 * @net_if: Selected network interface name
813 int add_ssdp_network(const char *net_if) argument
821 if (!net_if)
829 rt.rt_dev = (char *) net_if;
H A Dwps_upnp.c878 * @net_if: Selected network interface name
884 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
900 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
912 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
920 if (eth_get(net_if, mac) < 0) {
995 * @net_if: Selected network interface name
998 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) argument
1000 if (!sm || !net_if)
1012 if (add_ssdp_network(net_if))
1016 if (get_netif_info(net_if,
1118 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps, void *priv, char *net_if) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c804 * @net_if: Selected network interface name
813 int add_ssdp_network(const char *net_if) argument
821 if (!net_if)
829 rt.rt_dev = (char *) net_if;
H A Dwps_upnp.c878 * @net_if: Selected network interface name
884 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
900 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
912 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
920 if (eth_get(net_if, mac) < 0) {
995 * @net_if: Selected network interface name
998 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) argument
1000 if (!sm || !net_if)
1012 if (add_ssdp_network(net_if))
1016 if (get_netif_info(net_if,
1118 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps, void *priv, char *net_if) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c804 * @net_if: Selected network interface name
813 int add_ssdp_network(const char *net_if) argument
821 if (!net_if)
829 rt.rt_dev = (char *) net_if;
H A Dwps_upnp.c878 * @net_if: Selected network interface name
884 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text, argument
900 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
912 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
920 if (eth_get(net_if, mac) < 0) {
995 * @net_if: Selected network interface name
998 static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if) argument
1000 if (!sm || !net_if)
1012 if (add_ssdp_network(net_if))
1016 if (get_netif_info(net_if,
1118 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps, void *priv, char *net_if) argument
[all...]

Completed in 332 milliseconds