• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/src/ap/

Lines Matching defs:hostapd_iface

41 struct hostapd_iface;
44 int (*reload_config)(struct hostapd_iface *iface);
49 int (*cb)(struct hostapd_iface *iface,
51 int (*driver_init)(struct hostapd_iface *iface);
61 struct hostapd_iface **iface;
145 struct hostapd_iface *iface;
415 * struct hostapd_iface - hostapd per-interface data structure
417 struct hostapd_iface {
556 void (*scan_cb)(struct hostapd_iface *iface);
573 int (*cb)(struct hostapd_iface *iface,
575 int hostapd_reload_config(struct hostapd_iface *iface);
578 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
581 int hostapd_setup_interface(struct hostapd_iface *iface);
582 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
583 void hostapd_interface_deinit(struct hostapd_iface *iface);
584 void hostapd_interface_free(struct hostapd_iface *iface);
585 struct hostapd_iface * hostapd_alloc_iface(void);
586 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
588 struct hostapd_iface *
593 void hostapd_interface_deinit_free(struct hostapd_iface *iface);
594 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);
595 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);
596 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
599 void hostapd_channel_list_updated(struct hostapd_iface *iface, int initiator);
600 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
602 int hostapd_csa_in_progress(struct hostapd_iface *iface);
607 hostapd_switch_channel_fallback(struct hostapd_iface *iface,
610 void hostapd_periodic_iface(struct hostapd_iface *iface);
638 void hostapd_event_get_survey(struct hostapd_iface *iface,