Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:miface

4938 	struct wpa_interface *iface, *miface;
4941 miface = &global->params.match_ifaces[i];
4942 if (!miface->ifname ||
4943 fnmatch(miface->ifname, ifname, 0) == 0) {
4947 *iface = *miface;