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
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue