Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ifaces

140 	struct wpa_interface *ifaces, *iface;
151 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
152 if (ifaces == NULL)
260 iface = os_realloc_array(ifaces, iface_count,
264 ifaces = iface;
265 iface = &ifaces[iface_count - 1];
287 if ((ifaces[i].confname == NULL &&
288 ifaces[i].ctrl_interface == NULL) ||
289 ifaces[i].ifname == NULL) {
297 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
308 os_free(ifaces);