From ad93f4d20360d989a24839ac0805495e727d4e77 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 5 Apr 2018 09:56:19 -0700 Subject: [PATCH] doc: add list of EAP methods to features.txt --- doc/features.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/features.txt b/doc/features.txt index e2283afd..b5ab0ff5 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -49,6 +49,18 @@ the disassociate frame was valid. The alternate case is if the AP receives an (re)associate frame while the STA is still connected. In this case the AP will send an SA Query frame, which IWD will respond to if it is still connected. +- IWD supports the following EAP methods: + - EAP-SIM + - EAP-AKA + - EAP-AKA' + - EAP-GTC + - EAP-MD5 + - EAP-MSCHAPV2 + - EAP-TLS + - EAP-WSC + - EAP-PEAP + - EAP-TTLS + Wireless monitor ================