Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:iface

123 	struct wpa_interface *ifaces, *iface;
134 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
147 iface->bridge_ifname = optarg;
153 iface->confname = optarg;
156 iface->ctrl_interface = optarg;
159 iface->driver = optarg;
187 iface->ifname = optarg;
203 iface->driver_param = optarg;
234 iface = os_realloc(ifaces, iface_count *
236 if (iface == NULL)
238 ifaces = iface;
239 iface = &ifaces[iface_count - 1];
240 os_memset(iface, 0, sizeof(*iface));