peap: add specification reference by the version

This commit is contained in:
Tim Kourt 2018-02-13 16:14:48 -08:00 committed by Denis Kenzior
parent 5b19d0454a
commit 43c650a2b4
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@
#include "eap.h"
/*
* Protected EAP Protocol (PEAP): EAP type 25 as described in:
*
* PEAPv0: draft-kamath-pppext-peapv0-00
* PEAPv1: draft-josefsson-pppext-eap-tls-eap-05
*/
#define PEAP_PDU_MAX_LEN 65536
#define PEAP_HEADER_LEN 6