3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 21:22:37 +01:00

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

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