Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:iface

140 	struct wpa_interface *ifaces, *iface;
151 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
165 iface->bridge_ifname = optarg;
171 iface->confname = optarg;
174 iface->ctrl_interface = optarg;
177 iface->driver = optarg;
205 iface->ifname = optarg;
208 iface->confanother = optarg;
224 iface->driver_param = optarg;
260 iface = os_realloc_array(ifaces, iface_count,
262 if (iface == NULL)
264 ifaces = iface;
265 iface = &ifaces[iface_count - 1];
266 os_memset(iface, 0, sizeof(*iface));