Lines Matching refs:hostapd_iface
30 struct hostapd_iface;
33 int (*reload_config)(struct hostapd_iface *iface);
38 int (*cb)(struct hostapd_iface *iface,
40 int (*driver_init)(struct hostapd_iface *iface);
50 struct hostapd_iface **iface;
119 struct hostapd_iface *iface;
324 struct hostapd_iface { struct
459 void (*scan_cb)(struct hostapd_iface *iface); argument
468 int (*cb)(struct hostapd_iface *iface, argument
470 int hostapd_reload_config(struct hostapd_iface *iface);
472 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
475 int hostapd_setup_interface(struct hostapd_iface *iface);
476 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
477 void hostapd_interface_deinit(struct hostapd_iface *iface);
478 void hostapd_interface_free(struct hostapd_iface *iface);
479 struct hostapd_iface * hostapd_alloc_iface(void);
480 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
482 struct hostapd_iface *
487 void hostapd_interface_deinit_free(struct hostapd_iface *iface);
488 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
489 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
490 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
493 void hostapd_channel_list_updated(struct hostapd_iface *iface, int initiator);
494 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
496 int hostapd_csa_in_progress(struct hostapd_iface *iface);
500 hostapd_switch_channel_fallback(struct hostapd_iface *iface,
503 void hostapd_periodic_iface(struct hostapd_iface *iface);
527 void hostapd_event_get_survey(struct hostapd_iface *iface,