X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hostapd%2Fhostapd.h;h=d45f46113ab15fdf42038dcc7182e201c3d09e7e;hb=ad1e68e6b5c4586d726ae357f1aa130d57deebea;hp=03123f8712c08365d7cb175ed219c2de00ab5c43;hpb=814aaa844a71290aaff497510e4a0d72ab1ca8ba;p=wpasupplicant diff --git a/hostapd/hostapd.h b/hostapd/hostapd.h index 03123f8..d45f461 100644 --- a/hostapd/hostapd.h +++ b/hostapd/hostapd.h @@ -154,9 +154,8 @@ struct hostapd_iface { /* Overlapping BSS information */ int olbc_ht; -#ifdef CONFIG_IEEE80211N u16 ht_op_mode; -#endif /* CONFIG_IEEE80211N */ + void (*scan_cb)(struct hostapd_iface *iface); }; int hostapd_reload_config(struct hostapd_iface *iface); @@ -165,6 +164,7 @@ hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, struct hostapd_config *conf, struct hostapd_bss_config *bss); int hostapd_setup_interface(struct hostapd_iface *iface); +int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err); void hostapd_interface_deinit(struct hostapd_iface *iface); int handle_reload_iface(struct hostapd_iface *iface, void *ctx); int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);