WPS: Add support for adding WPS Vendor Extensions
[mech_eap.git] / src / ap / ap_config.h
index fbe8734..25720b8 100644 (file)
@@ -316,6 +316,7 @@ struct hostapd_bss_config {
        char *model_description;
        char *model_url;
        char *upc;
+       struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
 #endif /* CONFIG_WPS */
 
 #define P2P_ENABLED BIT(0)