Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 21:55:24 +0930
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        freebsd-current@freebsd.org
Subject:   WPA + ipw + Linksys WRT54G
Message-ID:  <200506292155.43686.doconnor@gsoft.com.au>

next in thread | raw e-mail | index | archive | help
--nextPart1596640.SK2Vfp2jEZ
Content-Type: multipart/mixed;
  boundary="Boundary-01=_1MpwCLkqSXf0Bom"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_1MpwCLkqSXf0Bom
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi,
I am trying to get WPA working with my new Linksys WRT54G. I am running=20
current (updated today) with ipw.

ipw0: <Intel(R) PRO/Wireless 2100 MiniPCI> mem 0xfaffc000-0xfaffcfff irq 9 =
at device 3.0 on pci2
ipw0: Ethernet address: 00:04:23:a4:12:74
ipw0: [GIANT-LOCKED]

I have the following wpa_supplicant.conf..
# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
ctrl_interface=3D/var/run/wpa_supplicant
ctrl_interface_group=3Dwheel
ap_scan=3D1

network=3D{
        ssid=3D"sarah"
        key_mgmt=3DWPA-PSK
        pairwise=3DTKIP
        psk=3D"somepassword"
}

network=3D{
        ssid=3D"dons"
        key_mgmt=3DWPA-PSK
        pairwise=3DTKIP
        psk=3D"somepassword"
        proto=3DWPA
}

I have v1.3 firmware. I've attached the output of the kernel when running=20
with ./80211debug +debug +auth +scan, as well as the output of wpa_supplica=
nt.

Anyone have any hints?
I have the WRT54G at the latest firmware too (4.00.7)

=2D-=20
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

--Boundary-01=_1MpwCLkqSXf0Bom
Content-Type: text/plain;
  charset="us-ascii";
  name="wpa-log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="wpa-log"

bind(PF_UNIX): Address already in use
Jun 29 21:07:43.670319: Initializing interface 'ipw0' conf '/usr/local/etc/=
wpa_supplicant.conf' driver 'bsd'
Jun 29 21:07:43.670466: Configuration file '/usr/local/etc/wpa_supplicant.c=
onf' -> '/usr/local/etc/wpa_supplicant.conf'
Jun 29 21:07:43.670475: Reading configuration file '/usr/local/etc/wpa_supp=
licant.conf'
Jun 29 21:07:43.670528: ctrl_interface=3D'/var/run/wpa_supplicant'
Jun 29 21:07:43.671050: ctrl_interface_group=3D0 (from group name 'wheel')
Jun 29 21:07:43.671078: ap_scan=3D1
Jun 29 21:07:43.749563: Line 11: removed CCMP from group cipher list since =
it was not allowed for pairwise cipher
Jun 29 21:07:43.824867: Line 19: removed CCMP from group cipher list since =
it was not allowed for pairwise cipher
Jun 29 21:07:43.824929: Priority group 0
Jun 29 21:07:43.824937:    id=3D0 ssid=3D'sarah'
Jun 29 21:07:43.824943:    id=3D1 ssid=3D'dons'
Jun 29 21:07:43.824953: Initializing interface (2) 'ipw0'
Jun 29 21:07:43.825366: Own MAC address: 00:04:23:a4:12:74
Jun 29 21:07:43.825378: wpa_driver_bsd_set_wpa: enabled=3D1
Jun 29 21:07:43.825391: wpa_driver_bsd_del_key: keyidx=3D0
Jun 29 21:07:43.825402: wpa_driver_bsd_del_key: keyidx=3D1
Jun 29 21:07:43.825411: wpa_driver_bsd_del_key: keyidx=3D2
Jun 29 21:07:43.825421: wpa_driver_bsd_del_key: keyidx=3D3
Jun 29 21:07:43.825429: wpa_driver_bsd_set_countermeasures: enabled=3D0
Jun 29 21:07:43.825438: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:43.825451: Setting scan request: 0 sec 100000 usec
Jun 29 21:07:43.825480: Using existing control interface directory.
Jun 29 21:07:43.825895: ctrl_iface exists, but does not allow connections -=
 assuming it was leftover from forced program termination
Jun 29 21:07:43.825991: Successfully replaced leftover ctrl_iface socket '/=
var/run/wpa_supplicant/ipw0'
Jun 29 21:07:43.926583: Starting AP scan (broadcast SSID)
Jun 29 21:07:44.014472: Received 0 bytes of scan results (42 BSSes)
Jun 29 21:07:44.014489: Scan results: 42
Jun 29 21:07:44.014519: Selecting BSS from priority group 0
Jun 29 21:07:44.014526: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:44.014537:    skip - SSID mismatch
Jun 29 21:07:44.014546:    selected
Jun 29 21:07:44.014562: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:44.014570: Cancelling scan request
Jun 29 21:07:44.014577: Automatic auth_alg selection: 0x1
Jun 29 21:07:44.014590: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:44.014597: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:44.014606: WPA: using GTK TKIP
Jun 29 21:07:44.014612: WPA: using PTK TKIP
Jun 29 21:07:44.014619: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:44.014626: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:44.014644: No keys have been configured - skip key clearing
Jun 29 21:07:44.014651: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:44.014661: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:44.014674: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:44.014692: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:44.568959: Received 0 bytes of scan results (43 BSSes)
Jun 29 21:07:44.569157: Scan results: 43
Jun 29 21:07:44.580969: Selecting BSS from priority group 0
Jun 29 21:07:44.581108: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:44.581267:    skip - SSID mismatch
Jun 29 21:07:44.581378:    selected
Jun 29 21:07:44.581578: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:44.581684: Cancelling scan request
Jun 29 21:07:44.581778: Automatic auth_alg selection: 0x1
Jun 29 21:07:44.581957: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:44.582055: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:44.582177: WPA: using GTK TKIP
Jun 29 21:07:44.582275: WPA: using PTK TKIP
Jun 29 21:07:44.582373: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:44.582466: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:44.582780: No keys have been configured - skip key clearing
Jun 29 21:07:44.588636: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:44.588819: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:44.589007: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:44.589259: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:45.080494: Received 0 bytes of scan results (44 BSSes)
Jun 29 21:07:45.080548: Scan results: 44
Jun 29 21:07:45.080606: Selecting BSS from priority group 0
Jun 29 21:07:45.080620: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:45.080644:    skip - SSID mismatch
Jun 29 21:07:45.080659:    selected
Jun 29 21:07:45.080684: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:45.080698: Cancelling scan request
Jun 29 21:07:45.080711: Automatic auth_alg selection: 0x1
Jun 29 21:07:45.080742: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:45.080755: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:45.080770: WPA: using GTK TKIP
Jun 29 21:07:45.080787: WPA: using PTK TKIP
Jun 29 21:07:45.080800: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:45.080814: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:45.080848: No keys have been configured - skip key clearing
Jun 29 21:07:45.080861: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:45.080881: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:45.080911: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:45.080946: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:45.601041: Received 0 bytes of scan results (45 BSSes)
Jun 29 21:07:45.601177: Scan results: 45
Jun 29 21:07:45.601317: Selecting BSS from priority group 0
Jun 29 21:07:45.601377: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:45.601436:    skip - SSID mismatch
Jun 29 21:07:45.601480:    selected
Jun 29 21:07:45.601543: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:45.601586: Cancelling scan request
Jun 29 21:07:45.601621: Automatic auth_alg selection: 0x1
Jun 29 21:07:45.601696: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:45.601732: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:45.601776: WPA: using GTK TKIP
Jun 29 21:07:45.601815: WPA: using PTK TKIP
Jun 29 21:07:45.601850: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:45.601886: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:45.601988: No keys have been configured - skip key clearing
Jun 29 21:07:45.602024: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:45.602076: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:45.602151: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:45.602249: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:46.135350: Received 0 bytes of scan results (46 BSSes)
Jun 29 21:07:46.135377: Scan results: 46
Jun 29 21:07:46.135407: Selecting BSS from priority group 0
Jun 29 21:07:46.135414: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:46.135425:    skip - SSID mismatch
Jun 29 21:07:46.135433:    selected
Jun 29 21:07:46.135445: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:46.135453: Cancelling scan request
Jun 29 21:07:46.135460: Automatic auth_alg selection: 0x1
Jun 29 21:07:46.135473: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:46.135480: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:46.135489: WPA: using GTK TKIP
Jun 29 21:07:46.135495: WPA: using PTK TKIP
Jun 29 21:07:46.135502: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:46.135509: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:46.135527: No keys have been configured - skip key clearing
Jun 29 21:07:46.135534: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:46.135763: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:46.135780: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:46.135800: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:46.666038: Received 0 bytes of scan results (47 BSSes)
Jun 29 21:07:46.666199: Scan results: 47
Jun 29 21:07:46.666342: Selecting BSS from priority group 0
Jun 29 21:07:46.666382: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:46.666441:    skip - SSID mismatch
Jun 29 21:07:46.666488:    selected
Jun 29 21:07:46.666551: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:46.666595: Cancelling scan request
Jun 29 21:07:46.666630: Automatic auth_alg selection: 0x1
Jun 29 21:07:46.666701: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:46.666737: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:46.666784: WPA: using GTK TKIP
Jun 29 21:07:46.666823: WPA: using PTK TKIP
Jun 29 21:07:46.666859: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:46.666894: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:46.666996: No keys have been configured - skip key clearing
Jun 29 21:07:46.667032: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:46.667087: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:46.667162: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:46.667286: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:47.201346: Received 0 bytes of scan results (48 BSSes)
Jun 29 21:07:47.201374: Scan results: 48
Jun 29 21:07:47.201404: Selecting BSS from priority group 0
Jun 29 21:07:47.201411: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:47.201422:    skip - SSID mismatch
Jun 29 21:07:47.201430:    selected
Jun 29 21:07:47.201442: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:47.201450: Cancelling scan request
Jun 29 21:07:47.201456: Automatic auth_alg selection: 0x1
Jun 29 21:07:47.201470: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:47.201476: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:47.201485: WPA: using GTK TKIP
Jun 29 21:07:47.201492: WPA: using PTK TKIP
Jun 29 21:07:47.201498: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:47.201505: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:47.201523: No keys have been configured - skip key clearing
Jun 29 21:07:47.201530: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:47.201540: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise 2 group 2 key mgmt 1
Jun 29 21:07:47.201555: wpa_driver_bsd_associate: set PRIVACY 1
Jun 29 21:07:47.201574: Setting authentication timeout: 5 sec 0 usec
Jun 29 21:07:47.737728: Received 0 bytes of scan results (49 BSSes)
Jun 29 21:07:47.737816: Scan results: 49
Jun 29 21:07:47.737909: Selecting BSS from priority group 0
Jun 29 21:07:47.737932: 0: 00:13:10:9b:52:d4 ssid=3D'dons' wpa_ie_len=3D26 =
rsn_ie_len=3D0
Jun 29 21:07:47.737969:    skip - SSID mismatch
Jun 29 21:07:47.737997:    selected
Jun 29 21:07:47.738472: Trying to associate with 00:13:10:9b:52:d4 (SSID=3D=
'dons' freq=3D2437 MHz)
Jun 29 21:07:47.738504: Cancelling scan request
Jun 29 21:07:47.738526: Automatic auth_alg selection: 0x1
Jun 29 21:07:47.738577: WPA: using IEEE 802.11i/D3.0
Jun 29 21:07:47.738600: WPA: Selected cipher suites: group 8 pairwise 8 key=
_mgmt 2
Jun 29 21:07:47.738628: WPA: using GTK TKIP
Jun 29 21:07:47.738651: WPA: using PTK TKIP
Jun 29 21:07:47.738674: WPA: using KEY_MGMT WPA-PSK
Jun 29 21:07:47.738697: WPA: Own WPA IE - hexdump(len=3D24): dd 16 00 50 f2=
 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
Jun 29 21:07:47.738761: No keys have been configured - skip key clearing
Jun 29 21:07:47.738986: wpa_driver_bsd_set_drop_unencrypted: enabled=3D1
Jun 29 21:07:47.739041: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24=
 pairwise=20
--Boundary-01=_1MpwCLkqSXf0Bom
Content-Type: text/plain;
  charset="us-ascii";
  name="messages"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="messages"

Jun 29 17:00:01 inchoate newsyslog[2677]: logfile turned over due to size>1=
00K
Jun 29 17:00:13 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:00:15 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:01:51 inchoate last message repeated 2 times
Jun 29 17:03:46 inchoate login: ROOT LOGIN (root) ON ttyv2
Jun 29 17:05:24 inchoate login: ROOT LOGIN (root) ON ttyv4
Jun 29 17:07:06 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:07:07 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:08:43 inchoate last message repeated 2 times
Jun 29 17:16:42 inchoate kernel: nvidia0: detached
Jun 29 17:18:03 inchoate kernel: nvidia0: <GeForce FX Go5200> mem 0xfc00000=
0-0xfcffffff,0xd0000000-0xdfffffff irq 11 at device 0.0 on pci1
Jun 29 17:18:03 inchoate kernel: nvidia0: [GIANT-LOCKED]
Jun 29 17:18:35 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:19:17 inchoate last message repeated 3 times
Jun 29 17:19:21 inchoate last message repeated 2 times
Jun 29 17:19:30 inchoate kdm_greet[3432]: Can't open default user face
Jun 29 17:25:36 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig bfe0 alias 192.168.2.100
Jun 29 17:25:37 inchoate root: Ran for FAIL
Jun 29 17:25:37 inchoate root: Setting up hostname and IP for non-connect f=
or bfe0
Jun 29 17:25:37 inchoate root: Setting up for 127.0.0.1 - gsoft, reason - F=
AIL
Jun 29 17:25:37 inchoate root: Running /usr/local/etc/rc.d/tinyproxy.sh.sam=
ple start
Jun 29 17:25:37 inchoate dhclient[230]: connection closed
Jun 29 17:25:37 inchoate dhclient[230]: exiting.
Jun 29 17:25:37 inchoate tinyproxy:  tinyproxy
Jun 29 17:25:42 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig bfe0
Jun 29 17:25:45 inchoate kernel: nfs send error 65 for server cain:/usr/loc=
al/mp3
Jun 29 17:25:46 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/usr/bin/killall dhcleint
Jun 29 17:25:58 inchoate kernel: nfs server cain:/usr/local/mp3: not respon=
ding
Jun 29 17:28:20 inchoate syslogd: kernel boot file is /boot/kernel/kernel
Jun 29 17:28:20 inchoate kernel: Copyright (c) 1992-2005 The FreeBSD Projec=
t.
Jun 29 17:28:20 inchoate kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988=
, 1989, 1991, 1992, 1993, 1994
Jun 29 17:28:20 inchoate kernel: The Regents of the University of Californi=
a. All rights reserved.
Jun 29 17:28:20 inchoate kernel: FreeBSD 6.0-CURRENT #2: Wed Jun 29 15:05:2=
9 CST 2005
Jun 29 17:28:20 inchoate kernel: darius@inchoate.localdomain:/usr/obj/usr/s=
rc/sys/INCHOATE
Jun 29 17:28:20 inchoate kernel: WARNING: debug.mpsafenet forced to 0 as ip=
sec requires Giant
Jun 29 17:28:20 inchoate kernel: WARNING: MPSAFE network stack disabled, ex=
pect reduced performance.
Jun 29 17:28:20 inchoate kernel: Timecounter "i8254" frequency 1193182 Hz q=
uality 0
Jun 29 17:28:20 inchoate kernel: CPU: Intel(R) Pentium(R) M processor 1400M=
Hz (1398.82-MHz 686-class CPU)
Jun 29 17:28:20 inchoate kernel: Origin =3D "GenuineIntel"  Id =3D 0x695  S=
tepping =3D 5
Jun 29 17:28:20 inchoate kernel: Features=3D0xa7e9f9bf<FPU,VME,DE,PSE,TSC,M=
SR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,=
PBE>
Jun 29 17:28:20 inchoate kernel: Features2=3D0x180<EST,TM2>
Jun 29 17:28:20 inchoate kernel: real memory  =3D 536535040 (511 MB)
Jun 29 17:28:20 inchoate kernel: avail memory =3D 511516672 (487 MB)
Jun 29 17:28:20 inchoate kernel: npx0: [FAST]
Jun 29 17:28:20 inchoate kernel: npx0: <math processor> on motherboard
Jun 29 17:28:20 inchoate kernel: npx0: INT 16 interface
Jun 29 17:28:20 inchoate kernel: acpi0: <DELL CPi R  > on motherboard
Jun 29 17:28:20 inchoate kernel: pci_link0: <ACPI PCI Link LNKA> irq 11 on =
acpi0
Jun 29 17:28:20 inchoate kernel: pci_link1: <ACPI PCI Link LNKB> irq 11 on =
acpi0
Jun 29 17:28:20 inchoate kernel: pci_link2: <ACPI PCI Link LNKC> irq 11 on =
acpi0
Jun 29 17:28:20 inchoate kernel: pci_link3: <ACPI PCI Link LNKD> irq 11 on =
acpi0
Jun 29 17:28:20 inchoate kernel: pci_link4: <ACPI PCI Link LNKE> on acpi0
Jun 29 17:28:20 inchoate kernel: pci_link5: <ACPI PCI Link LNKH> irq 11 on =
acpi0
Jun 29 17:28:20 inchoate kernel: Timecounter "ACPI-fast" frequency 3579545 =
Hz quality 1000
Jun 29 17:28:20 inchoate kernel: acpi_timer0: <24-bit timer at 3.579545MHz>=
 port 0x808-0x80b on acpi0
Jun 29 17:28:20 inchoate kernel: cpu0: <ACPI CPU> on acpi0
Jun 29 17:28:20 inchoate kernel: est0: <Enhanced SpeedStep Frequency Contro=
l> on cpu0
Jun 29 17:28:20 inchoate kernel: p4tcc0: <CPU Frequency Thermal Control> on=
 cpu0
Jun 29 17:28:20 inchoate kernel: acpi_acad0: <AC Adapter> on acpi0
Jun 29 17:28:20 inchoate kernel: acpi_cmbat0: <Control Method Battery> on a=
cpi0
Jun 29 17:28:20 inchoate kernel: acpi_cmbat1: <Control Method Battery> on a=
cpi0
Jun 29 17:28:20 inchoate kernel: acpi_lid0: <Control Method Lid Switch> on =
acpi0
Jun 29 17:28:20 inchoate kernel: acpi_button0: <Power Button> on acpi0
Jun 29 17:28:20 inchoate kernel: acpi_button1: <Sleep Button> on acpi0
Jun 29 17:28:20 inchoate kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0=
xcff on acpi0
Jun 29 17:28:20 inchoate kernel: pci0: <ACPI PCI bus> on pcib0
Jun 29 17:28:20 inchoate kernel: pci_link1: Unable to choose an IRQ
Jun 29 17:28:20 inchoate kernel: agp0: <Intel 82855 host to AGP bridge> mem=
 0xe0000000-0xe7ffffff at device 0.0 on pci0
Jun 29 17:28:20 inchoate kernel: pcib1: <ACPI PCI-PCI bridge> at device 1.0=
 on pci0
Jun 29 17:28:20 inchoate kernel: pci1: <ACPI PCI bus> on pcib1
Jun 29 17:28:20 inchoate kernel: nvidia0: <GeForce FX Go5200> mem 0xfc00000=
0-0xfcffffff,0xd0000000-0xdfffffff irq 11 at device 0.0 on pci1
Jun 29 17:28:20 inchoate kernel: nvidia0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: uhci0: <Intel 82801DB (ICH4) USB controlle=
r USB-A> port 0xbf80-0xbf9f irq 11 at device 29.0 on pci0
Jun 29 17:28:20 inchoate kernel: uhci0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: usb0: <Intel 82801DB (ICH4) USB controller=
 USB-A> on uhci0
Jun 29 17:28:20 inchoate kernel: usb0: USB revision 1.0
Jun 29 17:28:20 inchoate kernel: uhub0: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 17:28:20 inchoate kernel: uhub0: 2 ports with 2 removable, self powe=
red
Jun 29 17:28:20 inchoate kernel: uhci1: <Intel 82801DB (ICH4) USB controlle=
r USB-B> port 0xbf40-0xbf5f irq 11 at device 29.1 on pci0
Jun 29 17:28:20 inchoate kernel: uhci1: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: usb1: <Intel 82801DB (ICH4) USB controller=
 USB-B> on uhci1
Jun 29 17:28:20 inchoate kernel: usb1: USB revision 1.0
Jun 29 17:28:20 inchoate kernel: uhub1: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 17:28:20 inchoate kernel: uhub1: 2 ports with 2 removable, self powe=
red
Jun 29 17:28:20 inchoate kernel: uhci2: <Intel 82801DB (ICH4) USB controlle=
r USB-C> port 0xbf20-0xbf3f irq 11 at device 29.2 on pci0
Jun 29 17:28:20 inchoate kernel: uhci2: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: usb2: <Intel 82801DB (ICH4) USB controller=
 USB-C> on uhci2
Jun 29 17:28:20 inchoate kernel: usb2: USB revision 1.0
Jun 29 17:28:20 inchoate kernel: uhub2: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 17:28:20 inchoate kernel: uhub2: 2 ports with 2 removable, self powe=
red
Jun 29 17:28:20 inchoate kernel: ehci0: <Intel 82801DB/DBL/DBM (ICH4) USB 2=
=2E0 controller> mem 0xf4fffc00-0xf4ffffff irq 11 at device 29.7 on pci0
Jun 29 17:28:20 inchoate kernel: ehci0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: usb3: EHCI version 1.0
Jun 29 17:28:20 inchoate kernel: usb3: companion controllers, 2 ports each:=
 usb0 usb1 usb2
Jun 29 17:28:20 inchoate kernel: usb3: <Intel 82801DB/DBL/DBM (ICH4) USB 2.=
0 controller> on ehci0
Jun 29 17:28:20 inchoate kernel: usb3: USB revision 2.0
Jun 29 17:28:20 inchoate kernel: uhub3: Intel EHCI root hub, class 9/0, rev=
 2.00/1.00, addr 1
Jun 29 17:28:20 inchoate kernel: uhub3: 6 ports with 6 removable, self powe=
red
Jun 29 17:28:20 inchoate kernel: pcib2: <ACPI PCI-PCI bridge> at device 30.=
0 on pci0
Jun 29 17:28:20 inchoate kernel: pci2: <ACPI PCI bus> on pcib2
Jun 29 17:28:20 inchoate kernel: bfe0: <Broadcom BCM4401 Fast Ethernet> mem=
 0xfaffe000-0xfaffffff irq 11 at device 0.0 on pci2
Jun 29 17:28:20 inchoate kernel: miibus0: <MII bus> on bfe0
Jun 29 17:28:20 inchoate kernel: bmtphy0: <BCM4401 10/100baseTX PHY> on mii=
bus0
Jun 29 17:28:20 inchoate kernel: bmtphy0:  10baseT, 10baseT-FDX, 100baseTX,=
 100baseTX-FDX, auto
Jun 29 17:28:20 inchoate kernel: bfe0: Ethernet address: 00:0d:56:b3:99:6e
Jun 29 17:28:20 inchoate kernel: bfe0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: cbb0: <TI4510 PCI-CardBus Bridge> at devic=
e 1.0 on pci2
Jun 29 17:28:20 inchoate kernel: cbb0: Found memory at f6000000
Jun 29 17:28:20 inchoate kernel: cbb0: Secondary bus is 0
Jun 29 17:28:20 inchoate kernel: cbb0: Setting primary bus to 2
Jun 29 17:28:20 inchoate kernel: cbb0: Secondary bus set to 3 subbus 4
Jun 29 17:28:20 inchoate kernel: cardbus0: <CardBus bus> on cbb0
Jun 29 17:28:20 inchoate kernel: pccard0: <16-bit PCCard bus> on cbb0
Jun 29 17:28:20 inchoate kernel: pci2: <serial bus, FireWire> at device 1.1=
 (no driver attached)
Jun 29 17:28:20 inchoate kernel: pci2: <network> at device 3.0 (no driver a=
ttached)
Jun 29 17:28:20 inchoate kernel: isab0: <PCI-ISA bridge> at device 31.0 on =
pci0
Jun 29 17:28:20 inchoate kernel: isa0: <ISA bus> on isab0
Jun 29 17:28:20 inchoate kernel: atapci0: <Intel ICH4 UDMA100 controller> p=
ort 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbfa0-0xbfaf at device 31.1 on pci0
Jun 29 17:28:20 inchoate kernel: ata0: <ATA channel 0> on atapci0
Jun 29 17:28:20 inchoate kernel: ata1: <ATA channel 1> on atapci0
Jun 29 17:28:20 inchoate kernel: pcm0: <Intel ICH4 (82801DB)> port 0xb800-0=
xb8ff,0xbc40-0xbc7f mem 0xf4fff800-0xf4fff9ff,0xf4fff400-0xf4fff4ff irq 9 a=
t device 31.5 on pci0
Jun 29 17:28:20 inchoate kernel: pcm0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: pcm0: <SigmaTel STAC9750/51 AC97 Codec>
Jun 29 17:28:20 inchoate kernel: pci0: <simple comms, generic modem> at dev=
ice 31.6 (no driver attached)
Jun 29 17:28:20 inchoate kernel: acpi_tz0: <Thermal Zone> on acpi0
Jun 29 17:28:20 inchoate kernel: atkbdc0: <Keyboard controller (i8042)> por=
t 0x60,0x64 irq 1 on acpi0
Jun 29 17:28:20 inchoate kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on a=
tkbdc0
Jun 29 17:28:20 inchoate kernel: kbd0 at atkbd0
Jun 29 17:28:20 inchoate kernel: atkbd0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: psm0: <PS/2 Mouse> flags 0x2000 irq 12 on =
atkbdc0
Jun 29 17:28:20 inchoate kernel: psm0: [GIANT-LOCKED]
Jun 29 17:28:20 inchoate kernel: psm0: model GlidePoint, device ID 0
Jun 29 17:28:20 inchoate kernel: sio0: <16550A-compatible COM port> port 0x=
3f8-0x3ff irq 4 flags 0x10 on acpi0
Jun 29 17:28:20 inchoate kernel: sio0: type 16550A
Jun 29 17:28:20 inchoate kernel: ppc0: <ECP parallel printer port> port 0x3=
78-0x37f,0x778-0x77b irq 7 drq 1 on acpi0
Jun 29 17:28:20 inchoate kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE=
) in COMPATIBLE mode
Jun 29 17:28:20 inchoate kernel: ppc0: FIFO with 16/16/8 bytes threshold
Jun 29 17:28:20 inchoate kernel: ppbus0: <Parallel port bus> on ppc0
Jun 29 17:28:20 inchoate kernel: plip0: <PLIP network interface> on ppbus0
Jun 29 17:28:20 inchoate kernel: lpt0: <Printer> on ppbus0
Jun 29 17:28:20 inchoate kernel: lpt0: Interrupt-driven port
Jun 29 17:28:20 inchoate kernel: ppi0: <Parallel I/O> on ppbus0
Jun 29 17:28:20 inchoate kernel: sio1 port 0x2f8-0x2ff,0x280-0x287 irq 3 dr=
q 3 on acpi0
Jun 29 17:28:20 inchoate kernel: sio1: type 16550A
Jun 29 17:28:20 inchoate kernel: pmtimer0 on isa0
Jun 29 17:28:20 inchoate kernel: orm0: <ISA Option ROMs> at iomem 0xc0000-0=
xcf7ff,0xcf800-0xcffff on isa0
Jun 29 17:28:20 inchoate kernel: sc0: <System console> at flags 0x100 on is=
a0
Jun 29 17:28:20 inchoate kernel: sc0: VGA <16 virtual consoles, flags=3D0x3=
00>
Jun 29 17:28:20 inchoate kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3d=
f iomem 0xa0000-0xbffff on isa0
Jun 29 17:28:20 inchoate kernel: ums0: Logitech USB-PS/2 Trackball, rev 1.0=
0/2.10, addr 2, iclass 3/1
Jun 29 17:28:20 inchoate kernel: ums0: 3 buttons and Z dir.
Jun 29 17:28:20 inchoate kernel: Timecounter "TSC" frequency 1398815875 Hz =
quality 800
Jun 29 17:28:20 inchoate kernel: Timecounters tick every 1.000 msec
Jun 29 17:28:20 inchoate kernel: IPsec: Initialized Security Association Pr=
ocessing.
Jun 29 17:28:20 inchoate kernel: Status is 0x30000006
Jun 29 17:28:20 inchoate kernel: ad0: 57231MB <IC25N060ATMR04 0 MO3OAD0A> a=
t ata0-master UDMA100
Jun 29 17:28:20 inchoate kernel: acd0: DVDR <NEC DVD RW ND-5500A/1.51> at a=
ta1-master UDMA33
Jun 29 17:28:20 inchoate kernel: cd0 at ata1 bus 0 target 0 lun 0
Jun 29 17:28:20 inchoate kernel: cd0: <_NEC DVD_RW ND-5500A 1.51> Removable=
 CD-ROM SCSI-0 device=20
Jun 29 17:28:20 inchoate kernel: cd0: 33.000MB/s transfers
Jun 29 17:28:20 inchoate kernel: cd0: Attempt to query device size failed: =
NOT READY, Medium not present
Jun 29 17:28:20 inchoate kernel: Trying to mount root from ufs:/dev/ad0s3a
Jun 29 17:28:20 inchoate kernel: WARNING:  was not properly dismounted
Jun 29 17:28:20 inchoate kernel: WARNING:  was not properly dismounted
Jun 29 17:28:20 inchoate kernel: : mount pending error: blocks 304 files 10
Jun 29 17:28:20 inchoate kernel: WARNING:  was not properly dismounted
Jun 29 17:28:20 inchoate kernel: : mount pending error: blocks 4 files 1
Jun 29 17:28:20 inchoate kernel: WARNING:  was not properly dismounted
Jun 29 17:28:21 inchoate ntpd[583]: ntpd 4.2.0-a Wed Jun 29 14:33:22 CST 20=
05 (1)
Jun 29 17:28:21 inchoate ntpd[583]: no IPv6 interfaces found
Jun 29 17:28:37 inchoate getty[857]: open /dev/dcons: No such file or direc=
tory
Jun 29 17:28:43 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 17:28:47 inchoate last message repeated 2 times
Jun 29 17:28:57 inchoate kdm_greet[863]: Can't open default user face
Jun 29 17:29:12 inchoate login: ROOT LOGIN (root) ON ttyv0
Jun 29 17:29:19 inchoate root: Ran for FAIL
Jun 29 17:29:19 inchoate root: Setting up hostname and IP for non-connect f=
or bfe0
Jun 29 17:29:19 inchoate root: Setting up for 127.0.0.1 - gsoft, reason - F=
AIL
Jun 29 17:29:19 inchoate root: Running /usr/local/etc/rc.d/tinyproxy.sh.sam=
ple start
Jun 29 17:29:19 inchoate dhclient[254]: connection closed
Jun 29 17:29:19 inchoate dhclient[254]: exiting.
Jun 29 17:29:19 inchoate tinyproxy:  tinyproxy
Jun 29 17:29:30 inchoate ntpd[583]: sendto(139.130.136.129): No route to ho=
st
Jun 29 17:29:30 inchoate ntpd[583]: sendto(203.122.225.175): No route to ho=
st
Jun 29 17:29:30 inchoate ntpd[583]: sendto(129.96.253.23): No route to host
Jun 29 17:29:32 inchoate ntpd[583]: sendto(203.31.81.10): No route to host
Jun 29 17:29:32 inchoate ntpd[583]: sendto(203.16.214.199): No route to host
Jun 29 17:29:36 inchoate ntpd[583]: sendto(203.122.225.175): No route to ho=
st
Jun 29 17:29:48 inchoate dhclient[1076]: no such user: _dhcp, falling back =
to "nobody"
Jun 29 17:29:49 inchoate root: Ran for PREINIT
Jun 29 17:29:49 inchoate root: Status - active
Jun 29 17:29:49 inchoate dhclient: New IP Address (bfe0): 203.31.81.31
Jun 29 17:29:49 inchoate dhclient: New Subnet Mask (bfe0): 255.255.255.192
Jun 29 17:29:49 inchoate dhclient: New Broadcast Address (bfe0): 203.31.81.=
63
Jun 29 17:29:49 inchoate dhclient: New Routers (bfe0): 203.31.81.1
Jun 29 17:29:50 inchoate root: Ran for REBOOT
Jun 29 17:29:51 inchoate root: Reversed 203.31.81.31 for Hostname: inchoate=
=2Egsoft.com.au.
Jun 29 17:29:51 inchoate root: Setting up for 203.31.81.31 - gsoft, reason =
=2D REBOOT
Jun 29 17:29:51 inchoate root: Running /usr/local/etc/rc.d/tinyproxy.sh.sam=
ple start
Jun 29 17:29:51 inchoate tinyproxy:  tinyproxy
Jun 29 17:30:03 inchoate login: ROOT LOGIN (root) ON ttyv1
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: INCORRECT BLOCK COUNT I=3D13503=
42 (24 should be 0) (CORRECTED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: INCORRECT BLOCK COUNT I=3D21205=
83 (4 should be 0) (CORRECTED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: INCORRECT BLOCK COUNT I=3D33000=
51 (32 should be 16) (CORRECTED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120445  OWNER=
=3Droot MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D20 MTIME=3DJun 29 17:25 =
2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120463  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D39200 MTIME=3DJun 29 17:=
20 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120471  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D5728 MTIME=3DJun 29 17:2=
0 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120474  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D34745 MTIME=3DJun 29 17:=
21 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120476  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D19757 MTIME=3DJun 29 17:=
20 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120482  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D16217 MTIME=3DJun 29 17:=
20 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120483  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D28113 MTIME=3DJun 29 17:=
21 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120488  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D5425 MTIME=3DJun 29 17:2=
0 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120491  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D6646 MTIME=3DJun 29 17:2=
1 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120508  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D7686 MTIME=3DJun 29 17:2=
1 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120509  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D7261 MTIME=3DJun 29 17:2=
1 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120510  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D9549 MTIME=3DJun 29 17:2=
1 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120572  OWNER=
=3Ddarius MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D66 MTIME=3DJun 29 17:25 =
2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120576  OWNER=
=3Dnobody MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D1200 MTIME=3DJun 29 17:2=
5 2005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: UNREF FILE I=3D2120583  OWNER=
=3Dnobody MODE=3D100600
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: SIZE=3D0 MTIME=3DJun 29 17:25 2=
005  (CLEARED)
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: Reclaimed: 0 directories, 25 fi=
les, 87 fragments
Jun 29 17:44:08 inchoate fsck: /dev/ad0s3e: 602519 files, 17300395 used, 29=
20693 free (104333 frags, 352045 blocks, 0.5% fragmentation)
Jun 29 17:48:42 inchoate ntpd[583]: time reset +0.390483 s
Jun 29 17:48:43 inchoate ntpd[583]: kernel time sync disabled 2041
Jun 29 18:00:25 inchoate ntpd[583]: kernel time sync enabled 2001
Jun 29 18:16:42 inchoate shutdown: power-down by root:=20
Jun 29 18:17:00 inchoate syslogd: exiting on signal 15
Jun 29 19:08:25 inchoate syslogd: kernel boot file is /boot/kernel/kernel
Jun 29 19:08:25 inchoate kernel: Copyright (c) 1992-2005 The FreeBSD Projec=
t.
Jun 29 19:08:25 inchoate kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988=
, 1989, 1991, 1992, 1993, 1994
Jun 29 19:08:25 inchoate kernel: The Regents of the University of Californi=
a. All rights reserved.
Jun 29 19:08:25 inchoate kernel: FreeBSD 6.0-CURRENT #2: Wed Jun 29 15:05:2=
9 CST 2005
Jun 29 19:08:25 inchoate kernel: darius@inchoate.localdomain:/usr/obj/usr/s=
rc/sys/INCHOATE
Jun 29 19:08:25 inchoate kernel: WARNING: debug.mpsafenet forced to 0 as ip=
sec requires Giant
Jun 29 19:08:25 inchoate kernel: WARNING: MPSAFE network stack disabled, ex=
pect reduced performance.
Jun 29 19:08:25 inchoate kernel: Timecounter "i8254" frequency 1193182 Hz q=
uality 0
Jun 29 19:08:25 inchoate kernel: CPU: Intel(R) Pentium(R) M processor 1400M=
Hz (1398.82-MHz 686-class CPU)
Jun 29 19:08:25 inchoate kernel: Origin =3D "GenuineIntel"  Id =3D 0x695  S=
tepping =3D 5
Jun 29 19:08:25 inchoate kernel: Features=3D0xa7e9f9bf<FPU,VME,DE,PSE,TSC,M=
SR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,=
PBE>
Jun 29 19:08:25 inchoate kernel: Features2=3D0x180<EST,TM2>
Jun 29 19:08:25 inchoate kernel: real memory  =3D 536535040 (511 MB)
Jun 29 19:08:25 inchoate kernel: avail memory =3D 511516672 (487 MB)
Jun 29 19:08:25 inchoate kernel: npx0: [FAST]
Jun 29 19:08:25 inchoate kernel: npx0: <math processor> on motherboard
Jun 29 19:08:25 inchoate kernel: npx0: INT 16 interface
Jun 29 19:08:25 inchoate kernel: acpi0: <DELL CPi R  > on motherboard
Jun 29 19:08:25 inchoate kernel: pci_link0: <ACPI PCI Link LNKA> irq 11 on =
acpi0
Jun 29 19:08:25 inchoate kernel: pci_link1: <ACPI PCI Link LNKB> irq 11 on =
acpi0
Jun 29 19:08:25 inchoate kernel: pci_link2: <ACPI PCI Link LNKC> irq 11 on =
acpi0
Jun 29 19:08:25 inchoate kernel: pci_link3: <ACPI PCI Link LNKD> irq 11 on =
acpi0
Jun 29 19:08:25 inchoate kernel: pci_link4: <ACPI PCI Link LNKE> on acpi0
Jun 29 19:08:25 inchoate kernel: pci_link5: <ACPI PCI Link LNKH> irq 11 on =
acpi0
Jun 29 19:08:25 inchoate kernel: Timecounter "ACPI-fast" frequency 3579545 =
Hz quality 1000
Jun 29 19:08:25 inchoate kernel: acpi_timer0: <24-bit timer at 3.579545MHz>=
 port 0x808-0x80b on acpi0
Jun 29 19:08:25 inchoate kernel: cpu0: <ACPI CPU> on acpi0
Jun 29 19:08:25 inchoate kernel: est0: <Enhanced SpeedStep Frequency Contro=
l> on cpu0
Jun 29 19:08:25 inchoate kernel: p4tcc0: <CPU Frequency Thermal Control> on=
 cpu0
Jun 29 19:08:25 inchoate kernel: acpi_acad0: <AC Adapter> on acpi0
Jun 29 19:08:25 inchoate kernel: acpi_cmbat0: <Control Method Battery> on a=
cpi0
Jun 29 19:08:25 inchoate kernel: acpi_cmbat1: <Control Method Battery> on a=
cpi0
Jun 29 19:08:25 inchoate kernel: acpi_lid0: <Control Method Lid Switch> on =
acpi0
Jun 29 19:08:25 inchoate kernel: acpi_button0: <Power Button> on acpi0
Jun 29 19:08:25 inchoate kernel: acpi_button1: <Sleep Button> on acpi0
Jun 29 19:08:25 inchoate kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0=
xcff on acpi0
Jun 29 19:08:25 inchoate kernel: pci0: <ACPI PCI bus> on pcib0
Jun 29 19:08:25 inchoate kernel: pci_link1: Unable to choose an IRQ
Jun 29 19:08:25 inchoate kernel: agp0: <Intel 82855 host to AGP bridge> mem=
 0xe0000000-0xe7ffffff at device 0.0 on pci0
Jun 29 19:08:25 inchoate kernel: pcib1: <ACPI PCI-PCI bridge> at device 1.0=
 on pci0
Jun 29 19:08:25 inchoate kernel: pci1: <ACPI PCI bus> on pcib1
Jun 29 19:08:25 inchoate kernel: nvidia0: <GeForce FX Go5200> mem 0xfc00000=
0-0xfcffffff,0xd0000000-0xdfffffff irq 11 at device 0.0 on pci1
Jun 29 19:08:25 inchoate kernel: nvidia0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: uhci0: <Intel 82801DB (ICH4) USB controlle=
r USB-A> port 0xbf80-0xbf9f irq 11 at device 29.0 on pci0
Jun 29 19:08:25 inchoate kernel: uhci0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: usb0: <Intel 82801DB (ICH4) USB controller=
 USB-A> on uhci0
Jun 29 19:08:25 inchoate kernel: usb0: USB revision 1.0
Jun 29 19:08:25 inchoate kernel: uhub0: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 19:08:25 inchoate kernel: uhub0: 2 ports with 2 removable, self powe=
red
Jun 29 19:08:25 inchoate kernel: uhci1: <Intel 82801DB (ICH4) USB controlle=
r USB-B> port 0xbf40-0xbf5f irq 11 at device 29.1 on pci0
Jun 29 19:08:25 inchoate kernel: uhci1: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: usb1: <Intel 82801DB (ICH4) USB controller=
 USB-B> on uhci1
Jun 29 19:08:25 inchoate kernel: usb1: USB revision 1.0
Jun 29 19:08:25 inchoate kernel: uhub1: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 19:08:25 inchoate kernel: uhub1: 2 ports with 2 removable, self powe=
red
Jun 29 19:08:25 inchoate kernel: uhci2: <Intel 82801DB (ICH4) USB controlle=
r USB-C> port 0xbf20-0xbf3f irq 11 at device 29.2 on pci0
Jun 29 19:08:25 inchoate kernel: uhci2: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: usb2: <Intel 82801DB (ICH4) USB controller=
 USB-C> on uhci2
Jun 29 19:08:25 inchoate kernel: usb2: USB revision 1.0
Jun 29 19:08:25 inchoate kernel: uhub2: Intel UHCI root hub, class 9/0, rev=
 1.00/1.00, addr 1
Jun 29 19:08:25 inchoate kernel: uhub2: 2 ports with 2 removable, self powe=
red
Jun 29 19:08:25 inchoate kernel: ehci0: <Intel 82801DB/DBL/DBM (ICH4) USB 2=
=2E0 controller> mem 0xf4fffc00-0xf4ffffff irq 11 at device 29.7 on pci0
Jun 29 19:08:25 inchoate kernel: ehci0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: usb3: EHCI version 1.0
Jun 29 19:08:25 inchoate kernel: usb3: companion controllers, 2 ports each:=
 usb0 usb1 usb2
Jun 29 19:08:25 inchoate kernel: usb3: <Intel 82801DB/DBL/DBM (ICH4) USB 2.=
0 controller> on ehci0
Jun 29 19:08:25 inchoate kernel: usb3: USB revision 2.0
Jun 29 19:08:25 inchoate kernel: uhub3: Intel EHCI root hub, class 9/0, rev=
 2.00/1.00, addr 1
Jun 29 19:08:25 inchoate kernel: uhub3: 6 ports with 6 removable, self powe=
red
Jun 29 19:08:25 inchoate kernel: pcib2: <ACPI PCI-PCI bridge> at device 30.=
0 on pci0
Jun 29 19:08:25 inchoate kernel: pci2: <ACPI PCI bus> on pcib2
Jun 29 19:08:25 inchoate kernel: bfe0: <Broadcom BCM4401 Fast Ethernet> mem=
 0xfaffe000-0xfaffffff irq 11 at device 0.0 on pci2
Jun 29 19:08:25 inchoate kernel: miibus0: <MII bus> on bfe0
Jun 29 19:08:25 inchoate kernel: bmtphy0: <BCM4401 10/100baseTX PHY> on mii=
bus0
Jun 29 19:08:25 inchoate kernel: bmtphy0:  10baseT, 10baseT-FDX, 100baseTX,=
 100baseTX-FDX, auto
Jun 29 19:08:25 inchoate kernel: bfe0: Ethernet address: 00:0d:56:b3:99:6e
Jun 29 19:08:25 inchoate kernel: bfe0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: cbb0: <TI4510 PCI-CardBus Bridge> at devic=
e 1.0 on pci2
Jun 29 19:08:25 inchoate kernel: cbb0: Found memory at f6000000
Jun 29 19:08:25 inchoate kernel: cbb0: Secondary bus is 0
Jun 29 19:08:25 inchoate kernel: cbb0: Setting primary bus to 2
Jun 29 19:08:25 inchoate kernel: cbb0: Secondary bus set to 3 subbus 4
Jun 29 19:08:25 inchoate kernel: cardbus0: <CardBus bus> on cbb0
Jun 29 19:08:25 inchoate kernel: pccard0: <16-bit PCCard bus> on cbb0
Jun 29 19:08:25 inchoate kernel: pci2: <serial bus, FireWire> at device 1.1=
 (no driver attached)
Jun 29 19:08:25 inchoate kernel: pci2: <network> at device 3.0 (no driver a=
ttached)
Jun 29 19:08:25 inchoate kernel: isab0: <PCI-ISA bridge> at device 31.0 on =
pci0
Jun 29 19:08:25 inchoate kernel: isa0: <ISA bus> on isab0
Jun 29 19:08:25 inchoate kernel: atapci0: <Intel ICH4 UDMA100 controller> p=
ort 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbfa0-0xbfaf at device 31.1 on pci0
Jun 29 19:08:25 inchoate kernel: ata0: <ATA channel 0> on atapci0
Jun 29 19:08:25 inchoate kernel: ata1: <ATA channel 1> on atapci0
Jun 29 19:08:25 inchoate kernel: pcm0: <Intel ICH4 (82801DB)> port 0xb800-0=
xb8ff,0xbc40-0xbc7f mem 0xf4fff800-0xf4fff9ff,0xf4fff400-0xf4fff4ff irq 9 a=
t device 31.5 on pci0
Jun 29 19:08:25 inchoate kernel: pcm0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: pcm0: <SigmaTel STAC9750/51 AC97 Codec>
Jun 29 19:08:25 inchoate kernel: pci0: <simple comms, generic modem> at dev=
ice 31.6 (no driver attached)
Jun 29 19:08:25 inchoate kernel: acpi_tz0: <Thermal Zone> on acpi0
Jun 29 19:08:25 inchoate kernel: atkbdc0: <Keyboard controller (i8042)> por=
t 0x60,0x64 irq 1 on acpi0
Jun 29 19:08:25 inchoate kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on a=
tkbdc0
Jun 29 19:08:25 inchoate kernel: kbd0 at atkbd0
Jun 29 19:08:25 inchoate kernel: atkbd0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: psm0: <PS/2 Mouse> flags 0x2000 irq 12 on =
atkbdc0
Jun 29 19:08:25 inchoate kernel: psm0: [GIANT-LOCKED]
Jun 29 19:08:25 inchoate kernel: psm0: model GlidePoint, device ID 0
Jun 29 19:08:25 inchoate kernel: sio0: <16550A-compatible COM port> port 0x=
3f8-0x3ff irq 4 flags 0x10 on acpi0
Jun 29 19:08:25 inchoate kernel: sio0: type 16550A
Jun 29 19:08:25 inchoate kernel: ppc0: <ECP parallel printer port> port 0x3=
78-0x37f,0x778-0x77b irq 7 drq 1 on acpi0
Jun 29 19:08:25 inchoate kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE=
) in COMPATIBLE mode
Jun 29 19:08:25 inchoate kernel: ppc0: FIFO with 16/16/8 bytes threshold
Jun 29 19:08:25 inchoate kernel: ppbus0: <Parallel port bus> on ppc0
Jun 29 19:08:25 inchoate kernel: plip0: <PLIP network interface> on ppbus0
Jun 29 19:08:25 inchoate kernel: lpt0: <Printer> on ppbus0
Jun 29 19:08:25 inchoate kernel: lpt0: Interrupt-driven port
Jun 29 19:08:25 inchoate kernel: ppi0: <Parallel I/O> on ppbus0
Jun 29 19:08:25 inchoate kernel: sio1 port 0x2f8-0x2ff,0x280-0x287 irq 3 dr=
q 3 on acpi0
Jun 29 19:08:25 inchoate kernel: sio1: type 16550A
Jun 29 19:08:25 inchoate kernel: pmtimer0 on isa0
Jun 29 19:08:25 inchoate kernel: orm0: <ISA Option ROMs> at iomem 0xc0000-0=
xcf7ff,0xcf800-0xcffff on isa0
Jun 29 19:08:25 inchoate kernel: sc0: <System console> at flags 0x100 on is=
a0
Jun 29 19:08:25 inchoate kernel: sc0: VGA <16 virtual consoles, flags=3D0x3=
00>
Jun 29 19:08:25 inchoate kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3d=
f iomem 0xa0000-0xbffff on isa0
Jun 29 19:08:25 inchoate kernel: ums0: Logitech USB-PS/2 Trackball, rev 1.0=
0/2.10, addr 2, iclass 3/1
Jun 29 19:08:25 inchoate kernel: ums0: 3 buttons and Z dir.
Jun 29 19:08:25 inchoate kernel: Timecounter "TSC" frequency 1398818143 Hz =
quality 800
Jun 29 19:08:25 inchoate kernel: Timecounters tick every 1.000 msec
Jun 29 19:08:25 inchoate kernel: IPsec: Initialized Security Association Pr=
ocessing.
Jun 29 19:08:25 inchoate kernel: Status is 0x30000006
Jun 29 19:08:25 inchoate kernel: ad0: 57231MB <IC25N060ATMR04 0 MO3OAD0A> a=
t ata0-master UDMA100
Jun 29 19:08:25 inchoate kernel: acd0: DVDR <NEC DVD RW ND-5500A/1.51> at a=
ta1-master UDMA33
Jun 29 19:08:25 inchoate kernel: cd0 at ata1 bus 0 target 0 lun 0
Jun 29 19:08:25 inchoate kernel: cd0: <_NEC DVD_RW ND-5500A 1.51> Removable=
 CD-ROM SCSI-0 device=20
Jun 29 19:08:25 inchoate kernel: cd0: 33.000MB/s transfers
Jun 29 19:08:25 inchoate kernel: cd0: Attempt to query device size failed: =
NOT READY, Medium not present
Jun 29 19:08:25 inchoate kernel: Trying to mount root from ufs:/dev/ad0s3a
Jun 29 19:08:27 inchoate ntpd[568]: ntpd 4.2.0-a Wed Jun 29 14:33:22 CST 20=
05 (1)
Jun 29 19:08:27 inchoate ntpd[568]: no IPv6 interfaces found
Jun 29 19:08:44 inchoate getty[842]: open /dev/dcons: No such file or direc=
tory
Jun 29 19:08:50 inchoate kernel: NVRM: detected agp.ko, aborting NVIDIA AGP=
 setup!
Jun 29 19:08:54 inchoate last message repeated 2 times
Jun 29 19:09:03 inchoate kdm_greet[848]: Can't open default user face
Jun 29 19:12:50 inchoate ntpd[568]: time reset +1.376778 s
Jun 29 19:12:50 inchoate ntpd[568]: kernel time sync disabled 2041
Jun 29 19:23:36 inchoate ntpd[568]: kernel time sync enabled 2001
Jun 29 19:31:10 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/kldload if_ipw
Jun 29 19:31:10 inchoate kernel: ipw0: <Intel(R) PRO/Wireless 2100 MiniPCI>=
 mem 0xfaffc000-0xfaffcfff irq 9 at device 3.0 on pci2
Jun 29 19:31:10 inchoate kernel: ipw0: Ethernet address: 00:04:23:a4:12:74
Jun 29 19:31:10 inchoate kernel: ipw0: [GIANT-LOCKED]
Jun 29 19:56:59 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug +debug +auth +scan
Jun 29 19:57:06 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211watch
Jun 29 19:57:20 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 scan
Jun 29 19:57:25 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 up
Jun 29 19:57:26 inchoate kernel: ipw0: Please load firmware
Jun 29 19:57:29 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 scan
Jun 29 19:57:31 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0
Jun 29 19:57:37 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/usr/sbin/ipwcontrol -f /usr/local/share/ipw-=
firmware/ipw2100-1.3.fw
Jun 29 19:57:38 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 scan
Jun 29 19:57:41 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 up
Jun 29 19:57:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 19:57:41 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:57:41 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:57:42 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:42 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:43 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:43 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 61
Jun 29 19:57:43 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 19:57:44 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:44 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:44 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:44 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:57:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:45 inchoate sudo:   darius : TTY=3Dttyp5 ; PWD=3D/usr/home/dar=
ius ; USER=3Droot ; COMMAND=3D/sbin/ifconfig ipw0 scan
Jun 29 19:57:45 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:57:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:46 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:57:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:46 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 60
Jun 29 19:57:46 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:46 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 55
Jun 29 19:57:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:57:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:47 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:47 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:57:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:48 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 19:57:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:48 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 19:57:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:49 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:49 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:57:49 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:49 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 54
Jun 29 19:57:49 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:49 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:57:49 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:50 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:50 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 19:57:50 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:50 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:50 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 19:57:50 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:51 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 19:57:51 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:51 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:57:51 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:52 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:57:52 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:52 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 56
Jun 29 19:57:52 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 19:57:52 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:53 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:53 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:53 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:53 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:54 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:54 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:54 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:57:55 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:55 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:55 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:55 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:56 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:56 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:57:56 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:57 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:57:57 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:57 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:57 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:58 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:57:58 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:58 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:57:58 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:59 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:57:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:57:59 inchoate kernel: ipw0: notify scan done
Jun 29 19:57:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:57:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:00 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:00 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:01 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:01 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:01 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:01 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:02 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:02 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:03 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:03 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:04 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:04 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:05 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:05 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:06 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:06 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:06 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:06 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:07 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:07 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:07 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:07 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:08 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:08 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:08 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:08 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:09 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:10 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:10 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:11 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:11 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:11 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:11 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:11 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:11 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:12 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:12 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:13 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:13 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:13 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:13 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:13 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:13 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:14 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:14 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:15 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:15 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:16 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:16 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:17 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:17 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:18 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:18 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:18 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:18 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:18 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:18 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:18 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 56
Jun 29 19:58:19 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:19 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:19 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:19 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:19 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:19 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:20 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:20 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:20 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:20 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:20 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:20 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:21 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:21 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:21 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:21 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:22 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:22 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:22 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:22 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:22 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:22 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 19:58:22 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:22 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:23 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:23 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:23 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:23 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:23 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:24 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:24 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:24 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:24 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:24 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 19:58:24 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:25 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:25 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:25 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:25 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:25 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:25 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:26 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:26 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:26 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:26 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:26 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:26 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:27 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:27 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:27 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 58
Jun 29 19:58:27 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:27 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:28 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:28 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:28 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:28 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:28 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:28 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:29 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:29 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:29 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:29 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:29 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:29 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:30 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:30 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:30 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:30 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:30 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:30 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:31 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:31 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:31 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:31 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:31 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:31 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:32 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:32 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:32 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:32 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:32 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:32 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:33 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:33 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:33 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:33 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:34 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:34 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:34 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:34 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:34 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:34 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:35 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:35 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:35 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:35 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:35 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:35 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:36 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:36 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:36 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:36 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:37 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:37 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:37 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:37 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:37 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:38 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:38 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 19:58:38 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:38 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:38 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:38 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:39 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:39 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:58:39 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:39 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 53
Jun 29 19:58:39 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:39 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 55
Jun 29 19:58:39 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:39 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:40 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 47
Jun 29 19:58:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:40 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:41 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:41 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:42 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:42 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:42 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 55
Jun 29 19:58:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:43 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:43 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:44 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:58:44 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:44 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:45 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:45 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:46 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 50
Jun 29 19:58:46 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:46 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:47 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:47 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:48 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:49 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:49 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:49 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:49 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D/usr/sbin/wpa_supplicant -d -i ipw0 -=
c /usr/local/etc/wpa_supplicant.conf -D bsd
Jun 29 19:58:49 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:49 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:49 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:49 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 56
Jun 29 19:58:50 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:50 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:50 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:50 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:50 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:51 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 19:58:51 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:51 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:51 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:58:51 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:51 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:52 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:58:52 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:52 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:52 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:52 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:52 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:53 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 19:58:53 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:53 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:53 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 19:58:53 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:53 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:53 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 53
Jun 29 19:58:54 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:54 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 56
Jun 29 19:58:54 inchoate kernel: [00:13:10:9b:52:d4] new beacon on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:54 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 19:58:54 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 19:58:54 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:54 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:54 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:55 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 19:58:55 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:55 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:55 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 19:58:55 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:55 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:56 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:56 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:56 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:56 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:57 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:57 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:57 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 19:58:57 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:57 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:58:57 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 55
Jun 29 19:58:57 inchoate kernel: ipw0: notify scan done
Jun 29 19:58:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 19:58:58 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 19:58:58 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 19:59:05 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -debug -auth -scan
Jun 29 19:59:08 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -all
Jun 29 21:02:51 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug +debug +auth +scan
Jun 29 21:02:58 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D/usr/sbin/wpa_supplicant -t -d -i ipw=
0 -c /usr/local/etc/wpa_supplicant.conf -D bsd
Jun 29 21:02:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:02:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:00 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:00 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:00 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:00 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:01 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:03:01 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:01 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:01 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:03:01 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:01 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:02 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:02 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:03:02 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:02 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:03:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:03 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 50
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] new beacon on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:03 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 54
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] new beacon on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:03:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:03:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:04 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:04 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:03:04 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:04 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:05 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:05 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:03:05 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:05 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:03:06 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:06 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:03:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:03:07 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:03:07 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:03:11 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -all
Jun 29 21:05:38 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D/usr/sbin/wpa_supplicant -t -d -i ipw=
0 -c /usr/local/etc/wpa_supplicant.conf -D bsd
Jun 29 21:05:39 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:05:39 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:05:39 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:39 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:05:39 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:39 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:40 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:05:40 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:40 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:40 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:05:40 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:40 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:40 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 54
Jun 29 21:05:51 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug +debug +auth +scan
Jun 29 21:05:53 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D/usr/sbin/wpa_supplicant -t -d -i ipw=
0 -c /usr/local/etc/wpa_supplicant.conf -D bsd
Jun 29 21:05:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:05:53 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:05:54 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:05:54 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:54 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:54 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:05:54 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:54 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:55 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:05:55 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:55 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:55 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:05:55 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:55 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:56 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:05:56 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:56 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:56 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:05:56 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:56 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:57 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:05:57 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:57 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:57 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 48
Jun 29 21:05:57 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 21:05:58 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:05:58 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:05:58 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:05:58 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:05:58 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:05:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:05:59 inchoate kernel: ipw0: notify scan done
Jun 29 21:05:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:05:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:06:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:00 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 48
Jun 29 21:06:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:06:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:00 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -all
Jun 29 21:06:01 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:06:01 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:01 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:02 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 58
Jun 29 21:06:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:06 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:06 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:07 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:07 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:07 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 51
Jun 29 21:06:07 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:08 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:08 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:08 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:08 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:06:08 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:09 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:09 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:10 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:06:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:10 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:06:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:11 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:11 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:11 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:11 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:11 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:11 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:12 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:12 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:06:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:13 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:13 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:06:13 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:13 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:13 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:13 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:14 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:14 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 60
Jun 29 21:06:14 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:06:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:15 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:15 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 59
Jun 29 21:06:15 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:16 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 61
Jun 29 21:06:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:16 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:17 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:06:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:06:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:17 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:18 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:18 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:18 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:18 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:19 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 47
Jun 29 21:06:19 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:19 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:19 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:19 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:19 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:20 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:20 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:20 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 46
Jun 29 21:06:20 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:20 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 47
Jun 29 21:06:20 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:21 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:21 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:06:21 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:21 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:21 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:21 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:22 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:22 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:22 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:22 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:22 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:06:22 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:23 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:23 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:23 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:23 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:23 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:23 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:24 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:24 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:24 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:24 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:24 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:24 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:25 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:25 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:06:25 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:25 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:25 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:06:25 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:26 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:26 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:26 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:26 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:26 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:26 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:27 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:27 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:27 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:27 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:28 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:28 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:28 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:28 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:29 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:06:29 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:29 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:29 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:29 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:29 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:30 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:30 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:30 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 58
Jun 29 21:06:30 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:30 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:30 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:31 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:31 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:31 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:31 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:31 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:06:31 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:32 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:32 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:32 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:32 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:32 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:06:32 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:33 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:33 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:06:33 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:33 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:33 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:33 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:34 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:34 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:34 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:34 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:34 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:34 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:35 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:35 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:06:35 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:35 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:35 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:35 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:35 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:35 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:36 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:36 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:06:36 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:36 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:36 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:06:36 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:37 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:37 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:37 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:37 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:37 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:37 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:38 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:38 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:06:38 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:38 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:38 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:38 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:39 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:39 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:39 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:39 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:40 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 55
Jun 29 21:06:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:41 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:06:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:41 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:42 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:42 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:43 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:43 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:44 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:44 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:44 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 45
Jun 29 21:06:44 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:45 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:45 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:45 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:46 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:46 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 48
Jun 29 21:06:46 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:46 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:47 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:47 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:47 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:48 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:48 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:48 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:48 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:49 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:49 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:49 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:50 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:50 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:50 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:50 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:50 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 59
Jun 29 21:06:50 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:50 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:51 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:51 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:51 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:51 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:51 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:51 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 44
Jun 29 21:06:52 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:52 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:52 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:52 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 47
Jun 29 21:06:52 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:53 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:53 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:53 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:53 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:53 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:54 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:54 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:54 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:54 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:54 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:55 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:55 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:55 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:55 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:55 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 49
Jun 29 21:06:56 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:56 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:56 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:56 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:57 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:57 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:57 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 58
Jun 29 21:06:57 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:57 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:06:57 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:58 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:06:58 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:58 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:58 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:06:58 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:59 inchoate kernel: ipw0: notify scan done
Jun 29 21:06:59 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:06:59 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:06:59 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:07:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:00 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 60
Jun 29 21:07:00 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:07:00 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:00 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:01 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:01 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:01 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:07:01 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:02 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 46
Jun 29 21:07:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:07:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:02 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:02 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 46
Jun 29 21:07:02 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 60
Jun 29 21:07:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:03 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:03 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:07:03 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:04 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:04 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:04 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 49
Jun 29 21:07:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:05 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:05 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:05 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:06 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:07:06 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:06 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:07 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:07:07 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:07 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 59
Jun 29 21:07:07 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:07 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:07 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:08 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:08 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 59
Jun 29 21:07:08 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:08 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:08 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:08 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:09 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:09 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:09 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:09 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:10 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:10 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:10 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:07:10 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:11 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:11 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:11 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:11 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:12 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:07:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:12 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:12 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:12 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:13 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:13 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 47
Jun 29 21:07:13 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:13 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 56
Jun 29 21:07:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:14 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 55
Jun 29 21:07:14 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:14 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:14 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:14 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 50
Jun 29 21:07:14 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:07:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:15 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 51
Jun 29 21:07:15 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:15 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 54
Jun 29 21:07:15 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:07:15 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:15 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:15 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -all
Jun 29 21:07:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 54
Jun 29 21:07:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:16 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:16 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:16 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:17 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:17 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:17 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:07:17 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:18 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:18 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:18 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:18 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:18 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:07:40 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug +debug +auth +scan
Jun 29 21:07:40 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 58
Jun 29 21:07:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:40 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:07:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:41 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 48
Jun 29 21:07:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:42 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 51
Jun 29 21:07:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:42 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:07:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:43 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 50
Jun 29 21:07:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:43 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:07:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (=
bss chan 6) "dons"
Jun 29 21:07:43 inchoate sudo:   darius : TTY=3Dttyp3 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D/usr/sbin/wpa_supplicant -t -d -i ipw=
0 -c /usr/local/etc/wpa_supplicant.conf -D bsd
Jun 29 21:07:44 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:44 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 41
Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:45 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 45
Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:45 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:45 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:=
d4 rssi 50
Jun 29 21:07:46 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 52
Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:46 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 61
Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:47 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 57
Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:47 inchoate kernel: ipw0: notify scan done
Jun 29 21:07:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b=
:52:d4 rssi 53
Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan=
 6 (bss chan 6) "dons"
Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100=
 erp 0x0
Jun 29 21:07:49 inchoate sudo:   darius : TTY=3Dttyp4 ; PWD=3D/usr/src/tool=
s/tools/ath ; USER=3Droot ; COMMAND=3D./80211debug -debug -auth -scan

--Boundary-01=_1MpwCLkqSXf0Bom--

--nextPart1596640.SK2Vfp2jEZ
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQBCwpNH5ZPcIHs/zowRArC8AKCh6Fz7aLE5Nx6JFl+B1ek65SYDEACeJhvV
7uPD3CQEWuhTit680944y0Y=
=rMIj
-----END PGP SIGNATURE-----

--nextPart1596640.SK2Vfp2jEZ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506292155.43686.doconnor>