From 4bfee91bd53a60c409fc4f6f1363a3c6bdd24955 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 8 Jun 2017 12:27:47 +0000 Subject: [PATCH] Add a couple new EAP method types --- nselib/eap.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nselib/eap.lua b/nselib/eap.lua index 95fc0d3fd..b2b48439c 100644 --- a/nselib/eap.lua +++ b/nselib/eap.lua @@ -146,7 +146,9 @@ eap_str = { [51] = "EAP-GPSK", [52] = "EAP-pwd", [53] = "EAP-EKE Version 1", - -- 54-253 Unassigned + [54] = "EAP Method Type for PT-EAP", + [55] = "TEAP", + -- 56-253 Unassigned [254] = "Reserved for the Expanded Type", [255] = "Experimental", }