Re: NetworkManager + Madwifi in Debian - Can't Get IP



On Sun, 2006-11-19 at 23:11 -0500, Dan Williams wrote:
> On Sun, 2006-11-19 at 22:10 -0500, Carlos Moffat wrote:
> > On Sun, 2006-11-19 at 19:06 -0500, Dan Williams wrote:
> > > On Sun, 2006-11-19 at 18:22 -0500, Carlos Moffat wrote:
> > > > Hi,
> > > > 
> > > > I've been trying to track down this issue for a while. Although the NM +
> > > > Madwifi drivers worked for a while for me (I'm using Debian/Sid), I've
> > > > been stuck using the r1500 version of the madwifi drivers, as any newer
> > > > version does not work. If I use a newer version, NM does not get an IP
> > > > address from the router (no WEP, no WPA). 
> > > > 
> > > > The issue is discussed here:
> > > > 
> > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385599
> > > > 
> > > > If I shut down NM, I can get an IP address from the router using
> > > > dhclient. But NM works fine with the older driver, so I'm not sure who's
> > > > to blame here.
> > > 
> > > Probably an interaction with wpa_supplicant and madwifi; can you connect
> > > with plain wpa_supplicant?
> > > 
> > > Dan
> > > 
> > 
> > Mmhh. Can one connect to a dhcp (no WPA, no WEP) using wpasupplicant?
> > How does that work?
> 
> Sure; wpa_supplicant just sets up the connection.  So first stop
> NetworkManager, then:
> 
> Put the following in /etc/wpa_supplicant.conf:
> 
> ctrl_interface_group=0
> ctrl_interface=/var/run/wpa_supplicant
> eapol_version=1
> ap_scan=1
> fast_reauth=1
> network={
>        ssid="my network"
>        key_mgmt=NONE
>        auth_alg=OPEN
> }
> 
> then execute with (as root):
> 
> wpa_supplicant -ddd -iwifi0 -c/etc/wpa_supplicant.conf -Dwext
> 
> and then, when it says "CONNECTED",
> 
> dhclient -1 wifi0
> 

I've attached the output of NM, in case it is of any use.






> 
> And see what happens.
> 
> > Thanks,
> > Carlos
> > 
> > 
> > > > Any ideas, or any users of Debian/Sid using the madwifi drivers and NM
> > > > successfully?
> > > > 
> > > > 
> > > > Thanks,
> > > > Carlos
> > > > 
> > > > Other Info:
> > > > 
> > > > * kernel 2.6.17 (tried .16 and .18, no luck)
> > > > * 02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212
> > > > 802.11abg NIC (rev 01)
> > > > * NM 0.6.4
> > > > * wpasupplicant 0.5.5
> > > > * Thinkpad T42p.
> > > > 
> > > > _______________________________________________
> > > > NetworkManager-list mailing list
> > > > NetworkManager-list gnome org
> > > > http://mail.gnome.org/mailman/listinfo/networkmanager-list
> > > 
> > 
> 
Nov 28 19:57:29 localhost NetworkManager: <debug info>^I[1164761849.649398] nm_device_802_11_wireless_get_activation_ap (): Forcing AP 'Patagonia'
Nov 28 19:57:29 localhost NetworkManager: <information>^IUser Switch: /org/freedesktop/NetworkManager/Devices/ath0 / Patagonia
Nov 28 19:57:29 localhost NetworkManager: <information>^IDeactivating device ath0.
Nov 28 19:57:29 localhost NetworkManager: <information>^IDevice ath0 activation scheduled...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) started...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 1 of 5 (Device Prepare) scheduled...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 1 of 5 (Device Prepare) started...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 2 of 5 (Device Configure) scheduled...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 1 of 5 (Device Prepare) complete.
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 2 of 5 (Device Configure) starting...
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0/wireless): access point 'Patagonia' is unencrypted, no key needed.
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'INTERFACE_ADD ath0^I^Iwext^I/var/run/wpa_supplicant^I'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was 'OK'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'AP_SCAN 1'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was 'OK'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'ADD_NETWORK'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was '0'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'SET_NETWORK 0 ssid 50617461676f6e6961'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was 'OK'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'SET_NETWORK 0 key_mgmt NONE'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was 'OK'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: sending command 'ENABLE_NETWORK 0'
Nov 28 19:57:29 localhost NetworkManager: <information>^ISUP: response was 'OK'
Nov 28 19:57:29 localhost NetworkManager: <information>^IActivation (ath0) Stage 2 of 5 (Device Configure) complete.
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Global control interface '/var/run/wpa_supplicant-global'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX global ctrl_iface - hexdump_ascii(len=49):
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      49 4e 54 45 52 46 41 43 45 5f 41 44 44 20 61 74   INTERFACE_ADD at
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      68 30 09 09 77 65 78 74 09 2f 76 61 72 2f 72 75   h0__wext_/var/ru
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      6e 2f 77 70 61 5f 73 75 70 70 6c 69 63 61 6e 74   n/wpa_supplicant
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      09                                                _ 
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE GLOBAL INTERFACE_ADD 'ath0^I^Iwext^I/var/run/wpa_supplicant^I'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Initializing interface 'ath0' conf 'N/A' driver 'wext' ctrl_interface '/var/run/wpa_supplicant' bridge 'N/A'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Initializing interface (2) 'ath0'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: SUPP_PAE entering state DISCONNECTED
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: SUPP_BE entering state INITIALIZE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAP: EAP entering state DISABLED
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): SIOCGIWRANGE: WE(compiled)=20 WE(source)=13 enc_capa=0xf
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):   capabilities: key_mgmt 0xf enc 0xf
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=1, operstate=5
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): d
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_wpa
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_countermeasures
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 100000 usec
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added interface ath0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK, IFLA_IFNAME: Interface 'ath0' added
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX ctrl_iface - hexdump_ascii(len=9):
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      41 50 5f 53 43 41 4e 20 31                        AP_SCAN 1
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX ctrl_iface - hexdump_ascii(len=11):
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      41 44 44 5f 4e 45 54 57 4f 52 4b                  ADD_NETWORK
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE: ADD_NETWORK
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX ctrl_iface - hexdump_ascii(len=37): [REMOVED]
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE: SET_NETWORK id=0 name='ssid'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): =18): [REMOVED]
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): ssid - hexdump_ascii(len=9):
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      50 61 74 61 67 6f 6e 69 61                        Patagonia
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX ctrl_iface - hexdump_ascii(len=27): [REMOVED]
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE: SET_NETWORK id=0 name='key_mgmt'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE: value - hexdump_ascii(len=4): [REMOVED]
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): key_mgmt: 0x4
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RX ctrl_iface - hexdump_ascii(len=16):
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):      45 4e 41 42 4c 45 5f 4e 45 54 57 4f 52 4b 20 30   ENABLE_NETWORK 0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE: ENABLE_NETWORK id=0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to get current scan results first without requesting a new scan to speed up initial association
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  selection: 0x1
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor attached - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:57:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): x8b1a len=18
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): :0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:57:46 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): timeout: 5 sec 0 usec
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): lts
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): can request: 0 sec 0 usec
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:02 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  been configured - skip key clearing
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  2d 31 38 00
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): h_alg selection: 0x1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:18 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): PA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): tion timeout: 5 sec 0 usec
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:34 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): y to get results
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): ext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  have been configured - skip key clearing
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:48 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 8 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): q=2437 MHz)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): x11003 ([UP][LOWER_UP])
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_associate
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:58:59 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): BSSID 00:0f:66:8a:f6:7b blacklist count incremented to 2
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):  group 0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - blacklisted
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No APs found - clear blacklist and try again
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Removed BSSID 00:0f:66:8a:f6:7b from blacklist (clear)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: SCANNING -> ASSOCIATING
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): ver_wext_associate
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Association request to the driver failed
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting authentication timeout: 5 sec 0 usec
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portControl=ForceAuthorized
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b06 len=8
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b04 len=12
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Wireless event: cmd=0x8b1a len=18
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Authentication with 00:00:00:00:00:00 timed out.
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Added BSSID 00:0f:66:8a:f6:7b into blacklist
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: ASSOCIATING -> DISCONNECTED
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WEXT: Operstate: linkmode=-1, operstate=5
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): onfigured - skip key clearing
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portEnabled=0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): EAPOL: External notification - portValid=0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Setting scan request: 0 sec 0 usec
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): State: DISCONNECTED -> SCANNING
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Starting AP scan (broadcast SSID)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan timeout - try to get results
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Received 128 bytes of scan results (1 BSSes)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Scan results: 1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Selecting BSS from priority group 0
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): 0: 00:0f:66:8a:f6:7b ssid='Patagonia' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    skip - no WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758):    selected non-WPA AP 00:0f:66:8a:f6:7b ssid='Patagonia'
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Trying to associate with 00:0f:66:8a:f6:7b (SSID='Patagonia' freq=2437 MHz)
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): CTRL_IFACE monitor send - hexdump(len=41): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 31 39 33 38 2d 31 38 00
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Cancelling scan request
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): Automatic auth_alg selection: 0x1
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP WPA IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing AP RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): WPA: clearing own WPA/RSN IE
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): No keys have been configured - skip key clearing
Nov 28 19:59:15 localhost NetworkManager: <information>^Iwpa_supplicant(3758): wpa_driver_wext_set_drop_unencrypted
Nov 28 19:59:29 localhost NetworkManager: <information>^IActivation (ath0/wireless): association took too long (>120s), failing activation.
Nov 28 19:59:29 localhost NetworkManager: <information>^IActivation (ath0) failure scheduled...
Nov 28 19:59:29 localhost NetworkManager: <information>^IActivation (ath0) failed for access point (Patagonia)
Nov 28 19:59:29 localhost NetworkManager: <information>^IActivation (ath0) failed.
Nov 28 19:59:29 localhost NetworkManager: <information>^IDeactivating device ath0.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]