diff options
| author | Felix Johnson <fjohnson@felix-johnson.com> | 2026-02-05 15:46:49 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-05 15:46:53 +0000 |
| commit | c5ee920c3f35c5f0f485a7a274d87ebd91469892 (patch) | |
| tree | 6636bcb890473a39602523bc8ad35f294330cc24 | |
| parent | dc2ec1ccc17a0c43c736b16a537c01bb28d814a4 (diff) | |
wpa_supplicant.conf.5: Remove removed variables
2005-09-25 - wpa_supplicant v0.4.5 removed "server_nai"
2008-02-22 - wpa_supplicant v0.6.3 removed "eappsk" and "nai"
PR: 284126
MFC after: 3 days
Reviewed by: carlavilla, ziaee
Reported by: J.R. Oldroyd <fbsd@opal.com>
Differential Revision: https://reviews.freebsd.org/D49010
| -rw-r--r-- | usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 index 852d83f463ce..59dc8be6a99d 100644 --- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 +++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 @@ -405,12 +405,6 @@ but for EAP inner Phase 2. Like .Va subject_match but for EAP inner Phase 2. -.It Va eappsk -16-byte pre-shared key in hex format for use with EAP-PSK. -.It Va nai -User NAI for use with EAP-PSK. -.It Va server_nai -Authentication Server NAI for use with EAP-PSK. .It Va pac_file Pathname to the file to use for PAC entries with EAP-FAST. The |
