X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=hostapd%2Fconfig.h;h=a3247f26d4eebc913ac6a9b525a245297568a64d;hb=fda90ab4b73b19d4638e8b7cd4c90458e51f9e3e;hp=0896749b05c7f730ea6374eaa58799665cebd6a1;hpb=6fa68a0ee550c6659ff426290ecdee4d425155b1;p=wpasupplicant diff --git a/hostapd/config.h b/hostapd/config.h index 0896749..a3247f2 100644 --- a/hostapd/config.h +++ b/hostapd/config.h @@ -303,6 +303,15 @@ struct hostapd_bss_config { int skip_cred_build; u8 *extra_cred; size_t extra_cred_len; + int wps_cred_processing; + u8 *ap_settings; + size_t ap_settings_len; + char *upnp_iface; + char *friendly_name; + char *manufacturer_url; + char *model_description; + char *model_url; + char *upc; #endif /* CONFIG_WPS */ }; @@ -320,7 +329,6 @@ typedef enum { */ struct hostapd_config { struct hostapd_bss_config *bss, *last_bss; - struct hostapd_radius_servers *radius; size_t num_bss; u16 beacon_int;