Home | History | Annotate | Download | only in ap

Lines Matching refs:hostapd_iface

26 struct hostapd_iface;
29 int (*reload_config)(struct hostapd_iface *iface);
34 int (*cb)(struct hostapd_iface *iface,
36 int (*driver_init)(struct hostapd_iface *iface);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface {
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *iface,
373 int hostapd_reload_config(struct hostapd_iface *iface);
375 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
378 int hostapd_setup_interface(struct hostapd_iface *iface);
379 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
380 void hostapd_interface_deinit(struct hostapd_iface *iface);
381 void hostapd_interface_free(struct hostapd_iface *iface);
382 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
384 struct hostapd_iface *
389 void hostapd_interface_deinit_free(struct hostapd_iface *iface);
390 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
391 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
392 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
395 void hostapd_channel_list_updated(struct hostapd_iface *iface, int initiator);
396 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
401 hostapd_switch_channel_fallback(struct hostapd_iface *iface,