Home | History | Annotate | Download | only in ap

Lines Matching refs:hostapd_iface

27 struct hostapd_iface;
30 int (*reload_config)(struct hostapd_iface *iface);
35 int (*cb)(struct hostapd_iface *iface,
37 int (*driver_init)(struct hostapd_iface *iface);
44 struct hostapd_iface **iface;
72 struct hostapd_iface *iface;
209 * struct hostapd_iface - hostapd per-interface data structure
211 struct hostapd_iface {
273 void (*scan_cb)(struct hostapd_iface *iface);
278 int (*cb)(struct hostapd_iface *iface,
280 int hostapd_reload_config(struct hostapd_iface *iface);
282 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
285 int hostapd_setup_interface(struct hostapd_iface *iface);
286 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
287 void hostapd_interface_deinit(struct hostapd_iface *iface);
288 void hostapd_interface_free(struct hostapd_iface *iface);
291 void hostapd_interface_deinit_free(struct hostapd_iface *iface);
292 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
293 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
294 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);