Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ifaces

158 	struct wpa_interface *ifaces, *iface;
169 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
170 if (ifaces == NULL)
286 iface = os_realloc_array(ifaces, iface_count,
290 ifaces = iface;
291 iface = &ifaces[iface_count - 1];
315 if ((ifaces[i].confname == NULL &&
316 ifaces[i].ctrl_interface == NULL) ||
317 ifaces[i].ifname == NULL) {
325 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i]);
347 os_free(ifaces);