Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:iface

131 	struct wpa_interface *ifaces, *iface;
142 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
155 iface->bridge_ifname = optarg;
161 iface->confname = optarg;
164 iface->ctrl_interface = optarg;
167 iface->driver = optarg;
192 iface->ifname = optarg;
202 iface->driver_param = optarg;
231 iface = os_realloc(ifaces, iface_count *
233 if (iface == NULL)
235 ifaces = iface;
236 iface = &ifaces[iface_count - 1];
237 os_memset(iface, 0, sizeof(*iface));