Lines Matching defs:data
50 struct prune_data *data = ctx;
57 if (ohapd == data->hapd)
62 data->hapd->iface->fst &&
64 data->hapd->iface->fst))
67 osta = ap_get_sta(ohapd, data->addr);
81 * @hapd: Pointer to BSS data for the most recent association
89 struct prune_data data;
90 data.hapd = hapd;
91 data.addr = addr;
95 hapd->iface->interfaces, prune_associations, &data);