Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / src / drivers / driver_hostap.h
index 66b2bb3..4c1e6d6 100644 (file)
@@ -2,14 +2,8 @@
  * Driver interaction with Linux Host AP driver
  * Copyright (c) 2002-2006, Jouni Malinen <j@w1.fi>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
  */
 
 #ifndef HOSTAP_DRIVER_H
@@ -198,7 +192,7 @@ struct prism2_hostapd_param {
                } mlme;
                struct {
                        u8 ssid_len;
-                       u8 ssid[32];
+                       u8 ssid[SSID_MAX_LEN];
                } scan_req;
        } u;
 };