Searched refs:miface (Results 1 – 1 of 1) sorted by relevance
4938 struct wpa_interface *iface, *miface; in wpa_supplicant_match_iface() local4941 miface = &global->params.match_ifaces[i]; in wpa_supplicant_match_iface()4942 if (!miface->ifname || in wpa_supplicant_match_iface()4943 fnmatch(miface->ifname, ifname, 0) == 0) { in wpa_supplicant_match_iface()4947 *iface = *miface; in wpa_supplicant_match_iface()