diff options
author | Jouni Malinen <j@w1.fi> | 2009-02-11 22:35:27 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-02-11 22:35:27 +0200 |
commit | f6190d376d710b5c60665be5bbfdfed315cfcdd0 (patch) | |
tree | 2ddb77f0f53300db76a10e3ed15c19f5d1fc6c93 /wpa_supplicant | |
parent | 265ca78917df4d71bd2425f2cd7c18d4a90ef298 (diff) | |
download | external_wpa_supplicant_8_ti-f6190d376d710b5c60665be5bbfdfed315cfcdd0.zip external_wpa_supplicant_8_ti-f6190d376d710b5c60665be5bbfdfed315cfcdd0.tar.gz external_wpa_supplicant_8_ti-f6190d376d710b5c60665be5bbfdfed315cfcdd0.tar.bz2 |
Removed an obsolete comment about use of external program for EAP
Diffstat (limited to 'wpa_supplicant')
-rw-r--r-- | wpa_supplicant/wpa_supplicant.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 4b1f90b..43e81a1 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -262,8 +262,7 @@ fast_reauth=1 # # key_mgmt: list of accepted authenticated key management protocols # WPA-PSK = WPA pre-shared key (this requires 'psk' field) -# WPA-EAP = WPA using EAP authentication (this can use an external -# program, e.g., Xsupplicant, for IEEE 802.1X EAP Authentication +# WPA-EAP = WPA using EAP authentication # IEEE8021X = IEEE 802.1X using EAP authentication and (optionally) dynamically # generated WEP keys # NONE = WPA is not used; plaintext or static WEP could be used |