diff -urP hostapd-0.3.9-orig/ieee802_1x.h hostapd-0.3.9/ieee802_1x.h --- hostapd-0.3.9-orig/ieee802_1x.h 2005-05-16 21:42:30.000000000 -0700 +++ hostapd-0.3.9/ieee802_1x.h 2005-11-09 18:43:11.000000000 -0800 @@ -10,7 +10,7 @@ /* followed by length octets of data */ } __attribute__ ((packed)); -#define EAPOL_VERSION 2 +#define EAPOL_VERSION 1 enum { IEEE802_1X_TYPE_EAP_PACKET = 0, IEEE802_1X_TYPE_EAPOL_START = 1,