Date: Thu, 20 Mar 2008 17:29:06 +0000 (GMT) From: Lars Hecking <lhecking@users.sourceforge.net> To: freebsd-questions@freebsd.org Subject: wpa_supplicant missing GTC? Message-ID: <20080320172906.9EE94C34B@cork.irdesign.cypress.com>
index | next in thread | raw e-mail
Has wpa_supplicant under FreeBSD 7 dropped GTC support? The config file I
use under Linux and previously under 6.2 fails.
# wpa_supplicant -i wpi0 -c /etc/wpa_supplicant.conf
Line 442: unknown EAP method 'GTC'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 442: failed to parse eap 'TTLS GTC'.
Line 448: failed to parse network block.
Failed to read or parse configuration '/etc/wpa_supplicant.conf'.
The offending network:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
priority=1
ssid="BLA"
scan_ssid=1
auth_alg=OPEN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=TTLS GTC
anonymous_identity="foo"
identity="bar"
password="baz"
phase2="auth=PAP"
}
Is there any kind of record which of wpa_supplicant's config options
actually are in use? How can I rebuild just wpa_supplicant with the
correct options?
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080320172906.9EE94C34B>
