You are not logged in.
EDIT: It seems there is a problem with DMA and some Broadcom cards on some netbooks that prevents the card from connecting to some, but not all, wifi routers. The solution (from here) is to force the driver to load as Programmed input/output with Quality of Service set to 0 (messages are sent at most once):
sudo touch /etc/modprobe.d/b43.conf
echo "options b43 pio=1 qos=0" | sudo tee -a /etc/modprobe.d/b43.conf(EDIT: The subject line refers to a Two Ronnies sketch; I apologize for my strange sense of humor.)
OK, I finally got our cable company to get our (or rather *their*) digital phone & data modem configured as our primary access point, and I have our wifi router set up. As expected, the Belkin wifi dongle I got for my desktop PC works beautifully with the Belkin router, since the router is marketed as yin to the dongle's yang. But now I'm unable to connect to the router with the Broadcom BCM4312 wifi card in my netbook, which worked great with the old Netgear cable modem/router and the public wifi at work.
Any ideas? I'm using the same connection information in Network Manager on both remote computers.
EDIT: According to lspci, the BCM4312 supports 802.11b/g; the router supports 802.11b/g/n.
Last edited by pvsage (2012-01-23 16:38:07)
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Hi Mr Blackberry,
Is the interface there on your netbook?
ifconfig -a
shows your wireless interface?
If yes, this for me is the perfect situation to try debugging wpa-supplicant:
Preparation:
Disable network-manager:
sudo update-rc.d network-manager disableand reboot
after reboot:
copy this to /etc/wpa_supplicant/wpa_supplicant.conf
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="your-ssid"
psk="your-psk-key"
}Replace your-ssid and your-psk-key by your values.
In what follows, I presume your interface is called wlan0
cd $HOME
sudo ifconfig wlan0 up
sudo wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -ddd 2>&1 | tee ./wpa.logleave the process running in the terminal window.
Start a new terminal window, and enter
sudo dhclient wlan0Wait a couple of seconds and try to ping google:
ping google.comif that works, try your browser to connect to the internet.
break the wpa_supplicant process running in terminal window 1 ( enter Ctrl + c )
re-enable network-manager:
sudo update-rc.d network-manager enablereboot
This should bring you back to the situation as it was before, with network-manager in control.
Post the content of wpa.log in this forum.
If any command gives errors, post them on the forum.
hth
bootinfoscript - emacs primer - I ♥ #!
Offline
Did you try to change the router to no encryption, just to see if the problem is not there? oh, I see dr xaos is on the case 
Last edited by el_koraco (2012-01-21 17:39:25)
Offline
^ Haven't tried this yet; trying xaos52's suggestions first. (I actually do have a desire to debug this, perhaps for future generations.)
^^ I don't have a /etc/wpa_supplicant/wpa_supplicant.conf; perhaps /etc/dbus-1/system.d/wpa_supplicant.conf is the right file?
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
No, create the file.
bootinfoscript - emacs primer - I ♥ #!
Offline
Back in about 1 hour.
bootinfoscript - emacs primer - I ♥ #!
Offline
wpa.log:
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=10):
62 65 6c 6b 69 6e 2e 61 66 32 belkin.af2
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
id=0 ssid='belkin.af2'
Initializing interface (2) 'wlan0'
WEXT: cfg80211-based driver detected
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf flags 0x0
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:23:08:6f:f2:2b
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
RSN: flushing PMKID list in the driver
Setting scan request: 0 sec 100000 usec
WPS: UUID based on MAC address - hexdump(len=16): 78 d0 c6 6c b5 a3 5c 20 9c 65 99 5b 54 d4 b9 7b
WPS: Build Beacon and Probe Response IEs
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Response Type (2)
WPS: * UUID-E
WPS: * Manufacturer
WPS: * Model Name
WPS: * Model Number
WPS: * Serial Number
WPS: * Primary Device Type
WPS: * Device Name
WPS: * Config Methods (0)
WPS: * RF Bands (3)
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
Added interface wlan0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
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
Received 0 bytes of scan results (0 BSSes)
Cached scan results are empty - not posting
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 5 seconds
EAPOL: disable timer tick
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=8
Received 1851 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: enable timer tick
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
Cancelling scan request
EAPOL: startWhen --> 0
EAPOL: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=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
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
Added BSSID 08:86:3b:4a:9a:f2 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
State: ASSOCIATED -> 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
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=8
Received 1852 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=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
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
BSSID 08:86:3b:4a:9a:f2 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
State: ASSOCIATED -> 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
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=8
Received 1000 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No APs found - clear blacklist and try again
Removed BSSID 08:86:3b:4a:9a:f2 from blacklist (clear)
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=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
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
Added BSSID 08:86:3b:4a:9a:f2 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
State: ASSOCIATED -> 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
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=8
Received 1656 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=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
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
BSSID 08:86:3b:4a:9a:f2 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
State: ASSOCIATED -> 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
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=8
Received 2154 bytes of scan results (5 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: b0:e7:54:e6:f0:79 ssid='2WIRE333' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
skip - no WPA/RSN IE
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: b0:e7:54:e6:f0:79 ssid='2WIRE333' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No APs found - clear blacklist and try again
Removed BSSID 08:86:3b:4a:9a:f2 from blacklist (clear)
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=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
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Setting scan request: 0 sec 100000 usec
Added BSSID 08:86:3b:4a:9a:f2 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
State: ASSOCIATED -> 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
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
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=0x8c08 len=58
AssocResp IE wireless event - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 08:86:3b:4a:9a:f2
Association info event
resp_ies - hexdump(len=50): 01 08 82 84 8b 96 0c 12 18 24 32 04 30 48 60 6c dd 18 00 50 f2 02 01 01 00 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 dd 06 00 e0 4c 02 01 60
State: ASSOCIATING -> ASSOCIATED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=08:86:3b:4a:9a:f2
No keys have been configured - skip key clearing
Associated with 08:86:3b:4a:9a:f2
WPA: Association event - clear replay counter
WPA: Clear old PTK
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: disable timer tick
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: enable timer tick
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=0)
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Authentication with 08:86:3b:4a:9a:f2 timed out.
BSSID 08:86:3b:4a:9a:f2 blacklist count incremented to 2
wpa_driver_wext_disassociate
No keys have been configured - skip key clearing
State: ASSOCIATED -> 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
Setting scan request: 0 sec 0 usec
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=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Added BSSID 00:00:00:00:00:00 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
State: SCANNING -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
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
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=8
Received 652 bytes of scan results (1 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - blacklisted
No APs found - clear blacklist and try again
Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
Removed BSSID 08:86:3b:4a:9a:f2 from blacklist (clear)
Selecting BSS from priority group 0
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
selected based on RSN IE
selected WPA AP 08:86:3b:4a:9a:f2 ssid='belkin.af2'
Trying to associate with 08:86:3b:4a:9a:f2 (SSID='belkin.af2' freq=2427 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 16 pairwise 16 key_mgmt 2 proto 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 04 01 00 00 50 f2 04 01 00 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: using GTK CCMP
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 04 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: DISCONNECTED -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
wpa_driver_wext_set_psk
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=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=18
Authentication with 08:86:3b:4a:9a:f2 timed out.
Added BSSID 08:86:3b:4a:9a:f2 into blacklist
No keys have been configured - skip key clearing
State: ASSOCIATING -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
Setting scan request: 0 sec 0 usec
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 30 seconds
EAPOL: startWhen --> 0
EAPOL: disable timer tick
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=8
Received 0 bytes of scan results (0 BSSes)
New scan results available
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No APs found - clear blacklist and try again
Removed BSSID 08:86:3b:4a:9a:f2 from blacklist (clear)
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 0 bytes of scan results (0 BSSes)
New scan results available
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 0 bytes of scan results (0 BSSes)
New scan results available
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 0 bytes of scan results (0 BSSes)
New scan results available
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 0 bytes of scan results (0 BSSes)
New scan results available
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 0 bytes of scan results (0 BSSes)
NeHad a wifi connection for about 20 seconds after reboot...
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
I think the output got interrupted brutally again?
Having a look at what i have got now.
bootinfoscript - emacs primer - I ♥ #!
Offline
^ No, for forum posts, PunBB screams at you if your post exceeds maximum length. I think hat you see at the end is a result of
break the wpa_supplicant process running in terminal window 1 ( enter Ctrl + c )
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
OK.
I suppose belkin.af2 is the configured AP.
I would like to see output of
sudo iwlist scanI think you can do that while network-manager is active.
bootinfoscript - emacs primer - I ♥ #!
Offline
Can you change /etc/wpa_supplicant/wpa_supplicant.conf to this:
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="your-ssid"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
priority=5
psk="your-psk-key"
}and try again.
bootinfoscript - emacs primer - I ♥ #!
Offline
output of `sudo iwlist scan`:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
pan0 Interface doesn't support scanning.Now changing /etc/wpa_supplicant/wpa_supplicant.conf and trying again.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
var.log with altered wpa_supplicant.conf:
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=10):
62 65 6c 6b 69 6e 2e 61 66 32 belkin.af2
proto: 0x1
key_mgmt: 0x2
pairwise: 0x8
group: 0x8
priority=5 (0x5)
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
id=0 ssid='belkin.af2'
Initializing interface (2) 'wlan0'
WEXT: cfg80211-based driver detected
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf flags 0x0
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:23:08:6f:f2:2b
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
RSN: flushing PMKID list in the driver
Setting scan request: 0 sec 100000 usec
WPS: UUID based on MAC address - hexdump(len=16): 78 d0 c6 6c b5 a3 5c 20 9c 65 99 5b 54 d4 b9 7b
WPS: Build Beacon and Probe Response IEs
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Response Type (2)
WPS: * UUID-E
WPS: * Manufacturer
WPS: * Model Name
WPS: * Model Number
WPS: * Serial Number
WPS: * Primary Device Type
WPS: * Device Name
WPS: * Config Methods (0)
WPS: * RF Bands (3)
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
Added interface wlan0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
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
Received 0 bytes of scan results (0 BSSes)
Cached scan results are empty - not posting
Selecting BSS from priority group 5
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 5 seconds
EAPOL: disable timer tick
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 2200 bytes of scan results (5 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 2203 bytes of scan results (5 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 2204 bytes of scan results (5 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 98:2c:be:4c:6a:69 ssid='2WIRE213' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
4: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1497 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1497 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1496 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1497 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - no WPA/RSN IE
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: e0:46:9a:41:0d:9c ssid='TheInformationSuperHighway' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1000 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:By the way, both times `ping google.com` returned "unknown host".
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Try again, but insert the iwlist scan command:
Preparation:
Disable network-manager:
sudo update-rc.d network-manager disable
and reboot
after reboot:
Remove
proto=WPAfrom /etc/wpa_supplicant/wpa_supplicant.conf
In what follows, I presume your interface is called wlan0
cd $HOME
sudo ifconfig wlan0 up
sudo iwlist scansave the output to a file and post it, please.
sudo wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -ddd 2>&1 | tee ./wpa.logleave the process running in the terminal window.
Start a new terminal window, and enter
cat /etc/resolv.confsave the output to pulish on the forum
sudo dhclient wlan0Wait a couple of seconds and try to ping google:
ping google.com
if that works, try your browser to connect to the internet.
break the wpa_supplicant process running in terminal window 1 ( enter Ctrl + c )
re-enable network-manager:
sudo update-rc.d network-manager enablereboot
This should bring you back to the situation as it was before, with network-manager in control.
Post the content of wpa.log in this forum.
If any command gives errors, post them on the forum.
hth
bootinfoscript - emacs primer - I ♥ #!
Offline
Results of `sudo iwlist scan`:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 08:86:3B:4A:9A:F2
Channel:4
Frequency:2.427 GHz (Channel 4)
Quality=62/70 Signal level=-48 dBm
Encryption key:on
ESSID:"belkin.af2"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000042ceaaa75
Extra: Last beacon: 828ms ago
IE: Unknown: 000A62656C6B696E2E616632
IE: Unknown: 010882848B960C121824
IE: Unknown: 030104
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: 2D1A2C181EFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1604000000000000000000000000000000000000000000
IE: WPA Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
IE: Unknown: DDA50050F204104A0001101044000102103B00010310470010775B6680BFDE11D38D2F08863B4A9AF21021001442656C6B696E20496E7465726E6174696F6E616C102300144E33303020576972656C65737320526F757465721024000746394B313030321042000E32303131343347433130303839361054000800060050F20400011011001B42656C6B696E204E33303020576972656C65737320526F75746572100800020086
IE: Unknown: DD1E00904C332C181EFFFF000000000000000000000000000000000000000000
IE: Unknown: DD1A00904C3404000000000000000000000000000000000000000000
IE: Unknown: DD0600E04C020160
pan0 Interface doesn't support scanning.I think I see something, but it's all Linear B to me. 
Results of `cat /etc/resolv.conf`:
# Generated by NetworkManager(In other words, absolutely nothing.)
wpa.log:
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=10):
62 65 6c 6b 69 6e 2e 61 66 32 belkin.af2
key_mgmt: 0x2
pairwise: 0x8
group: 0x8
priority=5 (0x5)
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
id=0 ssid='belkin.af2'
Initializing interface (2) 'wlan0'
WEXT: cfg80211-based driver detected
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf flags 0x0
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:23:08:6f:f2:2b
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
RSN: flushing PMKID list in the driver
Setting scan request: 0 sec 100000 usec
WPS: UUID based on MAC address - hexdump(len=16): 78 d0 c6 6c b5 a3 5c 20 9c 65 99 5b 54 d4 b9 7b
WPS: Build Beacon and Probe Response IEs
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Version
WPS: * Wi-Fi Protected Setup State (0)
WPS: * Response Type (2)
WPS: * UUID-E
WPS: * Manufacturer
WPS: * Model Name
WPS: * Model Number
WPS: * Serial Number
WPS: * Primary Device Type
WPS: * Device Name
WPS: * Config Methods (0)
WPS: * RF Bands (3)
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
Added interface wlan0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b1a len=8
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
Received 0 bytes of scan results (0 BSSes)
Cached scan results are empty - not posting
Selecting BSS from priority group 5
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 5 seconds
EAPOL: disable timer tick
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Wireless event: cmd=0x8b19 len=8
Received 1005 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1362 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1357 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1000 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1000 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1349 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1349 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1350 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1352 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1000 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1356 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1357 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1680 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1680 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1682 bytes of scan results (4 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 00:18:f3:da:5a:65 ssid='JDUKE' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
3: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1357 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1007 bytes of scan results (2 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1355 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
Selecting BSS from priority group 5
Try to find WPA-enabled AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip RSN IE - PTK cipher mismatch
skip WPA IE - PTK cipher mismatch
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
Try to find non-WPA AP
0: 08:86:3b:4a:9a:f2 ssid='belkin.af2' wpa_ie_len=22 rsn_ie_len=20 caps=0x11
skip - non-WPA network not allowed
1: 28:16:2e:39:79:31 ssid='2WIRE368' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
2: 64:0f:28:ea:86:a1 ssid='2WIRE842' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
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=8
Received 1356 bytes of scan results (3 BSSes)
New scan results available
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1042 len=14
WPS: attr type=0x1054 len=8
WPS: attr type=0x1011 len=27
WPS: attr type=0x1008 len=2
WPS: attr type=0x104a len=1
WPS: attr type=0x1044 len=1
WPS: attr type=0x103b len=1
WPS: attr type=0x1047 len=16
WPS: attr type=0x1021 len=20
WPS: attr type=0x1023 len=20
WPS: attr type=0x1024 len=7
WPS: attr type=0x1while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Hi again,
It is an authentication problem.
Can you do the same exercise on the desktop, so we can compare logs, and see what ciphers are used.
bootinfoscript - emacs primer - I ♥ #!
Offline
Try it with this one:
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="your-ssid"
psk="your-psk-key"
}But don't use your ASCII pass. Do
sudo wpa_passphrase YOURSSID "YOURKEY"which should give you a hex passkey. Put that one in the wpa_supplicant.conf file.
Offline
This is probably the situation we have on our hands: http://comments.gmane.org/gmane.linux.d … stap/24865
We are not getting an 'RX EAPOL' in wpa_supplicant:
either it is not sent by the AP
or, as in the link, it is sent, but it does not reach wpa_supplicant: the wireless driver does not deliver it.
What driver are you using for the Broadcom?
Post output of
lsmod
lspci -knn | grep -i -A5 broadcomLast edited by xaos52 (2012-01-22 16:46:38)
bootinfoscript - emacs primer - I ♥ #!
Offline
Or perhaps your AP is configured for n-mode only:see this link http://www.juniper.net/techpubs/softwar … nding.html
Last edited by xaos52 (2012-01-22 17:03:30)
bootinfoscript - emacs primer - I ♥ #!
Offline
^ I had previously confirmed that the AP is configured for b/g/n.
^^ & ^^^ I'll try those once I get caught up on this forum - quite a flood of posts today! 
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
No problem.
Here is a solution for your empty resolv.conf: http://crunchbanglinux.org/forums/post/156434/#p156434
Do not restart network-manager in your case. Do this once before executing dhclient.
Last edited by xaos52 (2012-01-22 17:45:08)
bootinfoscript - emacs primer - I ♥ #!
Offline
No problem.
Here is a solution for your empty resolv.conf: http://crunchbanglinux.org/forums/post/156434/#p156434
Do not restart network-manager in your case. Do this once before executing dhclient.
resolv.conf is still empty; will post wpa.log shortly.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
#El_K: I think you meant to leave off the quotes in your version of wpa_supplicant.conf? With quotes, I get an invalid passphrase length error; without quotes is OK.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Probably, these things change. What does it give you?
Offline
^ I don't remember; that was a couple restarts ago, and I didn't keep that log because it self-terminated immediately.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.