|
wpa_supplicant.conf 配置如下
network={
ssid="SEG"
key_mgmt=WPA-EAP IEEE8021X
eap=PEAP TTLS TLS
auth_alg=OPEN
identity="EICTSTUD\0xxxxxxQ"
password="xxxxxx"
ca_cert="/etc/cert/ca.pem"
phase1="peaplabel=1"
phase2="auth=MSCHAPV2"
priority=2
}
=============================
[root@localhost ~]# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:21:d8:94:59:b7 (SSID='SEG' freq=2412 MHz)
Associated with 00:21:d8:94:59:b7
CTRL-EVENT-EAP-STARTED EAP authentication started
OpenSSL: tls_connection_ca_cert - Failed to load root certificates error:02001002:system library:fopen:No such file or directory
OpenSSL: pending error: error:2006D080:BIO routines:BIO_new_file:no such file
OpenSSL: pending error: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
OpenSSL: tls_load_ca_der - Failed load CA in DER format error:02001002:system library:fopen:No such file or directory
OpenSSL: pending error: error:20074002:BIO routines:FILE_CTRL:system lib
OpenSSL: pending error: error:0B06F002:x509 certificate routines:X509_load_cert_file:system lib
TLS: Failed to set TLS connection parameters
EAP-PEAP: Failed to initialize SSL.
EAP: Failed to initialize EAP method: vendor 0 method 25 (PEAP)
CTRL-EVENT-EAP-FAILURE EAP authentication failed
Authentication with 00:21:d8:94:59:b7 timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-SCAN-RESULTS
CTRL-EVENT-SCAN-RESULTS |
|