Lines Matching full:ifaces
143 struct wpa_interface *ifaces, *iface;
154 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
155 if (ifaces == NULL)
266 iface = os_realloc_array(ifaces, iface_count,
270 ifaces = iface;
271 iface = &ifaces[iface_count - 1];
295 if ((ifaces[i].confname == NULL &&
296 ifaces[i].ctrl_interface == NULL) ||
297 ifaces[i].ifname == NULL) {
305 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i]);
326 os_free(ifaces);