Lines Matching full:iface
49 static int prune_associations(struct hostapd_iface *iface, void *ctx)
56 for (j = 0; j < iface->num_bss; j++) {
57 ohapd = iface->bss[j];
66 if (ohapd->iface->fst &&
67 data->hapd->iface->fst &&
68 fst_are_ifaces_aggregated(ohapd->iface->fst,
69 data->hapd->iface->fst))
83 ohapd->conf->iface, MAC2STR(osta->addr));
108 if (hapd->iface->interfaces &&
109 hapd->iface->interfaces->for_each_interface)
110 hapd->iface->interfaces->for_each_interface(
111 hapd->iface->interfaces, prune_associations, &data);