mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 11:33:04 -05:00
Use proper private enterprise number for EAP VENDOR-TEST
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>
This commit is contained in:
parent
add11058e2
commit
d13f9857f8
@ -71,7 +71,8 @@ typedef enum {
|
|||||||
enum {
|
enum {
|
||||||
EAP_VENDOR_IETF = 0,
|
EAP_VENDOR_IETF = 0,
|
||||||
EAP_VENDOR_MICROSOFT = 0x000137 /* Microsoft */,
|
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
|
#define EAP_MSK_LEN 64
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#endif /* TEST_PENDING_REQUEST */
|
#endif /* TEST_PENDING_REQUEST */
|
||||||
|
|
||||||
|
|
||||||
#define EAP_VENDOR_ID 0xfffefd
|
#define EAP_VENDOR_ID EAP_VENDOR_HOSTAP
|
||||||
#define EAP_VENDOR_TYPE 0xfcfbfaf9
|
#define EAP_VENDOR_TYPE 0xfcfbfaf9
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "eap_i.h"
|
#include "eap_i.h"
|
||||||
|
|
||||||
|
|
||||||
#define EAP_VENDOR_ID 0xfffefd
|
#define EAP_VENDOR_ID EAP_VENDOR_HOSTAP
|
||||||
#define EAP_VENDOR_TYPE 0xfcfbfaf9
|
#define EAP_VENDOR_TYPE 0xfcfbfaf9
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user