802.1x wired authentication
Posted on .
# uname -r
# vim /etc/rc.conf10.0-RELEASE-p12
# cat /etc/wpa_supplicant.conf... ifconfig_re0="WPA DHCP" ...
# /etc/rc.d/netif restartap_scan=0 fast_reauth=1 network={ ssid="" scan_ssid="" key_mgmt=IEEE8021X eap=PEAP phase2="auth=MSCHAPV2" identity="koue" password="password" }