
Note 3:
For a detailed description, refer to CertConvReadme.txt. (Located in
lnx_wpa_supplicant.tar.gz)
For WPA PEAP:
Network={
ssid=″example″
key_mgmt=WPA-EAP
eap=PEAP
identity=″jdoe″
password=″jdoe″
ca_cert=”/etc/cert/fluffy.pem”
phase1=″peaplabel=0″
phase2=″auth=MSCHAPV2″
priority=10
}
-After modifying, use the following command to setup WPA connection.
If the AIR802 is not yet open, then please open it first by this command:.
ifconfig eth1 up <IP address of the network interface
After the network interface is opened, enter the command to build WPA PSK connection:
./wpa_supplicant –ieth1 –c wpa_supplicant_psk.conf –d –D zydas
To build WPA EAP-TLS:
./wpa_supplicant –ieth1 –c wpa_supplicant_tls.conf –d –D zydas
To build WPA PEAP:
./wpa_supplicant –ieth1 –c wpa_supplicant_peap.conf –d –D zydas
note:
@-i: interface name: eth1
@-c: Configuration file: wpa_supplicant_pak.conf
@-D: The name of the network interface
You will see the following message is WPA-PSK connection is built successfully.
WPA: Sending EAPOL-Key 2/2 →The group handshake is about to finish.
EAPOL: SUPP_PAE entering state SUCCESS
EAP: EAP entering state SUCCESS
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: SUPP_BE entering state IDLE
21
Comentarios a estos manuales