Lines Matching refs:hapd
23 int hostapd_register_probereq_cb(struct hostapd_data *hapd, in hostapd_register_probereq_cb() argument
30 n = os_realloc(hapd->probereq_cb, (hapd->num_probereq_cb + 1) * in hostapd_register_probereq_cb()
35 hapd->probereq_cb = n; in hostapd_register_probereq_cb()
36 n = &hapd->probereq_cb[hapd->num_probereq_cb]; in hostapd_register_probereq_cb()
37 hapd->num_probereq_cb++; in hostapd_register_probereq_cb()
47 struct hostapd_data *hapd; member
60 if (ohapd == data->hapd) in prune_associations()
80 void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr) in hostapd_prune_associations() argument
83 data.hapd = hapd; in hostapd_prune_associations()
85 if (hapd->iface->for_each_interface) in hostapd_prune_associations()
86 hapd->iface->for_each_interface(hapd->iface->interfaces, in hostapd_prune_associations()