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?


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to