mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add a couple new EAP method types
This commit is contained in:
parent
40f74c3936
commit
4bfee91bd5
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue