I'm trying to connect to T-mobile's 802.1x network, but I'm obviously confused.<br>
Here's my session:&nbsp; Also, I tried to reply to the thread in the mailing list, but I'm not<br>
even sure how to do that...<br>
<br>
# tail -12 /etc/wpa_supplicant.conf<br>
<br>
network={<br>
&nbsp;&nbsp;&nbsp; ssid=&quot;tmobile&quot;<br>
&nbsp;&nbsp;&nbsp; proto=WPA RSN<br>
&nbsp;&nbsp;&nbsp; scan_ssid=1<br>
&nbsp;&nbsp;&nbsp; key_mgmt=WPA-EAP IEEE8021X<br>
&nbsp;&nbsp;&nbsp; pairwise=CCMP TKIP<br>
&nbsp;&nbsp;&nbsp; eap=TTLS PEAP TLS<br>
&nbsp;&nbsp;&nbsp; identity=&quot;me&quot;<br>
&nbsp;&nbsp;&nbsp; password=&quot;sesame&quot;<br>
&nbsp;&nbsp;&nbsp; priority=1<br>
}<br>
<br>
#iwconfig<br>
lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no wireless extensions.<br>
<br>
ath0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IEEE 802.11&nbsp; ESSID:&quot;tmobile&quot;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Mode:Managed&nbsp; Frequency:2.422 GHz&nbsp; Access Point:
00:00:00:00:00:00&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bit Rate:0
kb/s&nbsp;&nbsp; Tx-Power:18 dBm&nbsp;&nbsp; Sensitivity=0/3&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Retry:off&nbsp;&nbsp; RTS thr:off&nbsp;&nbsp; Fragment thr:off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Encryption key:off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Power Management:off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link Quality=0/94&nbsp; Signal level=-95 dBm&nbsp; Noise level=-95 dBm<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rx invalid nwid:1959&nbsp; Rx invalid crypt:0&nbsp; Rx invalid frag:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tx excessive retries:1&nbsp; Invalid misc:1&nbsp;&nbsp; Missed beacon:0<br>
<br>
eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no wireless extensions.<br>
<br>
sit0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no wireless extensions.<br>
<br>
# wpa_supplicant -c/etc/wpa_supplicant.conf -D madwifi -d -i ath0<br>
Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'madwifi'<br>
Configuration file '/etc/wpa_supplicant.conf' -&gt; '/etc/wpa_supplicant.conf'<br>
Reading configuration file '/etc/wpa_supplicant.conf'<br>
ctrl_interface='/var/run/wpa_supplicant'<br>
ctrl_interface_group=0<br>
eapol_version=1<br>
ap_scan=1<br>
fast_reauth=1<br>
Priority group 1<br>
&nbsp;&nbsp; id=0 ssid='tmobile'<br>
Initializing interface (2) 'ath0'<br>
EAPOL: SUPP_PAE entering state DISCONNECTED<br>
EAPOL: KEY_RX entering state NO_KEY_RECEIVE<br>
EAPOL: SUPP_BE entering state INITIALIZE<br>
EAP: EAP entering state DISABLED<br>
EAPOL: External notification - portEnabled=0<br>
EAPOL: External notification - portValid=0<br>
ioctl[SIOCSIWPMKSA]: Operation not supported<br>
Own MAC address: 00:11:f5:2d:35:98<br>
wpa_driver_madwifi_del_key: keyidx=0<br>
wpa_driver_madwifi_del_key: keyidx=1<br>
wpa_driver_madwifi_del_key: keyidx=2<br>
wpa_driver_madwifi_del_key: keyidx=3<br>
wpa_driver_madwifi_set_countermeasures: enabled=0<br>
wpa_driver_madwifi_set_drop_unencrypted: enabled=1<br>
Setting scan request: 0 sec 100000 usec<br>
Wireless event: cmd=0x8b06 len=8<br>
RTM_NEWLINK, IFLA_IFNAME: Interface 'ath0' added<br>
RTM_NEWLINK, IFLA_IFNAME: Interface 'ath0' added<br>
State: DISCONNECTED -&gt; SCANNING<br>
Starting AP scan (specific SSID)<br>
Scan SSID - hexdump_ascii(len=7):<br>
&nbsp;&nbsp;&nbsp;&nbsp; 74 6d 6f 62 69 6c
65&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
tmobile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
Wireless event: cmd=0x8b1a len=20<br>
Wireless event: cmd=0x8b19 len=12<br>
Received 202 bytes of scan results (1 BSSes)<br>
Scan results: 1<br>
Selecting BSS from priority group 1<br>
0: 00:11:5c:81:b9:70 ssid='tmobile' wpa_ie_len=0 rsn_ie_len=0 caps=0x1<br>
&nbsp;&nbsp; skip - no WPA/RSN IE<br>
No suitable AP found.<br>
Setting scan request: 5 sec 0 usec<br>
Starting AP scan (broadcast SSID)<br>
Wireless event: cmd=0x8b1a len=12<br>
Wireless event: cmd=0x8b19 len=12<br>
Received 340 bytes of scan results (2 BSSes)<br>
Scan results: 2<br>
Selecting BSS from priority group 1<br>
0: 00:11:5c:81:b9:70 ssid='tmobile' wpa_ie_len=0 rsn_ie_len=0 caps=0x1<br>
&nbsp;&nbsp; skip - no WPA/RSN IE<br>
1: 00:0e:83:ed:91:af ssid='tmobile' wpa_ie_len=0 rsn_ie_len=0 caps=0x1<br>
&nbsp;&nbsp; skip - no WPA/RSN IE<br>
No suitable AP found.<br>
<br>
<br>
<br>