Add SSID as a separate item in AP mode Beacon setup
[mech_eap.git] / src / drivers / driver.h
index 36e6ca9..e2d0f8b 100644 (file)
@@ -530,6 +530,16 @@ struct wpa_driver_ap_params {
         * beacon_int - Beacon interval
         */
        int beacon_int;
+
+       /**
+        * ssid - The SSID to use in Beacon/Probe Response frames
+        */
+       const u8 *ssid;
+
+       /**
+        * ssid_len - Length of the SSID (1..32)
+        */
+       size_t ssid_len;
 };
 
 /**