]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Use proper private enterprise number for EAP VENDOR-TEST
authorJouni Malinen <j@w1.fi>
Wed, 22 Aug 2012 18:37:19 +0000 (21:37 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Aug 2012 18:37:19 +0000 (21:37 +0300)
Now that the project has its own code, it should be used with the
VENDOR-TEST EAP method.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/eap_common/eap_defs.h
src/eap_peer/eap_vendor_test.c
src/eap_server/eap_server_vendor_test.c

index 360193a985bb40bb5a3fbcb391067dc827af3703..4047e04c9ad4f8d3f8a763ee1b51a27229ce3dca 100644 (file)
@@ -71,7 +71,8 @@ typedef enum {
 enum {
        EAP_VENDOR_IETF = 0,
        EAP_VENDOR_MICROSOFT = 0x000137 /* Microsoft */,
-       EAP_VENDOR_WFA = 0x00372A /* Wi-Fi Alliance */
+       EAP_VENDOR_WFA = 0x00372A /* Wi-Fi Alliance */,
+       EAP_VENDOR_HOSTAP = 39068 /* hostapd/wpa_supplicant project */
 };
 
 #define EAP_MSK_LEN 64
index f23b9d2ab625773a92a1fa377edbc19aee32d7b4..040d1e7f9a5a55627ec1c59ce6c3fa77623f9602 100644 (file)
@@ -19,7 +19,7 @@
 #endif /* TEST_PENDING_REQUEST */
 
 
-#define EAP_VENDOR_ID 0xfffefd
+#define EAP_VENDOR_ID EAP_VENDOR_HOSTAP
 #define EAP_VENDOR_TYPE 0xfcfbfaf9
 
 
index e4c8bc3d78cfe77783eec934c3658fdb65da82fb..30f600d3baf63bd59d2ea6daf665f27b56912e96 100644 (file)
@@ -12,7 +12,7 @@
 #include "eap_i.h"
 
 
-#define EAP_VENDOR_ID 0xfffefd
+#define EAP_VENDOR_ID EAP_VENDOR_HOSTAP
 #define EAP_VENDOR_TYPE 0xfcfbfaf9