Created
November 12, 2013 14:33
-
-
Save vmayoral/7431764 to your computer and use it in GitHub Desktop.
Connecting the BBB to a WPA-EAP TTLS (eduroam)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wpa_supplicant v1.0 | |
random: Trying to read entropy from /dev/random | |
Initializing interface 'wlan0' conf './wireless-eduroam.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A' | |
Configuration file './wireless-eduroam.conf' -> '/home/root/network/wifi/./wireless-eduroam.conf' | |
Reading configuration file '/home/root/network/wifi/./wireless-eduroam.conf' | |
ctrl_interface='/var/run/wpa_supplicant' | |
Line: 5 - start of a new network block | |
ssid - hexdump_ascii(len=7): | |
65 64 75 72 6f 61 6d eduroam | |
key_mgmt: 0x1 | |
eap methods - hexdump(len=16): 00 00 00 00 15 00 00 00 00 00 00 00 00 00 00 00 | |
identity - hexdump_ascii(len=25): | |
76 2e 6d 61 79 6f 72 61 6c 40 61 6c 75 6d 6e 6f v.mayoral@alumno | |
73 2e 75 72 6a 63 2e 65 73 s.urjc.es | |
password - hexdump_ascii(len=6): [REMOVED] | |
priority=1 (0x1) | |
Priority group 1 | |
id=0 ssid='eduroam' | |
SIOCGIWRANGE: WE(compiled)=22 WE(source)=16 enc_capa=0xf | |
capabilities: key_mgmt 0xf enc 0xf flags 0x0 | |
ioctl[SIOCSIWAP]: Operation not permitted | |
WEXT: Failed to clear BSSID selection on disconnect | |
netlink: Operstate: linkmode=1, operstate=5 | |
wlan0: Own MAC address: ec:1a:59:d4:b4:55 | |
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 | |
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 | |
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 | |
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 | |
wpa_driver_wext_set_countermeasures | |
wlan0: RSN: flushing PMKID list in the driver | |
wlan0: Setting scan request: 0 sec 100000 usec | |
EAPOL: SUPP_PAE entering state DISCONNECTED | |
EAPOL: Supplicant port status: Unauthorized | |
EAPOL: KEY_RX entering state NO_KEY_RECEIVE | |
EAPOL: SUPP_BE entering state INITIALIZE | |
EAP: EAP entering state DISABLED | |
EAPOL: Supplicant port status: Unauthorized | |
EAPOL: Supplicant port status: Unauthorized | |
wlan0: Added interface wlan0 | |
Daemonize.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment