Re: Ad-Hoc network creation took too long, failing activation




- /etc/sysconfig/wpa_supplicant:

# Use the flag "-i" before each of your interfaces, like so:
#  INTERFACES="-ieth1 -iwlan0"
INTERFACES=""

# Use the flag "-D" before each driver, like so:
#  DRIVERS="-Dwext"
DRIVERS=""

# Other arguments
#   -u   Enable the D-Bus interface (required for use with NetworkManager)
#   -f   Log to /var/log/wpa_supplicant.log
#   -P   Write pid file to /var/run/wpa_supplicant.pid 
#        required to return proper codes by init scripts (e.g. double "start" action)
#        -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d
OTHER_ARGS="-ddtu -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"


- /var/log/wpa_supplicant.log:

1412987511.201071: wpa_supplicant v2.0
1412987511.201797: random: Trying to read entropy from /dev/random
1412987511.203564: dbus: Register D-Bus object '/fi/w1/wpa_supplicant1'
1412987511.204830: Providing DBus service 'fi.w1.wpa_supplicant1'.
1412987511.205753: Providing DBus service 'fi.epitest.hostap.WPASupplicant'.
1412987511.205777: Successfully initialized wpa_supplicant
1412987511.205794: random: Got 20/20 bytes from /dev/random
1412987511.205983: dbus: fi.w1.wpa_supplicant1.CreateInterface (/fi/w1/wpa_supplicant1)
1412987511.206002: Initializing interface 'wlp0s4f1u3' conf 'N/A' driver 'nl80211,wext' ctrl_interface 'N/A' 
bridge 'N/A'
1412987511.206504: Could not open file /sys/class/net/wlp0s4f1u3/phy80211/name: No such file or directory
1412987511.206555: nl80211: Set mode ifindex 5 iftype 2 (STATION)
1412987511.206574: nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
1412987511.206582: nl80211: Could not configure driver to use managed mode
1412987511.206589: netlink: Operstate: linkmode=0, operstate=6
1412987511.407292: nl80211: Set mode ifindex 5 iftype 2 (STATION)
1412987511.407392: nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
1412987511.407421: wlp0s4f1u3: Failed to initialize driver interface - try next driver wrapper
1412987511.509975: SIOCGIWRANGE: WE(compiled)=22 WE(source)=16 enc_capa=0xf
1412987511.510019:   capabilities: key_mgmt 0xf enc 0x1f flags 0x0
1412987511.510142: netlink: Operstate: linkmode=1, operstate=5
1412987511.519245: wlp0s4f1u3: Own MAC address: 00:11:22:33:44:55
1412987511.519289: wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
1412987511.519317: wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
1412987511.519339: wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
1412987511.519359: wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
1412987511.519379: wpa_driver_wext_set_countermeasures
1412987511.519401: wlp0s4f1u3: RSN: flushing PMKID list in the driver
1412987511.519425: wlp0s4f1u3: State: DISCONNECTED -> INACTIVE
1412987511.519518: WPS: Set UUID for interface wlp0s4f1u3
1412987511.519597: WPS: UUID based on MAC address - hexdump(len=16): ...
1412987511.572800: EAPOL: SUPP_PAE entering state DISCONNECTED
1412987511.572840: EAPOL: Supplicant port status: Unauthorized
1412987511.572856: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1412987511.572870: EAPOL: SUPP_BE entering state INITIALIZE
1412987511.572886: EAP: EAP entering state DISABLED
1412987511.572900: EAPOL: Supplicant port status: Unauthorized
1412987511.572915: EAPOL: Supplicant port status: Unauthorized
1412987511.572967: dbus: Register interface object '/fi/w1/wpa_supplicant1/Interfaces/1'
1412987511.573341: wlp0s4f1u3: Added interface wlp0s4f1u3
1412987511.573368: wlp0s4f1u3: State: INACTIVE -> DISCONNECTED
1412987511.573384: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987511.573401: netlink: Operstate: linkmode=-1, operstate=5
1412987511.573815: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1)
1412987511.573987: nl80211: Ignore event for foreign ifindex 5
1412987511.574016: nl80211: Ignore event for foreign ifindex 5
1412987511.574034: nl80211: Ignore event for foreign ifindex 3
1412987511.574051: nl80211: Ignore event for foreign ifindex 5
1412987511.574101: nl80211: Ignore event for foreign ifindex 5
1412987511.574109: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987511.574116: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987511.574133: WEXT: if_removed already cleared - ignore event
1412987511.574141: Ignore event for foreign ifindex 3
1412987511.574148: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987511.574155: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987511.574164: WEXT: if_removed already cleared - ignore event
1412987511.574170: Wireless event: cmd=0x8b06 len=8
1412987511.574178: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987511.574184: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987511.574203: WEXT: if_removed already cleared - ignore event
1412987511.574209: Wireless event: cmd=0x8b1a len=40
1412987511.574975: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987511.575147: dbus: fi.w1.wpa_supplicant1.Interface.NetworkReply (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987511.575262: dbus: org.freedesktop.DBus.Introspectable.Introspect (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987511.576845: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987511.577287: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987511.577398: Scan requested (ret=0) - scan timeout 10 seconds
1412987512.520319: nl80211: Ignore event for foreign ifindex 4
1412987512.520378: Ignore event for foreign ifindex 4
1412987512.573096: EAPOL: disable timer tick
1412987512.573143: EAPOL: Supplicant port status: Unauthorized
1412987521.582711: Scan timeout - try to get results
1412987521.582779: wlp0s4f1u3: Event SCAN_RESULTS (3) received
1412987521.583040: Scan results did not fit - trying larger buffer (8192 bytes)
1412987521.583320: Received 4555 bytes of scan results (13 BSSes)
1412987521.583368: wlp0s4f1u3: BSS: Start scan result update 1
1412987521.583397: wlp0s4f1u3: BSS: Add new id 0 BSSID ::::: SSID '...'
1412987521.583417: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0'
1412987521.583762: wlp0s4f1u3: BSS: Add new id 1 BSSID ::::: SSID '...'
1412987521.583785: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1'
1412987521.584054: wlp0s4f1u3: BSS: Add new id 2 BSSID ::::: SSID '...'
1412987521.584076: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2'
1412987521.584419: wlp0s4f1u3: BSS: Add new id 3 BSSID ::::: SSID '...'
1412987521.584444: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/3'
1412987521.584746: wlp0s4f1u3: BSS: Add new id 4 BSSID ::::: SSID '...'
1412987521.584768: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/4'
1412987521.585022: wlp0s4f1u3: BSS: Add new id 5 BSSID ::::: SSID '...'
1412987521.585043: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/5'
1412987521.585303: wlp0s4f1u3: BSS: Add new id 6 BSSID ::::: SSID '...'
1412987521.585327: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/6'
1412987521.585583: wlp0s4f1u3: BSS: Add new id 7 BSSID ::::: SSID '...'
1412987521.585604: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/7'
1412987521.585876: wlp0s4f1u3: BSS: Add new id 8 BSSID ::::: SSID '...'
1412987521.585897: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/8'
1412987521.586157: wlp0s4f1u3: BSS: Add new id 9 BSSID ::::: SSID '...'
1412987521.586181: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/9'
1412987521.586435: wlp0s4f1u3: BSS: Add new id 10 BSSID ::::: SSID '...'
1412987521.586456: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/10'
1412987521.586729: wlp0s4f1u3: BSS: Add new id 11 BSSID ::::: SSID '...'
1412987521.586751: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/11'
1412987521.587027: wlp0s4f1u3: BSS: Add new id 12 BSSID ::::: SSID '...'
1412987521.587049: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/12'
1412987521.587286: BSS: last_scan_res_used=13/32 last_scan_full=0
1412987521.587325: wlp0s4f1u3: New scan results available
1412987521.587428: WPS: AP ::::: type 0 added
1412987521.587455: WPS: AP ::::: type 0 added
1412987521.587478: WPS: AP ::::: type 1 added
1412987521.587499: WPS: AP ::::: type 0 added
1412987521.587520: WPS: AP ::::: type 0 added
1412987521.587556: WPS: AP[0] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987521.587600: WPS: AP[1] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987521.587622: WPS: AP[2] ::::: type=1 tries=0 last_attempt=-1 sec ago blacklist=0
1412987521.587642: WPS: AP[3] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987521.587662: WPS: AP[4] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987521.587689: wlp0s4f1u3: No suitable network found
1412987521.587709: wlp0s4f1u3: Short-circuit new scan request since there are no enabled networks
1412987521.587729: wlp0s4f1u3: State: DISCONNECTED -> INACTIVE
1412987521.587981: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987534.383937: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987534.384129: Scan requested (ret=0) - scan timeout 10 seconds
1412987542.198858: wlp0s4f1u3: Removing interface wlp0s4f1u3
1412987542.198882: wlp0s4f1u3: Request to deauthenticate - bssid=00:00:00:00:00:00 
pending_bssid=00:00:00:00:00:00 reason=3 state=INACTIVE
1412987542.198890: wlp0s4f1u3: No keys have been configured - skip key clearing
1412987542.198898: wlp0s4f1u3: State: INACTIVE -> DISCONNECTED
1412987542.198940: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987542.198948: netlink: Operstate: linkmode=-1, operstate=5
1412987542.198996: EAPOL: External notification - portEnabled=0
1412987542.199004: EAPOL: Supplicant port status: Unauthorized
1412987542.199012: EAPOL: External notification - portValid=0
1412987542.199018: EAPOL: Supplicant port status: Unauthorized
1412987542.199024: wpa_driver_wext_set_countermeasures
1412987542.199035: wlp0s4f1u3: No keys have been configured - skip key clearing
1412987542.219370: wlp0s4f1u3: BSS: Remove id 0 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219386: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0'
1412987542.219429: wlp0s4f1u3: BSS: Remove id 1 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219434: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1'
1412987542.219455: wlp0s4f1u3: BSS: Remove id 2 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219460: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2'
1412987542.219479: wlp0s4f1u3: BSS: Remove id 3 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219483: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/3'
1412987542.219501: wlp0s4f1u3: BSS: Remove id 4 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219506: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/4'
1412987542.219524: wlp0s4f1u3: BSS: Remove id 5 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219529: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/5'
1412987542.219546: wlp0s4f1u3: BSS: Remove id 6 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219551: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/6'
1412987542.219568: wlp0s4f1u3: BSS: Remove id 7 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219573: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/7'
1412987542.219591: wlp0s4f1u3: BSS: Remove id 8 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219596: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/8'
1412987542.219613: wlp0s4f1u3: BSS: Remove id 9 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219618: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/9'
1412987542.219636: wlp0s4f1u3: BSS: Remove id 10 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219641: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/10'
1412987542.219668: wlp0s4f1u3: BSS: Remove id 11 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219673: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/11'
1412987542.219691: wlp0s4f1u3: BSS: Remove id 12 BSSID ::::: SSID '...' due to wpa_bss_flush
1412987542.219695: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/12'
1412987542.219712: wlp0s4f1u3: Cancelling scan request
1412987542.219718: wlp0s4f1u3: Cancelling authentication timeout
1412987542.219745: netlink: Operstate: linkmode=0, operstate=6
1412987542.438337: dbus: Unregister interface object '/fi/w1/wpa_supplicant1/Interfaces/1'
1412987542.438505: wlp0s4f1u3: CTRL-EVENT-TERMINATING 
1412987542.438533: dbus: Unregister D-Bus object '/fi/w1/wpa_supplicant1'
1412987542.910086: wpa_supplicant v2.0
1412987542.910123: random: Trying to read entropy from /dev/random
1412987542.911121: dbus: Register D-Bus object '/fi/w1/wpa_supplicant1'
1412987542.911497: Providing DBus service 'fi.w1.wpa_supplicant1'.
1412987542.912029: Providing DBus service 'fi.epitest.hostap.WPASupplicant'.
1412987542.912050: Successfully initialized wpa_supplicant
1412987542.912079: random: Got 20/20 bytes from /dev/random
1412987542.912286: dbus: fi.w1.wpa_supplicant1.CreateInterface (/fi/w1/wpa_supplicant1)
1412987542.912312: Initializing interface 'wlp0s4f1u3' conf 'N/A' driver 'nl80211,wext' ctrl_interface 'N/A' 
bridge 'N/A'
1412987542.912556: Could not open file /sys/class/net/wlp0s4f1u3/phy80211/name: No such file or directory
1412987542.912603: nl80211: Set mode ifindex 5 iftype 2 (STATION)
1412987542.912622: nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
1412987542.912629: nl80211: Could not configure driver to use managed mode
1412987542.912635: netlink: Operstate: linkmode=0, operstate=6
1412987542.912648: nl80211: Set mode ifindex 5 iftype 2 (STATION)
1412987542.912661: nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
1412987542.912670: wlp0s4f1u3: Failed to initialize driver interface - try next driver wrapper
1412987543.015389: SIOCGIWRANGE: WE(compiled)=22 WE(source)=16 enc_capa=0xf
1412987543.015448:   capabilities: key_mgmt 0xf enc 0x1f flags 0x0
1412987543.015519: netlink: Operstate: linkmode=1, operstate=5
1412987543.027237: wlp0s4f1u3: Own MAC address: 00:11:22:33:44:55
1412987543.027295: wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
1412987543.027328: wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
1412987543.027352: wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
1412987543.027374: wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
1412987543.027396: wpa_driver_wext_set_countermeasures
1412987543.027418: wlp0s4f1u3: RSN: flushing PMKID list in the driver
1412987543.027445: wlp0s4f1u3: State: DISCONNECTED -> INACTIVE
1412987543.027467: WPS: Set UUID for interface wlp0s4f1u3
1412987543.027546: WPS: UUID based on MAC address - hexdump(len=16): ...
1412987543.035523: EAPOL: SUPP_PAE entering state DISCONNECTED
1412987543.035555: EAPOL: Supplicant port status: Unauthorized
1412987543.035574: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1412987543.035590: EAPOL: SUPP_BE entering state INITIALIZE
1412987543.035609: EAP: EAP entering state DISABLED
1412987543.035626: EAPOL: Supplicant port status: Unauthorized
1412987543.035643: EAPOL: Supplicant port status: Unauthorized
1412987543.035697: dbus: Register interface object '/fi/w1/wpa_supplicant1/Interfaces/1'
1412987543.036048: wlp0s4f1u3: Added interface wlp0s4f1u3
1412987543.036110: wlp0s4f1u3: State: INACTIVE -> DISCONNECTED
1412987543.036129: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987543.036148: netlink: Operstate: linkmode=-1, operstate=5
1412987543.036472: dbus: fi.w1.wpa_supplicant1.CreateInterface (/fi/w1/wpa_supplicant1)
1412987543.036691: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1)
1412987543.036856: nl80211: Ignore event for foreign ifindex 5
1412987543.036909: nl80211: Ignore event for foreign ifindex 5
1412987543.036930: nl80211: Ignore event for foreign ifindex 5
1412987543.036952: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987543.036974: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987543.037017: WEXT: if_removed already cleared - ignore event
1412987543.037039: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987543.037079: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987543.037113: WEXT: if_removed already cleared - ignore event
1412987543.037131: Wireless event: cmd=0x8b06 len=8
1412987543.037152: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987543.037171: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987543.037197: WEXT: if_removed already cleared - ignore event
1412987543.037215: Wireless event: cmd=0x8b1a len=40
1412987543.037399: dbus: fi.w1.wpa_supplicant1.GetInterface (/fi/w1/wpa_supplicant1)
1412987543.038888: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987543.039341: dbus: fi.w1.wpa_supplicant1.Interface.NetworkReply (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987543.040741: dbus: org.freedesktop.DBus.Properties.GetAll (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987543.041687: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987543.041822: Scan requested (ret=0) - scan timeout 10 seconds
1412987544.036113: EAPOL: disable timer tick
1412987544.036180: EAPOL: Supplicant port status: Unauthorized
1412987553.044714: Scan timeout - try to get results
1412987553.044751: wlp0s4f1u3: Event SCAN_RESULTS (3) received
1412987553.044836: Scan results did not fit - trying larger buffer (8192 bytes)
1412987553.044909: Received 5502 bytes of scan results (16 BSSes)
1412987553.044924: wlp0s4f1u3: BSS: Start scan result update 1
1412987553.044933: wlp0s4f1u3: BSS: Add new id 0 BSSID ::::: SSID '...'
1412987553.044940: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0'
1412987553.045041: wlp0s4f1u3: BSS: Add new id 1 BSSID ::::: SSID '...'
1412987553.045048: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1'
1412987553.045127: wlp0s4f1u3: BSS: Add new id 2 BSSID ::::: SSID '...'
1412987553.045134: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2'
1412987553.045214: wlp0s4f1u3: BSS: Add new id 3 BSSID ::::: SSID '...'
1412987553.045221: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/3'
1412987553.045283: wlp0s4f1u3: BSS: Add new id 4 BSSID ::::: SSID '...'
1412987553.045290: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/4'
1412987553.045353: wlp0s4f1u3: BSS: Add new id 5 BSSID ::::: SSID '...'
1412987553.045359: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/5'
1412987553.045427: wlp0s4f1u3: BSS: Add new id 6 BSSID ::::: SSID '...'
1412987553.045434: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/6'
1412987553.045506: wlp0s4f1u3: BSS: Add new id 7 BSSID ::::: SSID '...'
1412987553.045513: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/7'
1412987553.045578: wlp0s4f1u3: BSS: Add new id 8 BSSID ::::: SSID '...'
1412987553.045585: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/8'
1412987553.045653: wlp0s4f1u3: BSS: Add new id 9 BSSID ::::: SSID '...'
1412987553.045660: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/9'
1412987553.045721: wlp0s4f1u3: BSS: Add new id 10 BSSID ::::: SSID '...'
1412987553.045728: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/10'
1412987553.045790: wlp0s4f1u3: BSS: Add new id 11 BSSID ::::: SSID '...'
1412987553.045797: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/11'
1412987553.045859: wlp0s4f1u3: BSS: Add new id 12 BSSID ::::: SSID '...'
1412987553.045874: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/12'
1412987553.045938: wlp0s4f1u3: BSS: Add new id 13 BSSID ::::: SSID '...'
1412987553.045944: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/13'
1412987553.046005: wlp0s4f1u3: BSS: Add new id 14 BSSID ::::: SSID '...'
1412987553.046011: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/14'
1412987553.046083: wlp0s4f1u3: BSS: Add new id 15 BSSID ::::: SSID '...'
1412987553.046090: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/15'
1412987553.046146: BSS: last_scan_res_used=16/32 last_scan_full=0
1412987553.046156: wlp0s4f1u3: New scan results available
1412987553.046183: WPS: AP ::::: type 0 added
1412987553.046189: WPS: AP ::::: type 0 added
1412987553.046195: WPS: AP ::::: type 1 added
1412987553.046201: WPS: AP ::::: type 0 added
1412987553.046206: WPS: AP ::::: type 0 added
1412987553.046212: WPS: AP ::::: type 0 added
1412987553.046217: WPS: AP[0] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046223: WPS: AP[1] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046228: WPS: AP[2] ::::: type=1 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046233: WPS: AP[3] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046238: WPS: AP[4] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046243: WPS: AP[5] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987553.046250: wlp0s4f1u3: No suitable network found
1412987553.046260: wlp0s4f1u3: Short-circuit new scan request since there are no enabled networks
1412987553.046266: wlp0s4f1u3: State: DISCONNECTED -> INACTIVE
1412987553.049873: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987566.377716: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987566.377881: Scan requested (ret=0) - scan timeout 10 seconds
1412987576.381274: Scan timeout - try to get results
1412987576.381355: wlp0s4f1u3: Event SCAN_RESULTS (3) received
1412987576.381608: Scan results did not fit - trying larger buffer (8192 bytes)
1412987576.381910: Received 5911 bytes of scan results (17 BSSes)
1412987576.381964: wlp0s4f1u3: BSS: Start scan result update 2
1412987576.382035: dbus: wpas_dbus_bss_signal_prop_changed: Unknown Property value 7
1412987576.382108: dbus: wpas_dbus_bss_signal_prop_changed: Unknown Property value 7
1412987576.382169: wlp0s4f1u3: BSS: Add new id 16 BSSID ::::: SSID '...'
1412987576.382190: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/16'
1412987576.382514: wlp0s4f1u3: BSS: Add new id 17 BSSID ::::: SSID '...'
1412987576.382538: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/17'
1412987576.382812: wlp0s4f1u3: BSS: Add new id 18 BSSID ::::: SSID '<hidden>'
1412987576.382835: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/18'
1412987576.383117: wlp0s4f1u3: BSS: Add new id 19 BSSID ::::: SSID '...'
1412987576.383144: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/19'
1412987576.383391: wlp0s4f1u3: BSS: Add new id 20 BSSID ::::: SSID '...'
1412987576.383414: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/20'
1412987576.383656: wlp0s4f1u3: BSS: Add new id 21 BSSID ::::: SSID '...'
1412987576.383679: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/21'
1412987576.383921: BSS: last_scan_res_used=17/32 last_scan_full=0
1412987576.383957: wlp0s4f1u3: New scan results available
1412987576.384096: WPS: AP ::::: type 0 added
1412987576.384125: WPS: AP[0] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384168: WPS: AP[1] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384191: WPS: AP[2] ::::: type=1 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384212: WPS: AP[3] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384232: WPS: AP[4] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384252: WPS: AP[5] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384273: WPS: AP[6] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987576.384301: wlp0s4f1u3: No suitable network found
1412987576.384322: wlp0s4f1u3: Short-circuit new scan request since there are no enabled networks
1412987576.384343: wlp0s4f1u3: State: INACTIVE -> INACTIVE
1412987576.386563: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987576.387076: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0
1412987576.387255: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1
1412987576.387416: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2
1412987576.387572: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/10
1412987576.387727: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/7
1412987576.387993: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/6
1412987576.388224: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/5
1412987576.388382: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/14
1412987576.389026: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/15

- nmcli connection up IBSS

1412987599.381865: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987599.382035: Scan requested (ret=0) - scan timeout 10 seconds
1412987609.388485: Scan timeout - try to get results
1412987609.388576: wlp0s4f1u3: Event SCAN_RESULTS (3) received
1412987609.388838: Scan results did not fit - trying larger buffer (8192 bytes)
1412987609.389162: Received 5597 bytes of scan results (16 BSSes)
1412987609.389225: wlp0s4f1u3: BSS: Start scan result update 3
1412987609.389268: dbus: wpas_dbus_bss_signal_prop_changed: Unknown Property value 7
1412987609.389349: dbus: wpas_dbus_bss_signal_prop_changed: Unknown Property value 7
1412987609.389422: wlp0s4f1u3: BSS: Add new id 22 BSSID ::::: SSID '...'
1412987609.389447: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/22'
1412987609.389809: wlp0s4f1u3: BSS: Remove id 9 BSSID ::::: SSID '...' due to no match in scan
1412987609.389835: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/9'
1412987609.389926: wlp0s4f1u3: BSS: Remove id 12 BSSID ::::: SSID '...' due to no match in scan
1412987609.389950: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/12'
1412987609.390032: wlp0s4f1u3: BSS: Remove id 13 BSSID ::::: SSID '...' due to no match in scan
1412987609.390073: dbus: Unregister BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/13'
1412987609.390151: BSS: last_scan_res_used=16/32 last_scan_full=0
1412987609.390191: wlp0s4f1u3: New scan results available
1412987609.390317: WPS: AP ::::: type 0 added
1412987609.390348: WPS: AP[0] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390373: WPS: AP[1] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390418: WPS: AP[2] ::::: type=1 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390441: WPS: AP[3] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390462: WPS: AP[4] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390483: WPS: AP[5] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390504: WPS: AP[6] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390524: WPS: AP[7] ::::: type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1412987609.390553: wlp0s4f1u3: No suitable network found
1412987609.390575: wlp0s4f1u3: Short-circuit new scan request since there are no enabled networks
1412987609.390595: wlp0s4f1u3: State: INACTIVE -> INACTIVE
1412987609.393806: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987609.394343: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1
1412987609.394630: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0
1412987609.394790: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2
1412987609.394945: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/6
1412987609.395120: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/8
1412987609.395279: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/7
1412987609.395488: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/18
1412987609.395644: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/11
1412987609.395798: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/4
1412987609.395953: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/5
1412987609.396120: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/20
1412987609.396277: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/17
1412987609.396431: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/15
1412987628.079226: dbus: org.freedesktop.DBus.Properties.Set (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987628.081513: dbus: fi.w1.wpa_supplicant1.Interface.AddNetwork (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987628.081550: dbus: Register network object '/fi/w1/wpa_supplicant1/Interfaces/1/Networks/0'
1412987628.081672: frequency=2412 (0x96c)
1412987628.081689: ssid - hexdump_ascii(len=4):
     49 42 53 53                                       IBSS            
1412987628.081707: mode=1 (0x1)
1412987628.081751: key_mgmt: 0x4
1412987628.084853: dbus: fi.w1.wpa_supplicant1.Interface.SelectNetwork (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987628.084893: wlp0s4f1u3: Setting scan request: 0 sec 0 usec
1412987628.085031: wlp0s4f1u3: State: INACTIVE -> SCANNING
1412987628.085067: wlp0s4f1u3: Trying to associate with SSID 'IBSS'
1412987628.085075: wlp0s4f1u3: Cancelling scan request
1412987628.085082: wlp0s4f1u3: WPA: clearing own WPA/RSN IE
1412987628.085088: wlp0s4f1u3: Automatic auth_alg selection: 0x1
1412987628.085094: wlp0s4f1u3: WPA: clearing AP WPA IE
1412987628.085100: wlp0s4f1u3: WPA: clearing AP RSN IE
1412987628.085106: wlp0s4f1u3: WPA: clearing own WPA/RSN IE
1412987628.085112: wlp0s4f1u3: No keys have been configured - skip key clearing
1412987628.085124: wlp0s4f1u3: State: SCANNING -> ASSOCIATING
1412987628.085129: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987628.085135: netlink: Operstate: linkmode=-1, operstate=5
1412987628.085165: wpa_driver_wext_associate
1412987628.085171: wpa_driver_wext_set_drop_unencrypted
1412987628.085195: wpa_driver_wext_set_psk
1412987628.085209: wlp0s4f1u3: Setting authentication timeout: 60 sec 0 usec
1412987628.085215: EAPOL: External notification - EAP success=0
1412987628.085220: EAPOL: Supplicant port status: Unauthorized
1412987628.085226: EAPOL: External notification - EAP fail=0
1412987628.085231: EAPOL: Supplicant port status: Unauthorized
1412987628.085235: EAPOL: External notification - portControl=ForceAuthorized
1412987628.085239: EAPOL: Supplicant port status: Unauthorized
1412987628.085273: nl80211: Ignore event for foreign ifindex 5
1412987628.085301: nl80211: Ignore event for foreign ifindex 5
1412987628.085309: nl80211: Ignore event for foreign ifindex 5
1412987628.085318: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987628.085327: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987628.085347: WEXT: if_removed already cleared - ignore event
1412987628.085355: Wireless event: cmd=0x8b06 len=8
1412987628.085363: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987628.085371: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987628.085381: WEXT: if_removed already cleared - ignore event
1412987628.085388: Wireless event: cmd=0x8b04 len=12
1412987628.085396: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987628.085404: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987628.085414: WEXT: if_removed already cleared - ignore event
1412987628.085421: Wireless event: cmd=0x8b1a len=12
1412987628.090144: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987653.376571: dbus: fi.w1.wpa_supplicant1.Interface.Disconnect (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987653.376669: wlp0s4f1u3: Request to deauthenticate - bssid=00:00:00:00:00:00 
pending_bssid=00:00:00:00:00:00 reason=3 state=ASSOCIATING
1412987653.376694: wpa_driver_wext_deauthenticate
1412987653.376731: wlp0s4f1u3: Event DEAUTH (12) received
1412987653.376755: wlp0s4f1u3: Deauthentication notification
1412987653.376778: wlp0s4f1u3:  * reason 3 (locally generated)
1412987653.376798: Deauthentication frame IE(s) - hexdump(len=0): [NULL]
1412987653.376827: wlp0s4f1u3: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3 locally_generated=1
1412987653.376852: wlp0s4f1u3: Auto connect enabled: try to reconnect (wps=0 wpa_state=5)
1412987653.376876: wlp0s4f1u3: Setting scan request: 0 sec 100000 usec
1412987653.376900: Added BSSID 00:00:00:00:00:00 into blacklist
1412987653.376928: wlp0s4f1u3: Blacklist count 1 --> request scan in 100 ms
1412987653.376952: wlp0s4f1u3: Setting scan request: 0 sec 100000 usec
1412987653.377205: wlp0s4f1u3: State: ASSOCIATING -> DISCONNECTED
1412987653.377235: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.377259: netlink: Operstate: linkmode=-1, operstate=5
1412987653.377370: EAPOL: External notification - portEnabled=0
1412987653.377397: EAPOL: Supplicant port status: Unauthorized
1412987653.377421: EAPOL: External notification - portValid=0
1412987653.377442: EAPOL: Supplicant port status: Unauthorized
1412987653.377467: wlp0s4f1u3: No keys have been configured - skip key clearing
1412987653.377491: wlp0s4f1u3: State: DISCONNECTED -> DISCONNECTED
1412987653.377512: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.377534: netlink: Operstate: linkmode=-1, operstate=5
1412987653.377560: EAPOL: External notification - portEnabled=0
1412987653.377581: EAPOL: Supplicant port status: Unauthorized
1412987653.377602: EAPOL: External notification - portValid=0
1412987653.377622: EAPOL: Supplicant port status: Unauthorized
1412987653.378087: dbus: fi.w1.wpa_supplicant1.Interface.RemoveNetwork (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987653.378158: dbus: Unregister network object '/fi/w1/wpa_supplicant1/Interfaces/1/Networks/0'
1412987653.380749: dbus: fi.w1.wpa_supplicant1.Interface.Disconnect (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987653.477178: wlp0s4f1u3: Disconnected - do not scan
1412987653.477245: wlp0s4f1u3: State: DISCONNECTED -> DISCONNECTED
1412987653.477265: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.477285: netlink: Operstate: linkmode=-1, operstate=5
1412987653.579355: nl80211: Ignore event for foreign ifindex 5
1412987653.579418: RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()
1412987653.579441: WEXT: Interface down
1412987653.579467: wlp0s4f1u3: Event INTERFACE_DISABLED (30) received
1412987653.579489: wlp0s4f1u3: Interface was disabled
1412987653.579512: wlp0s4f1u3: State: DISCONNECTED -> DISCONNECTED
1412987653.579530: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.579549: netlink: Operstate: linkmode=-1, operstate=5
1412987653.579576: EAPOL: External notification - portEnabled=0
1412987653.579595: EAPOL: Supplicant port status: Unauthorized
1412987653.579615: EAPOL: External notification - portValid=0
1412987653.579632: EAPOL: Supplicant port status: Unauthorized
1412987653.579652: wlp0s4f1u3: State: DISCONNECTED -> INTERFACE_DISABLED
1412987653.579793: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987653.579846: WEXT: if_removed already cleared - ignore event
1412987653.579876: l2_packet_receive - recvfrom: Network is down
1412987653.584924: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object 
/fi/w1/wpa_supplicant1/Interfaces/1
1412987653.682454: nl80211: Ignore event for foreign ifindex 5
1412987653.682518: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
1412987653.682589: WEXT: Interface up
1412987653.682619: wlp0s4f1u3: Event INTERFACE_ENABLED (29) received
1412987653.682641: wlp0s4f1u3: Interface was enabled
1412987653.714229: wlp0s4f1u3: Own MAC address: 00:11:22:33:44:55
1412987653.714293: wlp0s4f1u3: State: INTERFACE_DISABLED -> DISCONNECTED
1412987653.714313: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.714333: netlink: Operstate: linkmode=-1, operstate=5
1412987653.714491: wlp0s4f1u3: Setting scan request: 0 sec 0 usec
1412987653.714516: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987653.714567: WEXT: if_removed already cleared - ignore event
1412987653.714595: RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()
1412987653.714615: WEXT: Interface down
1412987653.714637: wlp0s4f1u3: Event INTERFACE_DISABLED (30) received
1412987653.714658: wlp0s4f1u3: Interface was disabled
1412987653.714680: wlp0s4f1u3: State: DISCONNECTED -> DISCONNECTED
1412987653.714697: wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
1412987653.714716: netlink: Operstate: linkmode=-1, operstate=5
1412987653.714740: EAPOL: External notification - portEnabled=0
1412987653.714759: EAPOL: Supplicant port status: Unauthorized
1412987653.714779: EAPOL: External notification - portValid=0
1412987653.714796: EAPOL: Supplicant port status: Unauthorized
1412987653.714817: wlp0s4f1u3: State: DISCONNECTED -> INTERFACE_DISABLED
1412987653.714919: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp0s4f1u3' added
1412987653.714954: WEXT: if_removed already cleared - ignore event
1412987653.714972: Wireless event: cmd=0x8b06 len=8
1412987653.715008: wlp0s4f1u3: Skip scan - interface disabled
1412987653.715148: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987653.715256: Scan requested (ret=0) - scan timeout 10 seconds
1412987653.715719: nl80211: Ignore event for foreign ifindex 5
1412987657.379498: dbus: fi.w1.wpa_supplicant1.Interface.Scan (/fi/w1/wpa_supplicant1/Interfaces/1)
1412987657.379589: Scan requested (ret=0) - scan timeout 10 seconds
1412987667.383161: Scan timeout - try to get results
1412987667.383252: wlp0s4f1u3: Ignore event SCAN_RESULTS (3) while interface is disabled

- Error: Connection activation failed.





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