Search Linux Wireless

WFD Development setup issues

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

 



Hello all,

I am writing a C++ application to manage Wifi-Direct connections and am simply trying to get Wifi-Direct up and running at this point. 
I have compiled wpa_supplicant 2.0 on Ubuntu 12.04 using a Broadcom BCM4312 802.11b/g LP-PHY (rev 01) adapter.

When I try to initialize wpa supplicant (following these instructions: http://wireless.kernel.org/en/developers/p2p/howto )
I get the following error output:

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1378158767.776376: EAPOL: SUPP_PAE entering state DISCONNECTED
1378158767.776385: EAPOL: Supplicant port status: Unauthorized
1378158767.776417: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1378158767.776424: EAPOL: SUPP_BE entering state INITIALIZE
1378158767.776433: EAP: EAP entering state DISABLED
1378158767.776440: EAPOL: Supplicant port status: Unauthorized
1378158767.776462: EAPOL: Supplicant port status: Unauthorized
1378158767.776503: Using existing control interface directory.
1378158767.776528: ctrl_iface bind(PF_UNIX) failed: Address already in use
1378158767.776542: ctrl_iface exists and seems to be in use - cannot override it
1378158767.776547: Delete '/var/run/wpa_supplicant/eth1' manually if it is not used anymore
1378158767.776556: Failed to initialize control interface '/var/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

(Note: Broadcom names its wireless connection eth1, not wlan0)

When I then delete the 'eth1' folder from wpa_supplicant and run again I get this error:

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1378160287.325607: eth1: No suitable network found
1378160287.325617: eth1: Short-circuit new scan request since there are no enabled networks
1378160287.325627: eth1: State: INACTIVE -> INACTIVE
1378160287.325637: eth1: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
1378160287.327677: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160287.327705: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160287.327745: nl80211: if_removed already cleared - ignore event
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This loops over and over outputting this to the screen along with "removing" various networks that I have connected to in the past:

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1378160350.834446: eth1: BSS: Remove id 14 BSSID 00:23:69:99:55:79 SSID 'BBLink' due to wpa_bss_flush_by_age
1378160350.834480: eth1: BSS: Remove id 18 BSSID 70:56:81:84:84:d1 SSID 'Peter-NC' due to wpa_bss_flush_by_age
1378160350.834494: eth1: BSS: Remove id 19 BSSID 00:8e:f2:53:66:be SSID 'NETGEAR36' due to wpa_bss_flush_by_age
1378160350.834508: eth1: BSS: Remove id 21 BSSID 94:44:52:2f:8d:c3 SSID 'Belkin_G_Wireless_2F8DC3' due to wpa_bss_flush_by_age
1378160350.834522: eth1: BSS: Remove id 22 BSSID 00:22:3f:65:ac:f0 SSID 'Perza' due to wpa_bss_flush_by_age
1378160350.834535: eth1: BSS: Remove id 23 BSSID ec:1a:59:4a:a1:7d SSID 'belkin.17d' due to wpa_bss_flush_by_age
1378160350.834548: eth1: BSS: Remove id 24 BSSID 84:1b:5e:04:3c:8e SSID 'kirat' due to wpa_bss_flush_by_age
1378160350.834561: eth1: BSS: Remove id 26 BSSID c8:3a:35:57:3a:98 SSID '420' due to wpa_bss_flush_by_age
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I have attached the full output to this email.

Can anyone tell me why this is happening?  Or otherwise, how to get the ./wpa_supplicant to run properly?

Thanks in advance

-Brian
brian@Sir-Flimsy-Screen:~/wpa_supplicant-2.0/wpa_supplicant$ sudo ./wpa_supplicant -Dnl80211 -c ~/wpa_config -i eth1 -dt
1378160160.685930: wpa_supplicant v2.0
1378160160.686148: random: Trying to read entropy from /dev/random
1378160160.686257: Successfully initialized wpa_supplicant
1378160160.687770: Initializing interface 'eth1' conf '/home/brian/wpa_config' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
1378160160.687806: Configuration file '/home/brian/wpa_config' -> '/home/brian/wpa_config'
1378160160.687815: Reading configuration file '/home/brian/wpa_config'
1378160160.687883: ctrl_interface='/var/run/wpa_supplicant'
1378160160.687893: ap_scan=1
1378160160.687899: device_name='Flimsy'
1378160160.688523: nl80211: interface eth1 in phy phy0
1378160160.688551: rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
1378160160.688558: rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
1378160160.688563: rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
1378160160.688631: nl80211: Set mode ifindex 3 iftype 2 (STATION)
1378160160.688677: nl80211: Subscribe to mgmt frames with non-AP handle 0x94d9f78
1378160160.688689: nl80211: Register frame type=0xd0 nl_handle=0x94d9f78
1378160160.688695: nl80211: Register frame match - hexdump(len=2): 04 0a
1378160160.688726: nl80211: Register frame command failed (type=208): ret=-95 (Operation not supported)
1378160160.688733: nl80211: Register frame match - hexdump(len=2): 04 0a
1378160160.688738: nl80211: Failed to register Action frame processing - ignore for now
1378160160.688747: netlink: Operstate: linkmode=1, operstate=5
1378160160.689550: nl80211: driver param='(null)'
1378160160.689680: nl80211: Regulatory information - country=00
1378160160.689698: nl80211: 2402-2472 @ 40 MHz
1378160160.689711: nl80211: 2457-2482 @ 20 MHz
1378160160.689722: nl80211: 2474-2494 @ 20 MHz
1378160160.689734: nl80211: 5170-5250 @ 40 MHz
1378160160.689745: nl80211: 5735-5835 @ 40 MHz
1378160160.689771: nl80211: Added 802.11b mode based on 802.11g information
1378160160.690628: eth1: Own MAC address: 0c:60:76:7e:87:6e
1378160160.690697: wpa_driver_nl80211_set_key: ifindex=3 alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
1378160160.690977: wpa_driver_nl80211_set_key: ifindex=3 alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
1378160160.691268: wpa_driver_nl80211_set_key: ifindex=3 alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
1378160160.691556: wpa_driver_nl80211_set_key: ifindex=3 alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
1378160160.691788: eth1: RSN: flushing PMKID list in the driver
1378160160.691817: nl80211: Flush PMKIDs
1378160160.692054: eth1: State: DISCONNECTED -> INACTIVE
1378160160.692080: WPS: Set UUID for interface eth1
1378160160.692139: WPS: UUID based on MAC address - hexdump(len=16): 30 d0 20 b4 19 36 5f eb ac 93 40 a5 26 ea ab a3
1378160160.692170: EAPOL: SUPP_PAE entering state DISCONNECTED
1378160160.692188: EAPOL: Supplicant port status: Unauthorized
1378160160.692406: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1378160160.692419: EAPOL: SUPP_BE entering state INITIALIZE
1378160160.692434: EAP: EAP entering state DISABLED
1378160160.692452: EAPOL: Supplicant port status: Unauthorized
1378160160.692483: EAPOL: Supplicant port status: Unauthorized
1378160160.692538: Using existing control interface directory.
1378160160.692594: eth1: Added interface eth1
1378160160.692612: eth1: State: INACTIVE -> DISCONNECTED
1378160160.692626: wpa_driver_nl80211_set_operstate: operstate 0->0 (DORMANT)
1378160160.692638: netlink: Operstate: linkmode=-1, operstate=5
1378160160.692992: random: Got 20/20 bytes from /dev/random
1378160160.693044: RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1378160160.693066: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160160.693092: nl80211: if_removed already cleared - ignore event
1378160160.693107: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160160.693120: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160160.693137: nl80211: if_removed already cleared - ignore event
1378160160.693151: RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1378160160.693164: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160160.693180: nl80211: if_removed already cleared - ignore event
1378160160.693195: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160160.693208: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160160.693224: nl80211: if_removed already cleared - ignore event
1378160161.693603: EAPOL: disable timer tick
1378160161.693625: EAPOL: Supplicant port status: Unauthorized
1378160165.370556: nl80211: Event message available
1378160165.370622: nl80211: Scan trigger
1378160167.324574: nl80211: Event message available
1378160167.324622: nl80211: New scan results available
1378160167.324646: eth1: Event SCAN_RESULTS (3) received
1378160167.324715: nl80211: Associated on 2417 MHz
1378160167.324722: nl80211: Associated with 20:aa:4b:60:7a:e3
1378160167.324818: nl80211: Received scan results (33 BSSes)
1378160167.324835: nl80211: Scan results indicate BSS status with 20:aa:4b:60:7a:e3 as associated
1378160167.324843: nl80211: Local state (not associated) does not match with BSS state
1378160167.324898: eth1: BSS: Start scan result update 1
1378160167.324909: eth1: BSS: Add new id 0 BSSID 20:aa:4b:60:7a:e3 SSID 'Internet Box UHF'
1378160167.324920: eth1: BSS: Add new id 1 BSSID 20:aa:4b:2c:18:f4 SSID 'pearl4u'
1378160167.324929: eth1: BSS: Add new id 2 BSSID 30:46:9a:64:83:de SSID 'CGD24G93'
1378160167.324938: eth1: BSS: Add new id 3 BSSID 20:4e:7f:47:a7:aa SSID 'Legaleagle'
1378160167.324948: eth1: BSS: Add new id 4 BSSID ec:1a:59:3e:96:8c SSID 'belkin.68c'
1378160167.324957: eth1: BSS: Add new id 5 BSSID 20:4e:7f:46:80:b0 SSID 'BuenaVista'
1378160167.324983: eth1: BSS: Add new id 6 BSSID ec:1a:59:9a:5a:28 SSID 'kranthi'
1378160167.324993: eth1: BSS: Add new id 7 BSSID 58:6d:8f:75:0d:96 SSID 'Harris'
1378160167.325002: eth1: BSS: Add new id 8 BSSID 00:17:3f:67:4d:9c SSID 'Magnitude'
1378160167.325012: eth1: BSS: Add new id 9 BSSID 20:aa:4b:c2:13:f0 SSID 'InquisitorSlade'
1378160167.325021: eth1: BSS: Add new id 10 BSSID ec:1a:59:a8:0e:99 SSID 'belkin.e99'
1378160167.325031: eth1: BSS: Add new id 11 BSSID 08:86:3b:a2:8d:60 SSID 'gobluedevils'
1378160167.325040: eth1: BSS: Add new id 12 BSSID 00:26:f2:f6:90:21 SSID 'Madimatt'
1378160167.325049: eth1: BSS: Add new id 13 BSSID 84:1b:5e:29:fe:5c SSID 'JOHNRO'
1378160167.325059: eth1: BSS: Add new id 14 BSSID 00:23:69:99:55:79 SSID 'BBLink'
1378160167.325068: eth1: BSS: Add new id 15 BSSID 00:24:2c:0e:46:89 SSID 'REYNOLDS'
1378160167.325078: eth1: BSS: Add new id 16 BSSID 08:86:3b:4a:5e:68 SSID 'belkin.e68'
1378160167.325087: eth1: BSS: Add new id 17 BSSID ec:1a:59:86:e6:3b SSID 'belkin.63b'
1378160167.325097: eth1: BSS: Add new id 18 BSSID 70:56:81:84:84:d1 SSID 'Peter-NC'
1378160167.325106: eth1: BSS: Add new id 19 BSSID 00:8e:f2:53:66:be SSID 'NETGEAR36'
1378160167.325116: eth1: BSS: Add new id 20 BSSID 90:72:40:0e:1e:72 SSID 'Trish's Wi-Fi Network'
1378160167.325127: eth1: BSS: Add new id 21 BSSID 94:44:52:2f:8d:c3 SSID 'Belkin_G_Wireless_2F8DC3'
1378160167.325136: eth1: BSS: Add new id 22 BSSID 00:22:3f:65:ac:f0 SSID 'Perza'
1378160167.325146: eth1: BSS: Add new id 23 BSSID ec:1a:59:4a:a1:7d SSID 'belkin.17d'
1378160167.325156: eth1: BSS: Add new id 24 BSSID 84:1b:5e:04:3c:8e SSID 'kirat'
1378160167.325170: eth1: BSS: Add new id 25 BSSID 30:46:9a:64:7c:db SSID 'AThomas'
1378160167.325181: eth1: BSS: Add new id 26 BSSID c8:3a:35:57:3a:98 SSID '420'
1378160167.325190: eth1: BSS: Add new id 27 BSSID 00:14:d1:42:9a:6a SSID '200a'
1378160167.325199: eth1: BSS: Add new id 28 BSSID 00:14:d1:42:97:52 SSID '513'
1378160167.325209: eth1: BSS: Add new id 29 BSSID e0:91:f5:ca:b9:4c SSID 'Diamond1'
1378160167.325218: eth1: BSS: Add new id 30 BSSID 58:6d:8f:75:0d:98 SSID 'Harris-guest'
1378160167.325228: eth1: BSS: Add new id 31 BSSID ec:1a:59:9a:5a:2b SSID 'belkin.a28.guests'
1378160167.325238: eth1: BSS: Add new id 32 BSSID 00:18:39:80:c1:47 SSID 'linksys'
1378160167.325248: BSS: last_scan_res_used=33/64 last_scan_full=0
1378160167.325268: eth1: New scan results available
1378160167.325302: WPS: AP 20:aa:4b:2c:18:f4 type 0 added
1378160167.325309: WPS: AP 30:46:9a:64:83:de type 0 added
1378160167.325316: WPS: AP 20:4e:7f:47:a7:aa type 0 added
1378160167.325322: WPS: AP ec:1a:59:3e:96:8c type 0 added
1378160167.325328: WPS: AP 20:4e:7f:46:80:b0 type 0 added
1378160167.325334: WPS: AP ec:1a:59:9a:5a:28 type 0 added
1378160167.325341: WPS: AP 58:6d:8f:75:0d:96 type 0 added
1378160167.325347: WPS: AP 20:aa:4b:c2:13:f0 type 0 added
1378160167.325353: WPS: AP ec:1a:59:a8:0e:99 type 0 added
1378160167.325359: WPS: AP 08:86:3b:a2:8d:60 type 0 added
1378160167.325365: WPS: AP 00:26:f2:f6:90:21 type 0 added
1378160167.325371: WPS: AP 84:1b:5e:29:fe:5c type 0 added
1378160167.325377: WPS: AP 00:23:69:99:55:79 type 0 added
1378160167.325383: WPS: AP 08:86:3b:4a:5e:68 type 0 added
1378160167.325389: WPS: AP ec:1a:59:86:e6:3b type 0 added
1378160167.325395: WPS: AP 00:8e:f2:53:66:be type 0 added
1378160167.325401: WPS: AP 94:44:52:2f:8d:c3 type 0 added
1378160167.325407: WPS: AP ec:1a:59:4a:a1:7d type 0 added
1378160167.325413: WPS: AP 84:1b:5e:04:3c:8e type 0 added
1378160167.325420: WPS: AP 30:46:9a:64:7c:db type 0 added
1378160167.325427: WPS: AP c8:3a:35:57:3a:98 type 0 added
1378160167.325433: WPS: AP e0:91:f5:ca:b9:4c type 0 added
1378160167.325442: WPS: AP[0] 20:aa:4b:2c:18:f4 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325448: WPS: AP[1] 30:46:9a:64:83:de type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325454: WPS: AP[2] 20:4e:7f:47:a7:aa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325460: WPS: AP[3] ec:1a:59:3e:96:8c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325466: WPS: AP[4] 20:4e:7f:46:80:b0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325472: WPS: AP[5] ec:1a:59:9a:5a:28 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325478: WPS: AP[6] 58:6d:8f:75:0d:96 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325483: WPS: AP[7] 20:aa:4b:c2:13:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325489: WPS: AP[8] ec:1a:59:a8:0e:99 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325495: WPS: AP[9] 08:86:3b:a2:8d:60 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325501: WPS: AP[10] 00:26:f2:f6:90:21 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325507: WPS: AP[11] 84:1b:5e:29:fe:5c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325512: WPS: AP[12] 00:23:69:99:55:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325519: WPS: AP[13] 08:86:3b:4a:5e:68 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325525: WPS: AP[14] ec:1a:59:86:e6:3b type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325531: WPS: AP[15] 00:8e:f2:53:66:be type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325537: WPS: AP[16] 94:44:52:2f:8d:c3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325543: WPS: AP[17] ec:1a:59:4a:a1:7d type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325548: WPS: AP[18] 84:1b:5e:04:3c:8e type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325779: WPS: AP[19] 30:46:9a:64:7c:db type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325789: WPS: AP[20] c8:3a:35:57:3a:98 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325795: WPS: AP[21] e0:91:f5:ca:b9:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160167.325813: eth1: No suitable network found
1378160167.325822: eth1: Short-circuit new scan request since there are no enabled networks
1378160167.325829: eth1: State: DISCONNECTED -> INACTIVE
1378160167.325836: eth1: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
1378160167.325859: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160167.325866: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160167.325894: nl80211: if_removed already cleared - ignore event
1378160285.371771: nl80211: Event message available
1378160285.371826: nl80211: Scan trigger
1378160287.324621: nl80211: Event message available
1378160287.324673: nl80211: New scan results available
1378160287.324691: eth1: Event SCAN_RESULTS (3) received
1378160287.324783: nl80211: Associated on 2417 MHz
1378160287.324793: nl80211: Associated with 20:aa:4b:60:7a:e3
1378160287.324931: nl80211: Received scan results (30 BSSes)
1378160287.324958: nl80211: Scan results indicate BSS status with 20:aa:4b:60:7a:e3 as associated
1378160287.324969: nl80211: Local state (not associated) does not match with BSS state
1378160287.325043: eth1: BSS: Start scan result update 2
1378160287.325095: eth1: BSS: Add new id 33 BSSID 00:15:ff:2c:ba:a6 SSID 'Verizon MIFI4510L BAA6 Secure'
1378160287.325132: eth1: BSS: Add new id 34 BSSID 44:94:fc:71:ad:ac SSID 'forverblessed'
1378160287.325162: eth1: BSS: Add new id 35 BSSID 94:44:52:64:c9:49 SSID 'Belkin.3949'
1378160287.325180: eth1: BSS: Add new id 36 BSSID ec:1a:59:2a:62:94 SSID 'belkin.294'
1378160287.325197: eth1: BSS: Add new id 37 BSSID 10:60:4b:e9:9e:f9 SSID 'HP-Print-F9-Deskjet 3510 series'
1378160287.325226: BSS: last_scan_res_used=30/64 last_scan_full=0
1378160287.325254: eth1: New scan results available
1378160287.325322: WPS: AP 44:94:fc:71:ad:ac type 0 added
1378160287.325340: WPS: AP 94:44:52:64:c9:49 type 0 added
1378160287.325352: WPS: AP ec:1a:59:2a:62:94 type 0 added
1378160287.325364: WPS: AP[0] 20:aa:4b:2c:18:f4 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325374: WPS: AP[1] 30:46:9a:64:83:de type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325384: WPS: AP[2] 20:4e:7f:47:a7:aa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325393: WPS: AP[3] ec:1a:59:3e:96:8c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325403: WPS: AP[4] 20:4e:7f:46:80:b0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325412: WPS: AP[5] ec:1a:59:9a:5a:28 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325421: WPS: AP[6] 58:6d:8f:75:0d:96 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325431: WPS: AP[7] 20:aa:4b:c2:13:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325440: WPS: AP[8] ec:1a:59:a8:0e:99 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325449: WPS: AP[9] 08:86:3b:a2:8d:60 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325459: WPS: AP[10] 00:26:f2:f6:90:21 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325468: WPS: AP[11] 84:1b:5e:29:fe:5c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325477: WPS: AP[12] 00:23:69:99:55:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325487: WPS: AP[13] 08:86:3b:4a:5e:68 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325496: WPS: AP[14] ec:1a:59:86:e6:3b type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325505: WPS: AP[15] 00:8e:f2:53:66:be type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325515: WPS: AP[16] 94:44:52:2f:8d:c3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325524: WPS: AP[17] ec:1a:59:4a:a1:7d type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325534: WPS: AP[18] 84:1b:5e:04:3c:8e type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325543: WPS: AP[19] 30:46:9a:64:7c:db type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325553: WPS: AP[20] c8:3a:35:57:3a:98 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325562: WPS: AP[21] e0:91:f5:ca:b9:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325572: WPS: AP[22] 44:94:fc:71:ad:ac type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325581: WPS: AP[23] 94:44:52:64:c9:49 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325591: WPS: AP[24] ec:1a:59:2a:62:94 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160287.325607: eth1: No suitable network found
1378160287.325617: eth1: Short-circuit new scan request since there are no enabled networks
1378160287.325627: eth1: State: INACTIVE -> INACTIVE
1378160287.325637: eth1: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
1378160287.327677: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160287.327705: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160287.327745: nl80211: if_removed already cleared - ignore event
1378160350.834446: eth1: BSS: Remove id 14 BSSID 00:23:69:99:55:79 SSID 'BBLink' due to wpa_bss_flush_by_age
1378160350.834480: eth1: BSS: Remove id 18 BSSID 70:56:81:84:84:d1 SSID 'Peter-NC' due to wpa_bss_flush_by_age
1378160350.834494: eth1: BSS: Remove id 19 BSSID 00:8e:f2:53:66:be SSID 'NETGEAR36' due to wpa_bss_flush_by_age
1378160350.834508: eth1: BSS: Remove id 21 BSSID 94:44:52:2f:8d:c3 SSID 'Belkin_G_Wireless_2F8DC3' due to wpa_bss_flush_by_age
1378160350.834522: eth1: BSS: Remove id 22 BSSID 00:22:3f:65:ac:f0 SSID 'Perza' due to wpa_bss_flush_by_age
1378160350.834535: eth1: BSS: Remove id 23 BSSID ec:1a:59:4a:a1:7d SSID 'belkin.17d' due to wpa_bss_flush_by_age
1378160350.834548: eth1: BSS: Remove id 24 BSSID 84:1b:5e:04:3c:8e SSID 'kirat' due to wpa_bss_flush_by_age
1378160350.834561: eth1: BSS: Remove id 26 BSSID c8:3a:35:57:3a:98 SSID '420' due to wpa_bss_flush_by_age
1378160405.370624: nl80211: Event message available
1378160405.370662: nl80211: Scan trigger
1378160407.328598: nl80211: Event message available
1378160407.328640: nl80211: New scan results available
1378160407.328652: eth1: Event SCAN_RESULTS (3) received
1378160407.328714: nl80211: Associated on 2417 MHz
1378160407.328721: nl80211: Associated with 20:aa:4b:60:7a:e3
1378160407.328801: nl80211: Received scan results (33 BSSes)
1378160407.328820: nl80211: Scan results indicate BSS status with 20:aa:4b:60:7a:e3 as associated
1378160407.328826: nl80211: Local state (not associated) does not match with BSS state
1378160407.328875: eth1: BSS: Start scan result update 3
1378160407.328915: eth1: BSS: Add new id 38 BSSID 20:aa:4b:fa:f1:77 SSID 'Kaipoche'
1378160407.328928: eth1: BSS: Add new id 39 BSSID 08:86:3b:62:c6:c6 SSID 'belkin.6c6'
1378160407.328940: eth1: BSS: Add new id 40 BSSID 20:4e:7f:0a:6f:ba SSID 'CGD24GBF'
1378160407.328950: eth1: BSS: Add new id 41 BSSID 00:8e:f2:53:66:be SSID 'NETGEAR36'
1378160407.328960: eth1: BSS: Add new id 42 BSSID 00:23:69:99:55:79 SSID 'BBLink'
1378160407.328978: eth1: BSS: Add new id 43 BSSID 70:56:81:84:84:d1 SSID 'Peter-NC'
1378160407.328993: eth1: BSS: Add new id 44 BSSID 00:22:3f:65:ac:f0 SSID 'Perza'
1378160407.329008: eth1: BSS: Add new id 45 BSSID 68:7f:74:fa:0c:f0 SSID 'Donnie'
1378160407.329030: eth1: BSS: Add new id 46 BSSID ec:1a:59:85:49:1f SSID 'belkin.91c.guests'
1378160407.329040: BSS: last_scan_res_used=33/64 last_scan_full=0
1378160407.329060: eth1: New scan results available
1378160407.329097: WPS: AP 20:aa:4b:fa:f1:77 type 0 added
1378160407.329104: WPS: AP 08:86:3b:62:c6:c6 type 0 added
1378160407.329112: WPS: AP 20:4e:7f:0a:6f:ba type 0 added
1378160407.329125: WPS: AP 68:7f:74:fa:0c:f0 type 0 added
1378160407.329133: WPS: AP[0] 20:aa:4b:2c:18:f4 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329140: WPS: AP[1] 30:46:9a:64:83:de type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329146: WPS: AP[2] 20:4e:7f:47:a7:aa type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329151: WPS: AP[3] ec:1a:59:3e:96:8c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329157: WPS: AP[4] 20:4e:7f:46:80:b0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329163: WPS: AP[5] ec:1a:59:9a:5a:28 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329169: WPS: AP[6] 58:6d:8f:75:0d:96 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329175: WPS: AP[7] 20:aa:4b:c2:13:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329180: WPS: AP[8] ec:1a:59:a8:0e:99 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329187: WPS: AP[9] 08:86:3b:a2:8d:60 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329193: WPS: AP[10] 00:26:f2:f6:90:21 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329198: WPS: AP[11] 84:1b:5e:29:fe:5c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329204: WPS: AP[12] 00:23:69:99:55:79 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329210: WPS: AP[13] 08:86:3b:4a:5e:68 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329216: WPS: AP[14] ec:1a:59:86:e6:3b type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329222: WPS: AP[15] 00:8e:f2:53:66:be type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329227: WPS: AP[16] 94:44:52:2f:8d:c3 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329233: WPS: AP[17] ec:1a:59:4a:a1:7d type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329239: WPS: AP[18] 84:1b:5e:04:3c:8e type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329245: WPS: AP[19] 30:46:9a:64:7c:db type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329250: WPS: AP[20] c8:3a:35:57:3a:98 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329256: WPS: AP[21] e0:91:f5:ca:b9:4c type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329262: WPS: AP[22] 44:94:fc:71:ad:ac type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329268: WPS: AP[23] 94:44:52:64:c9:49 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329274: WPS: AP[24] ec:1a:59:2a:62:94 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329280: WPS: AP[25] 20:aa:4b:fa:f1:77 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329286: WPS: AP[26] 08:86:3b:62:c6:c6 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329291: WPS: AP[27] 20:4e:7f:0a:6f:ba type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329297: WPS: AP[28] 68:7f:74:fa:0c:f0 type=0 tries=0 last_attempt=-1 sec ago blacklist=0
1378160407.329307: eth1: No suitable network found
1378160407.329314: eth1: Short-circuit new scan request since there are no enabled networks
1378160407.329320: eth1: State: INACTIVE -> INACTIVE
1378160407.329326: eth1: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
1378160407.331353: RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
1378160407.331374: RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
1378160407.331402: nl80211: if_removed already cleared - ignore event
1378160470.913526: eth1: BSS: Remove id 8 BSSID 00:17:3f:67:4d:9c SSID 'Magnitude' due to wpa_bss_flush_by_age
1378160470.913562: eth1: BSS: Remove id 12 BSSID 00:26:f2:f6:90:21 SSID 'Madimatt' due to wpa_bss_flush_by_age
1378160470.913577: eth1: BSS: Remove id 13 BSSID 84:1b:5e:29:fe:5c SSID 'JOHNRO' due to wpa_bss_flush_by_age
1378160470.913591: eth1: BSS: Remove id 20 BSSID 90:72:40:0e:1e:72 SSID 'Trish's Wi-Fi Network' due to wpa_bss_flush_by_age
1378160470.913605: eth1: BSS: Remove id 37 BSSID 10:60:4b:e9:9e:f9 SSID 'HP-Print-F9-Deskjet 3510 series' due to wpa_bss_flush_by_age
1378160470.913619: eth1: BSS: Remove id 29 BSSID e0:91:f5:ca:b9:4c SSID 'Diamond1' due to wpa_bss_flush_by_age


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux