HomeSort by relevance Sort by last modified time
    Searched refs:net_if (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 920 * @net_if: Selected network interface name
927 static int get_netif_info(const char *net_if, unsigned *ip_addr,
945 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
957 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
965 if (eth_get(net_if, mac) < 0) {
1014 os_free(sm->net_if);
1015 sm->net_if = NULL;
1032 * @net_if: Selected network interface name
1035 int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if)
1037 if (!sm || !net_if)
    [all...]
wps_upnp_i.h 131 char *net_if; /* network interface we use */ member in struct:upnp_wps_device_sm
179 int add_ssdp_network(char *net_if);
wps_upnp.h 58 int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if);
wps_upnp_ssdp.c 807 * @net_if: Selected network interface name
816 int add_ssdp_network(char *net_if)
824 if (!net_if)
832 rt.rt_dev = net_if;

Completed in 22 milliseconds