From 43c650a2b4d4bea388b02972904d4d38f53ac458 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Tue, 13 Feb 2018 16:14:48 -0800 Subject: [PATCH] peap: add specification reference by the version --- src/eap-peap.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/eap-peap.c b/src/eap-peap.c index 2a5411b2..2baf68e4 100644 --- a/src/eap-peap.c +++ b/src/eap-peap.c @@ -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