Lines Matching refs:hostapd_iface

46 struct hostapd_iface;
50 int (*reload_config)(struct hostapd_iface *iface);
55 int (*cb)(struct hostapd_iface *iface,
57 int (*driver_init)(struct hostapd_iface *iface);
67 struct hostapd_iface **iface;
181 struct hostapd_iface *iface;
536 struct hostapd_iface { struct
695 void (*scan_cb)(struct hostapd_iface *iface); argument
714 int (*enable_iface_cb)(struct hostapd_iface *iface); argument
715 int (*disable_iface_cb)(struct hostapd_iface *iface); argument
725 int (*cb)(struct hostapd_iface *iface, argument
727 int hostapd_reload_config(struct hostapd_iface *iface);
730 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
733 int hostapd_setup_interface(struct hostapd_iface *iface);
734 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
735 void hostapd_interface_deinit(struct hostapd_iface *iface);
736 void hostapd_interface_free(struct hostapd_iface *iface);
737 struct hostapd_iface * hostapd_alloc_iface(void);
738 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
740 struct hostapd_iface *
745 void hostapd_interface_deinit_free(struct hostapd_iface *iface);
746 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
747 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
749 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
752 void hostapd_cleanup_iface_partial(struct hostapd_iface *iface);
755 void hostapd_channel_list_updated(struct hostapd_iface *iface, int initiator);
756 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
758 int hostapd_csa_in_progress(struct hostapd_iface *iface);
764 hostapd_switch_channel_fallback(struct hostapd_iface *iface,
767 void hostapd_periodic_iface(struct hostapd_iface *iface);
801 void hostapd_event_get_survey(struct hostapd_iface *iface,