Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
631 B

  1. /*
  2. Copyright (c) 1999, Microsoft Corporation, all rights reserved
  3. File:
  4. eaptypeid.h
  5. Description:
  6. This header defines the type IDs of various EAPs implemented in rasppp.dll
  7. History:
  8. 6 Jan 1999: Vijay Baliga created original version.
  9. */
  10. #ifndef _EAPTYPEID_H_
  11. #define _EAPTYPEID_H_
  12. //
  13. // Various EAP type IDs
  14. //
  15. #define PPP_EAP_CHAP 4 // MD5-Challenge
  16. #define PPP_EAP_TLS 13 // Smartcard or other certificate (TLS)
  17. #define PPP_EAP_PEAP 25 // PEAP
  18. #define PPP_EAP_MSCHAPv2 26 // EAP Mschapv2
  19. #endif // #ifndef _EAPTYPEID_H_