You are not logged in.

#1 2009-01-30 04:58:40

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Transition from Windows to Archlinux

Hey guys,

I've had great success with Archlinux on my server box and I love it so much that I now want to install it as my personal desktop OS. That's a great goal to have but I have a LOT of concerns. I realize most (if not all) of these concerns have been brought up before but I want to have a lot of personal reassurance as to the possibility of performing this upgrade before I even start. My first question was not addressed on the forum as far as I could tell from my searching so I'll start with that.

I'm using a wireless NIC, specifically the D-Link DWA-556 PCIe card. I want to be able to, without using a wired connection, easily get this card working in Linux. It also seems damned near impossible to find the chipset for this card. I have searched Google many times for this but it seems like I never get the same answer twice. This will obviously need to be one of the very first things I do after I install Archlinux or else I won't be able to do much.

A long time ago I tried to get this working on a fresh install of Ubuntu version 8 and eventually gave up because I couldn't get it working without an internet connection. I tried ndiswrapper but had no success. Well, I want to try again but with Archlinux this time (I don't suspect it will be much different).

Is there any advice anyone here can give me on this seriously blocking issue? A lot of articles I read online state that I should start off with a wired connection in order to set up the wireless connection, but I just can't do this given the location of my computer in the house and lack of proper equipment.

Last edited by void.pointer (2009-01-30 05:15:23)

Offline

#2 2009-01-30 05:22:27

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Transition from Windows to Archlinux

According to this link:

http://ubuntuforums.org/showthread.php?t=718244

your chip set may be an Atheros 5418, which should be supported by madwifi. madwifi is in core, so it will be on the installation disk. I've never used madwifi, but I assume that it will use the official drivers, so you will want to have them available in some convenient fashion.

Offline

#3 2009-01-30 05:25:41

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: Transition from Windows to Archlinux

skottish wrote:

According to this link:

http://ubuntuforums.org/showthread.php?t=718244

your chip set may be an Atheros 5418, which should be supported by madwifi. madwifi is in core, so it will be on the installation disk. I've never used madwifi, but I assume that it will use the official drivers, so you will want to have them available in some convenient fashion.

Also on the archlinux wiki:
http://wiki.archlinux.org/index.php/Wir … irst_steps

It seems the AR5418 has a linux driver. Does this mean I do not need to use madwifi?

Offline

#4 2009-01-30 05:29:31

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Transition from Windows to Archlinux

void.pointer wrote:

Also on the archlinux wiki:
http://wiki.archlinux.org/index.php/Wir … irst_steps

It seems the AR5418 has a linux driver. Does this mean I do not need to use madwifi?

I don't know that answer to that question, so I'll shut up and let someone that does jump in.

Offline

#5 2009-01-30 07:52:18

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Transition from Windows to Archlinux

To identify your device, boot your system with any linux live CD and run lspci -nn. Google the numeric identifier, which will look something like this [xxxx:yyyy].

Madwifi still works, but will soon be deprecated in favour of ath5k/ath9k. Unlike madwifi, the ath*k drivers are part of the mainline kernel, and are preferred for all supported chipsets.

Offline

#6 2009-01-30 08:23:29

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: Transition from Windows to Archlinux

Thanks for the info tomk

I just installed archlinux and enabled the wireless tools package. From there, I made sure that the 2.6.28 kernel was installed for ath9k support. Now when I reboot my machine I get a different wireless device. I was getting ath5k before the kernel upgrade, and now I'm getting something called "mac80211" when I do "hwdetect --show-net".

When I do "iwconfig" I see a device named "wlan0" and it seems to look like a valid wireless network adapter, but I'm still new to this so I could be wrong. I'm on a completely different computer right now so I can type this since my problem computer obviously has no connectivity to the internet. Otherwise I'd be posting code snippets of the actual output I'm getting. Bear with me.

When I run the following I get no errors and the "essid" value I see when I run "iwconfig" is filled in:

ifconfig wlan0 essid "foo"

However, my network is running WPA2 and my passphrase is extremely long, so I try to do this:

ifconfig wlan0 essid "foo" key s:my really long key with spaces and stuff

This actually results in an error that roughly says "Error for wireless request "Set Encode"". Not sure why it is doing this. I'm also not certain why it isn't using ath9k, since I thought that's what was needed for my specific wireless NIC.

Any ideas on this? If you need any more information please let me know, I'll do my best to get it. I can't copy/paste to the forum so it gets a bit difficult sad

Offline

#7 2009-01-30 09:38:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Transition from Windows to Archlinux

You need wpa_supplicant to connect to a wpa network - iwconfig can handle wep, but not wpa. Read the wpa page in our wiki.

Check lsmod output and also dmesg - I think you will find that you are using ath9k. mac80211 is the 802.11 subsystem - it can't create the wlan0 device on its own, a driver has to do that. FWIW, my driver, b43, also fails to show up under hwdetect, but its working fine.

Offline

#8 2009-01-30 14:13:40

aglarond
Member
From: Texas, USA
Registered: 2008-11-20
Posts: 129

Re: Transition from Windows to Archlinux

Also, I had a lot of trouble with that card using madwifi. I ended up grabbing the official drivers off of D-link's site and using ndiswrapper. Except for a weak antenna the card worked fine after that. My Intel 2100 will show 90%+ in my family room while the D-link shows about 30%.

-mS

Offline

#9 2009-01-30 16:49:59

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: Transition from Windows to Archlinux

Thanks again tomk.

I followed the instructions found on the wiki on how to setup wpa_supplicant, and I got down to the very last step before it failed. I issued the following command:

dhcpcd wlan0

And I got the following output (roughly; remember I can't paste):
wlan0: carrier acquired
wlan0: broadcasting for lease
wlan0: carrier lost

The above 3 lines repeat about 4-5 times and then it times out. I read online that this could be an issue with an incorrect key but I'm fairly certain I typed it correctly. Would apostrophes and space characters in my passphrase cause problems in wpa_passphrase (I forget the exact name)? If not, then it should be okay I think.

What could be the issue here? The complex command I had to run previous to running dhcpcd according to the wiki article resulted in a mac address being displayed. I didn't see any evidence of failure in there but it was mostly cryptic to me.

Offline

#10 2009-01-30 19:55:51

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: Transition from Windows to Archlinux

might the problem be that I'm using wext with wpa_supplicant? I've double checked my passphrase, I've checked all of the relevant logs in /var/log, I am getting no clues as to the source of the problem. I"m going to be completely blocked and twiddling my thumbs until I can get past this issue sad

Offline

#11 2009-01-30 20:55:31

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Transition from Windows to Archlinux

Run wpa_supplicant in the foreground with debug enabled and check the output for errors. Paste it here (in code tags) if you want another opinion. After running wpa_supplicant, you can also check iwconfgi to see if you are associated with the AP, and run wpa_cli status to see what it says for wpa_state=.

You should not proceed to the dhcpcd command until wpa_supplicant is working - it's pointless.

Offline

#12 2009-01-30 21:15:15

void.pointer
Member
From: Dallas, TX
Registered: 2008-07-30
Posts: 239

Re: Transition from Windows to Archlinux

tomk wrote:

Run wpa_supplicant in the foreground with debug enabled and check the output for errors. Paste it here (in code tags) if you want another opinion. After running wpa_supplicant, you can also check iwconfgi to see if you are associated with the AP, and run wpa_cli status to see what it says for wpa_state=.

You should not proceed to the dhcpcd command until wpa_supplicant is working - it's pointless.

Now that I've disabled the -B command line option I'm getting a lot more output that makes it obvious it is failing. Previously it didn't look like it was failing. I'm pretty new to this so I hope you'll bear with me. Thanks so far for all of your help.

I'll post the contents of the output below. Note that I streamed the output of wpa_supplicant into a file, and the ioctl[] errors seemed to still print to the console so they may not be captured in here.

Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='DIR=/var/run/wpa_supplicant GROUP=wheel'
Priority group 0
   id=0 ssid='wtf'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
  capabilities: key_mgmt 0xf enc 0xf
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:19:5b:10:c3:72
wpa_driver_wext_set_wpa
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
wpa_driver_wext_set_drop_unencrypted
Setting scan request: 0 sec 100000 usec
ctrl_interface_group=10 (from group name 'wheel')
Added interface wlan0
RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
Ignore event for foreign ifindex 4
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Trying to get current scan results first without requesting a new scan to speed up initial association
Scan results: -1
Failed to get scan results
Failed to get scan results - try scanning again
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 5 seconds
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=16
Scan results did not fit - trying larger buffer (8192 bytes)
Received 6453 bytes of scan results (16 BSSes)
Scan results: 16
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   selected based on RSN IE
   selected WPA AP 00:1c:f0:fe:00:fa ssid='wtf'
Try to find non-WPA AP
Trying to associate with 00:1c:f0:fe:00:fa (SSID='wtf' freq=2462 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
RSN: using IEEE 802.11i/D9.0
WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=28): dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 02 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK TKIP
WPA: using PTK CCMP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
RSN: Ignored PMKID candidate without preauth flag
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8c02 len=216
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:1c:f0:fe:00:fa
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=00:1c:f0:fe:00:fa
No keys have been configured - skip key clearing
Associated with 00:1c:f0:fe:00:fa
WPA: Association event - clear replay counter
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
Cancelling scan request
EAPOL: startWhen --> 0
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=0)
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RX EAPOL from 00:1c:f0:fe:00:fa
Setting authentication timeout: 10 sec 0 usec
IEEE 802.1X RX: version=1 type=3 length=95
  EAPOL-Key type=2
  key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
  key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 74
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e4
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
State: ASSOCIATED -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:1c:f0:fe:00:fa (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: Renewed SNonce - hexdump(len=32): d9 31 65 2a b3 76 c4 a3 6c 81 cd 7d 5d b2 8c 12 6d d6 12 c4 83 9f 0e 97 b0 a8 9a 79 06 76 b8 1d
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Sending EAPOL-Key 2/4
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=175
  EAPOL-Key type=2
  key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
  key_length=16 key_data_length=80
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 75
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e4
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 9e f2 52 3e a7 99 0d c0 bf d8 77 59 62 1e 54 7d
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
RTM_NEWLINK: operstate=0 ifi_flags=0x1043 ([UP][RUNNING])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:00:00:00:00:00
WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Setting scan request: 0 sec 100000 usec
Added BSSID 00:1c:f0:fe:00:fa into blacklist
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
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_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
Driver did not support SIOCSIWENCODEEXT
State: 4WAY_HANDSHAKE -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 30 seconds
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=16
Scan results did not fit - trying larger buffer (8192 bytes)
Scan results did not fit - trying larger buffer (16384 bytes)
Received 9081 bytes of scan results (23 BSSes)
Scan results: 23
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   selected based on RSN IE
   selected WPA AP 00:1c:f0:fe:00:fa ssid='wtf'
Try to find non-WPA AP
Trying to associate with 00:1c:f0:fe:00:fa (SSID='wtf' freq=2462 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
RSN: using IEEE 802.11i/D9.0
WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=28): dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 02 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK TKIP
WPA: using PTK CCMP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8c02 len=216
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=95
  EAPOL-Key type=2
  key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
  key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 76
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e5
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
State: ASSOCIATING -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:1c:f0:fe:00:fa (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Sending EAPOL-Key 2/4
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:1c:f0:fe:00:fa
State: 4WAY_HANDSHAKE -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=00:1c:f0:fe:00:fa
No keys have been configured - skip key clearing
Associated with 00:1c:f0:fe:00:fa
WPA: Association event - clear replay counter
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
Cancelling scan request
RX EAPOL from 00:1c:f0:fe:00:fa
Setting authentication timeout: 10 sec 0 usec
WPA: EAPOL frame too short to be a WPA EAPOL-Key (len 9, expecting at least 99)
EAPOL: startWhen --> 0
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=0)
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=95
  EAPOL-Key type=2
  key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
  key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 79
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e7
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
State: ASSOCIATED -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:1c:f0:fe:00:fa (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: Renewed SNonce - hexdump(len=32): 20 15 52 13 1d 86 9d 23 ea d4 9a d0 7f e9 15 77 db 28 40 ef 33 c1 b7 63 5e 23 8d 24 84 fb 12 93
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Sending EAPOL-Key 2/4
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=175
  EAPOL-Key type=2
  key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
  key_length=16 key_data_length=80
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 7a
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e7
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 34 61 0b 4e f0 6d 56 be ae 62 7c e4 00 c3 e4 38
RSN: encrypted key data - hexdump(len=80): 98 00 74 bb 3d 40 5b fb a7 a6 8e 33 e7 2a df 95 45 88 c1 21 f8 bf 1e 49 da 58 b4 aa 16 29 2d 56 0f 47 56 de ac e8 2f 07 ef ef 82 ba a0 61 c3 0d 54 9a 70 2e 7f 5c 8f 18 f7 20 1d 96 28 c0 fc c6 c8 c8 c5 2f 7c a2 c9 b0 4e 31 bc fe 32 56 80 24
WPA: decrypted EAPOL-Key key data - hexdump(len=72): [REMOVED]
State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
WPA: RX message 3 of 4-Way Handshake from 00:1c:f0:fe:00:fa (ver=2)
WPA: IE KeyData - hexdump(len=72): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 26 00 0f ac 01 01 00 3e 22 83 ba e2 36 73 af da 5a 52 f9 55 b4 54 70 cc 57 dc ee 2a c9 a7 d4 c3 31 4c 23 e0 1e 1c 6a dd 00 00 00 00 00
WPA: Sending EAPOL-Key 4/4
WPA: Installing PTK to the driver.
wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
EAPOL: External notification - portValid=1
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
WPA: Installing GTK to the driver (keyidx=1 tx=0).
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
WPA: Key negotiation completed with 00:1c:f0:fe:00:fa [PTK=CCMP GTK=TKIP]
Cancelling authentication timeout
Removed BSSID 00:1c:f0:fe:00:fa from blacklist
State: GROUP_HANDSHAKE -> COMPLETED
CTRL-EVENT-CONNECTED - Connection to 00:1c:f0:fe:00:fa completed (auth) [id=0 id_str=]
wpa_driver_wext_set_operstate: operstate 0->1 (UP)
WEXT: Operstate: linkmode=-1, operstate=6
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: SUPP_BE entering state IDLE
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=1 ifi_flags=0x1043 ([UP][RUNNING])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
Added BSSID 00:1c:f0:fe:00:fa into blacklist
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
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_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
Driver did not support SIOCSIWENCODEEXT
State: COMPLETED -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 1->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 30 seconds
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=16
Scan results did not fit - trying larger buffer (8192 bytes)
Scan results did not fit - trying larger buffer (16384 bytes)
Received 9429 bytes of scan results (24 BSSes)
Scan results: 24
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   selected based on RSN IE
   selected WPA AP 00:1c:f0:fe:00:fa ssid='wtf'
Try to find non-WPA AP
Trying to associate with 00:1c:f0:fe:00:fa (SSID='wtf' freq=2462 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
RSN: using IEEE 802.11i/D9.0
WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=28): dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 02 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK TKIP
WPA: using PTK CCMP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8c02 len=216
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:1c:f0:fe:00:fa
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=00:1c:f0:fe:00:fa
No keys have been configured - skip key clearing
Associated with 00:1c:f0:fe:00:fa
WPA: Association event - clear replay counter
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
Cancelling scan request
RX EAPOL from 00:1c:f0:fe:00:fa
Setting authentication timeout: 10 sec 0 usec
WPA: EAPOL frame too short to be a WPA EAPOL-Key (len 9, expecting at least 99)
EAPOL: startWhen --> 0
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=0)
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=95
  EAPOL-Key type=2
  key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
  key_length=16 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 7c
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e9
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
State: ASSOCIATED -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:1c:f0:fe:00:fa (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: Renewed SNonce - hexdump(len=32): af 0e 72 64 c2 98 18 88 ba d9 f8 1b 7e 4a 4c 0c 4d 99 44 3a 23 92 08 1f 00 3f c4 f1 ff a7 d1 85
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: Sending EAPOL-Key 2/4
RX EAPOL from 00:1c:f0:fe:00:fa
IEEE 802.1X RX: version=1 type=3 length=175
  EAPOL-Key type=2
  key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
  key_length=16 key_data_length=80
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 43 7d
  key_nonce - hexdump(len=32): 55 fa 4f 0e a2 00 37 9c f2 c5 a4 b0 4e 6d 9b 46 7e fb 17 10 d8 e5 c1 a4 df 87 62 ff 13 04 d4 e9
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 68 c5 f7 db 88 4c ce 9f d2 50 5b ee c1 24 56 4a
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Invalid EAPOL-Key MIC - dropping packet
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1043 ([UP][RUNNING])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:00:00:00:00:00
WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Setting scan request: 0 sec 100000 usec
BSSID 00:1c:f0:fe:00:fa blacklist count incremented to 2
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
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_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
Driver did not support SIOCSIWENCODEEXT
State: 4WAY_HANDSHAKE -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 30 seconds
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=16
Scan results did not fit - trying larger buffer (8192 bytes)
Scan results did not fit - trying larger buffer (16384 bytes)
Received 8991 bytes of scan results (23 BSSes)
Scan results: 23
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   skip - blacklisted
1: 00:18:01:f5:f0:79 ssid='5A614' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   skip - SSID mismatch
2: 00:18:01:f9:18:e8 ssid='JVZO4' wpa_ie_len=24 rsn_ie_len=22 caps=0x11
   skip - SSID mismatch
3: 00:1f:90:e3:dd:8b ssid='502E0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
4: 00:13:46:ee:9f:27 ssid='Frost108' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
5: 00:18:3a:81:8e:30 ssid='08FX01023735' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
6: 00:21:63:37:2d:7e ssid='9NJ93' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
7: 00:18:01:fa:1c:ae ssid='YLRW4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
8: 00:1f:90:e4:6d:37 ssid='EO9J0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
9: 00:1f:90:e5:a9:93 ssid='GNFS0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
10: 00:18:01:f7:a2:8f ssid='IUWD4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
11: 00:18:01:f8:f0:4b ssid='WHUP4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
12: 00:18:01:fd:d5:b7 ssid='3NV80' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
13: 00:1f:90:e6:61:84 ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
14: 00:18:01:a2:9d:7c ssid='T3FC6' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
15: 00:18:3a:7f:bf:1b ssid='08FX01006161' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
16: 00:21:63:5f:76:0a ssid='BYGG7' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
17: 00:21:29:b1:4b:8e ssid='Reign' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
18: 00:18:01:f5:69:2b ssid='HXTY3' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
19: 00:0f:b3:b9:cc:6a ssid='Network' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
20: 00:18:01:f3:29:9f ssid='AKITSWA' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
21: 00:18:01:f1:3b:8c ssid='UV653' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
22: 00:02:6f:3c:39:f9 ssid='CityNet-DFW-HZ3--972-739-7010' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - no WPA/RSN IE
Try to find non-WPA AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   skip - blacklisted
1: 00:18:01:f5:f0:79 ssid='5A614' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   skip - SSID mismatch
2: 00:18:01:f9:18:e8 ssid='JVZO4' wpa_ie_len=24 rsn_ie_len=22 caps=0x11
   skip - SSID mismatch
3: 00:1f:90:e3:dd:8b ssid='502E0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
4: 00:13:46:ee:9f:27 ssid='Frost108' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
5: 00:18:3a:81:8e:30 ssid='08FX01023735' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
6: 00:21:63:37:2d:7e ssid='9NJ93' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
7: 00:18:01:fa:1c:ae ssid='YLRW4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
8: 00:1f:90:e4:6d:37 ssid='EO9J0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
9: 00:1f:90:e5:a9:93 ssid='GNFS0' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
10: 00:18:01:f7:a2:8f ssid='IUWD4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
11: 00:18:01:f8:f0:4b ssid='WHUP4' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
12: 00:18:01:fd:d5:b7 ssid='3NV80' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
13: 00:1f:90:e6:61:84 ssid='' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
14: 00:18:01:a2:9d:7c ssid='T3FC6' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
15: 00:18:3a:7f:bf:1b ssid='08FX01006161' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
16: 00:21:63:5f:76:0a ssid='BYGG7' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
17: 00:21:29:b1:4b:8e ssid='Reign' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
18: 00:18:01:f5:69:2b ssid='HXTY3' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
19: 00:0f:b3:b9:cc:6a ssid='Network' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
20: 00:18:01:f3:29:9f ssid='AKITSWA' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
21: 00:18:01:f1:3b:8c ssid='UV653' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
22: 00:02:6f:3c:39:f9 ssid='CityNet-DFW-HZ3--972-739-7010' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
   skip - SSID mismatch
No APs found - clear blacklist and try again
Removed BSSID 00:1c:f0:fe:00:fa from blacklist (clear)
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 00:1c:f0:fe:00:fa ssid='wtf' wpa_ie_len=28 rsn_ie_len=26 caps=0x11
   selected based on RSN IE
   selected WPA AP 00:1c:f0:fe:00:fa ssid='wtf'
Try to find non-WPA AP
Trying to associate with 00:1c:f0:fe:00:fa (SSID='wtf' freq=2462 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
RSN: using IEEE 802.11i/D9.0
WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=28): dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 02 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK TKIP
WPA: using PTK CCMP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=16
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8c02 len=216
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=24
Wireless event: new AP: 00:1c:f0:fe:00:fa
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=00:1c:f0:fe:00:fa
No keys have been configured - skip key clearing
Associated with 00:1c:f0:fe:00:fa
WPA: Association event - clear replay counter
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
Cancelling scan request
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface wlan0
State: ASSOCIATED -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_deauthenticate
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
wpa_driver_wext_set_wpa
wpa_driver_wext_set_drop_unencrypted
wpa_driver_wext_set_countermeasures
No keys have been configured - skip key clearing
Cancelling scan request
Cancelling authentication timeout
WEXT: Operstate: linkmode=0, operstate=6

Also, during the Archlinux boot process, after "Loading Modules [BUSY]", it says (roughly):

FATAL: ath_hal, ath_pci, wlan not found.

I'm not sure if this is relevant but I thought I'd mention it anyway.

EDIT:
When I run wpa_cli, it says "Associated with <MAC>", and then half a second or so after that it says handshake failed and that my passphrase might be incorrect. However, I typed it exactly how it is supposed to be. I don't believe that is the problem

Last edited by void.pointer (2009-01-30 21:37:48)

Offline

Board footer

Powered by FluxBB