Got the wireless to work today. I followed the directions at 
http://wiki.openwrt.org/doc/devel/debugging and ran "killall -9 hostapd; 
/usr/sbin/hostapd -dd /var/run/hostapd-phy0.conf > /tmp/hostapd.log" from a SSH 
session, then tried to connect.

Before I ran it, I would get a connection failed message as soon as I tried to 
connect.

After I ran the above command, it failed once, then connected on the 2nd try. 
That log is attatched as WiFiLog1.txt.

I rebooted by pulling the power cable (I am fairly certain that the reboot 
command worked in 10.03.1, but cannot say for certain) and I tried connecting 
to the wifi again. I got a connection failed message as soon as I tried to 
connect.
After I ran the aforementioned command, I was able to connect immediately on 
the first try. That log is attached as WiFiLog2.txt.

Is there a more effective and/or less intrusive way to log this data? I looked 
in /tmp/log, but the only things I see are lastlog and wtmp both of which are 0 
byte files that claim to have been created on 1/1/1970.

SSH and SCP both worked fine under 10.03.1. No lockups or reconnects that I 
remember.
Package installation also worked. I was able to install the pciutils package 
without any drama. 

Let me know if I can provide any more data to help.

Thanks

Aaron Z

----- Original Message -----
> From: "Hauke Mehrtens" <ha...@hauke-m.de>
> To: "Aaron Z" <aar...@pls-net.org>
> Cc: "OpenWrt Development List" <openwrt-devel@lists.openwrt.org>
> Sent: Sunday, January 22, 2012 8:16:52 AM
> Subject: Re: [OpenWrt-Users] Linksys WRT150N wireless supported in 10.03.1?
> 
> Hi Aaron,
> 
> 
> On 01/22/2012 04:54 AM, Aaron Z wrote:
> > Resending as I used the wrong from address last time and it
> > bounced.
> hmm at least I got your mails.
> > 
> > It loaded and booted, but I am seeing some oddities. Not sure if
> > these are related to being bleeding edge or what, but they are
> > noticeable:
> The patch did what it was supposed to and I will merge it into trunk
> and
> Backfire branch. The other problems seam to be related to some other
> problems with trunk or with the wifi never used before.
> > 1. luci (the web interface) times out and never loads
> The image I gave you did not contain luci so it will not load.
> > 2. Installing packages does not seem to be working. When I run
> > "opkg update" it gets to "Inflating
> > http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages/Packages.gz";
> > then locks up my SSH session and I have to reconnect
> The image is a self build from trunk so with installing packages you
> could run into problems. But this problem is strange.
> > 3. The reboot command does not seem to do anything (as determined
> > by watching the LEDs and the response to ping).
> Did this work with 10.03.1?
> > 4. It seems that ssh and scp lock up and force me to re-login
> > frequently. No idea what it is related to, but it seems to do it
> > every few minutes.
> Did this work with 10.03.1?
> > 5. I see the OpenWrt wireless network after enabling the wireless,
> > but I cannot connect to it (fails right away). When I run
> > connection diagnostics, Windows 7 tells me "Wireless association
> > to this network failed. Windows did not receive any response from
> > the wireless router or accesspoint"
> Do you see anything interesting in the log regarding wifi while
> trying
> to connect?
> > 6. The Wireless LED on the WAP does not turn on
> Probably something is wrong in the wireless driver.
> 
> There is a know issue with the wireless chip used in your device, but
> I
> do not know, if you are seeing this issue or if it is already fixed:
> BCM4321: some cards do not work in DMA mode (PIO is needed).
> 
> > Attached are:
> > 1. dmesg2.txt (15.5 KB, the output of dmesg)
> The log looks good to me at least OpenWrt finds your wifi and does
> not
> panic. ;-)
> > 2. nvram2.txt (11.8 KB, the output of nvram show)
> > 3. wireless2.txt (330 B, the contents of /var/config/wireless)
> > 
> > Aaron Z
> 
> I asked for the serial in the case the changes in the patch are
> causing
> a kernel panic and the device does not boot any more, so that you
> were
> able to recover or debug the issue, but it looks like it is not
> needed.
> But be aware that the normal serial port of a PC uses 12V and the
> serial
> TTL port of most embedded devices are using 3.3V
> 
> Hauke
> 
root@OpenWrt:~# killall -9 hostapd; /usr/sbin/hostapd -dd 
/var/run/hostapd-phy0.conf > /tmp/hostapd.log

#/tmp/hostapd.log
random: Trying to read entropy from /dev/random
Configuration file: /var/run/hostapd-phy0.conf
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 6 iftype 2 (STATION)
nl80211: Failed to set interface 6 to mode 2: -16 (Device or resource busy)
nl80211: Interface already in requested mode - ignore error
netlink: Operstate: linkmode=1, operstate=5
nl80211: Using driver-based off-channel TX
nl80211: Interface wlan0 is in bridge br-lan
nl80211: Add own interface ifindex 5
nl80211: Add own interface ifindex 6
nl80211: Set mode ifindex 6 iftype 3 (AP)
nl80211: Create interface iftype 6 (MONITOR)
Failed to create interface mon.wlan0: -23 (Too many open files in system)
Try to remove and re-create mon.wlan0
nl80211: Remove interface ifindex=7
nl80211: Create interface iftype 6 (MONITOR)
nl80211: New interface mon.wlan0 created: ifindex=8
nl80211: Add own interface ifindex 8
BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz
nl80211: 2457-2482 @ 20 MHz
nl80211: 2474-2494 @ 20 MHz
nl80211: 5170-5250 @ 40 MHz
nl80211: 5735-5835 @ 40 MHz
nl80211: Added 802.11b mode based on 802.11g information
Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=2 freq=2417 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=3 freq=2422 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=4 freq=2427 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=5 freq=2432 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=6 freq=2437 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=7 freq=2442 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=8 freq=2447 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=9 freq=2452 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=10 freq=2457 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=11 freq=2462 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=1 freq=2412 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=2 freq=2417 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=3 freq=2422 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=4 freq=2427 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=5 freq=2432 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=6 freq=2437 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=7 freq=2442 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=8 freq=2447 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=9 freq=2452 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=10 freq=2457 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=20 dBm
Completing interface initialization
Mode: IEEE 802.11g  Channel: 6  Frequency: 2437 MHz
nl80211: Set freq 2437 (ht_enabled=0 sec_channel_offset=0)
RATE[0] rate=10 flags=0x1
RATE[1] rate=20 flags=0x1
RATE[2] rate=55 flags=0x1
RATE[3] rate=110 flags=0x1
RATE[4] rate=60 flags=0x0
RATE[5] rate=90 flags=0x0
RATE[6] rate=120 flags=0x0
RATE[7] rate=180 flags=0x0
RATE[8] rate=240 flags=0x0
RATE[9] rate=360 flags=0x0
RATE[10] rate=480 flags=0x0
RATE[11] rate=540 flags=0x0
Flushing old station entries
Deauthenticate all stations
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=0 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=1 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=2 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=3 set_tx=0 
seq_len=0 key_len=0
Using interface wlan0 with hwaddr 00:88:88:88:00:2a and ssid 'OpenWrt'
Using existing control interface directory.
ctrl_iface bind(PF_UNIX) failed: Address already in use
ctrl_iface exists, but does not allow connections - assuming it was leftover 
from forced program termination
Successfully replaced leftover ctrl_iface socket '/var/run/hostapd-phy0/wlan0'
nl80211: Set beacon (beacon_set=0)
wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
netlink: Operstate: linkmode=-1, operstate=6
wlan0: Setup of interface done.
random: Got 20/20 bytes from /dev/random
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
nl80211: Ignore event for foreign ifindex 7
nl80211: Ignore dellink event for foreign ifindex 7
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface mon.wlan0 is up
Add randomness: count=1 entropy=0
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'mon.wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
Add randomness: count=2 entropy=1
Add randomness: count=3 entropy=2
<Counts 4-191 removed>
Add randomness: count=192 entropy=191
Add randomness: count=193 entropy=192
mgmt::auth
authentication: STA=MyComputerMAC auth_alg=0 auth_transaction=1 status_code=0 
wep=0
  New STA
wlan0: STA MyComputerMAC IEEE 802.11: authentication OK (open system)
wlan0: STA MyComputerMAC MLME: MLME-AUTHENTICATE.indication(MyComputerMAC, 
OPEN_SYSTEM)
wlan0: STA MyComputerMAC MLME: MLME-DELETEKEYS.request(MyComputerMAC)
authentication reply: STA=MyComputerMAC auth_alg=0 auth_transaction=2 resp=0 
(IE len=0)
Add randomness: count=194 entropy=193
Add randomness: count=195 entropy=194
Add randomness: count=196 entropy=195
mgmt::auth cb
wlan0: STA MyComputerMAC IEEE 802.11: authenticated
Add randomness: count=197 entropy=196
Add randomness: count=198 entropy=197
Add randomness: count=199 entropy=198
Add randomness: count=200 entropy=199
Add randomness: count=201 entropy=200
Add randomness: count=202 entropy=201
Add randomness: count=203 entropy=202
Add randomness: count=204 entropy=203
Add randomness: count=205 entropy=204
mgmt::auth
authentication: STA=MyComputerMAC auth_alg=0 auth_transaction=1 status_code=0 
wep=0
wlan0: STA MyComputerMAC IEEE 802.11: authentication OK (open system)
wlan0: STA MyComputerMAC MLME: MLME-AUTHENTICATE.indication(MyComputerMAC, 
OPEN_SYSTEM)
wlan0: STA MyComputerMAC MLME: MLME-DELETEKEYS.request(MyComputerMAC)
authentication reply: STA=MyComputerMAC auth_alg=0 auth_transaction=2 resp=0 
(IE len=0)
Add randomness: count=206 entropy=205
mgmt::auth cb
wlan0: STA MyComputerMAC IEEE 802.11: authenticated
mgmt::assoc_req
association request: STA=MyComputerMAC capab_info=0x421 listen_interval=10
WMM IE - hexdump(len=7): 00 50 f2 02 00 01 00
Validating WMM IE: OUI 00:50:f2  OUI type 2  OUI sub-type 0  version 1  QoS 
info 0x0
  new AID 1
wlan0: STA MyComputerMAC IEEE 802.11: association OK (aid 1)
Add randomness: count=207 entropy=206
mgmt::assoc_resp cb
wlan0: STA MyComputerMAC IEEE 802.11: associated (aid 1)
wlan0: AP-STA-CONNECTED MyComputerMAC
wlan0: STA MyComputerMAC MLME: MLME-ASSOCIATE.indication(MyComputerMAC)
wlan0: STA MyComputerMAC MLME: MLME-DELETEKEYS.request(MyComputerMAC)
IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
nl80211: Event message available
nl80211: New station MyComputerMAC
Add randomness: count=208 entropy=207
Add randomness: count=209 entropy=208
<Counts 210-208 removed>
Add randomness: count=264 entropy=263
Add randomness: count=265 entropy=264
nl80211: Ignore event for foreign ifindex 9
nl80211: Ignore event for foreign ifindex 9
Add randomness: count=266 entropy=265
Add randomness: count=267 entropy=266
<Counts 268-239 removed>
Add randomness: count=340 entropy=339
Add randomness: count=341 entropy=340
mgmt::auth
authentication: STA=MyComputerMAC auth_alg=0 auth_transaction=1 status_code=0 
wep=0
wlan0: STA MyComputerMAC IEEE 802.11: authentication OK (open system)
wlan0: STA MyComputerMAC MLME: MLME-AUTHENTICATE.indication(MyComputerMAC, 
OPEN_SYSTEM)
wlan0: STA MyComputerMAC MLME: MLME-DELETEKEYS.request(MyComputerMAC)
authentication reply: STA=MyComputerMAC auth_alg=0 auth_transaction=2 resp=0 
(IE len=0)
Add randomness: count=342 entropy=341
mgmt::auth cb
wlan0: STA MyComputerMAC IEEE 802.11: authenticated
mgmt::assoc_req
association request: STA=MyComputerMAC capab_info=0x421 listen_interval=10
WMM IE - hexdump(len=7): 00 50 f2 02 00 01 00
Validating WMM IE: OUI 00:50:f2  OUI type 2  OUI sub-type 0  version 1  QoS 
info 0x0
  old AID 1
wlan0: STA MyComputerMAC IEEE 802.11: association OK (aid 1)
Add randomness: count=343 entropy=342
Add randomness: count=344 entropy=343
mgmt::assoc_resp cb
wlan0: STA MyComputerMAC IEEE 802.11: associated (aid 1)
wlan0: AP-STA-CONNECTED MyComputerMAC
wlan0: STA MyComputerMAC MLME: MLME-ASSOCIATE.indication(MyComputerMAC)
wlan0: STA MyComputerMAC MLME: MLME-DELETEKEYS.request(MyComputerMAC)
IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
nl80211: Event message available
nl80211: Delete station MyComputerMAC
Add randomness: count=345 entropy=344
nl80211: Event message available
nl80211: New station MyComputerMAC
Add randomness: count=346 entropy=345
root@OpenWrt:~# killall -9 hostapd; /usr/sbin/hostapd -dd 
/var/run/hostapd-phy0.conf > /tmp/hostapd.log

#/tmp/hostapd.log
random: Trying to read entropy from /dev/random
Configuration file: /var/run/hostapd-phy0.conf
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 6 iftype 2 (STATION)
nl80211: Failed to set interface 6 to mode 2: -16 (Device or resource busy)
nl80211: Interface already in requested mode - ignore error
netlink: Operstate: linkmode=1, operstate=5
nl80211: Using driver-based off-channel TX
nl80211: Interface wlan0 is in bridge br-lan
nl80211: Add own interface ifindex 5
nl80211: Add own interface ifindex 6
nl80211: Set mode ifindex 6 iftype 3 (AP)
nl80211: Create interface iftype 6 (MONITOR)
Failed to create interface mon.wlan0: -23 (Too many open files in system)
Try to remove and re-create mon.wlan0
nl80211: Remove interface ifindex=7
nl80211: Create interface iftype 6 (MONITOR)
nl80211: New interface mon.wlan0 created: ifindex=8
nl80211: Add own interface ifindex 8
BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz
nl80211: 2457-2482 @ 20 MHz
nl80211: 2474-2494 @ 20 MHz
nl80211: 5170-5250 @ 40 MHz
nl80211: 5735-5835 @ 40 MHz
nl80211: Added 802.11b mode based on 802.11g information
Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=2 freq=2417 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=3 freq=2422 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=4 freq=2427 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=5 freq=2432 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=6 freq=2437 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=7 freq=2442 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=8 freq=2447 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=9 freq=2452 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=10 freq=2457 MHz max_tx_power=20 dBm
Allowed channel: mode=1 chan=11 freq=2462 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=1 freq=2412 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=2 freq=2417 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=3 freq=2422 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=4 freq=2427 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=5 freq=2432 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=6 freq=2437 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=7 freq=2442 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=8 freq=2447 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=9 freq=2452 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=10 freq=2457 MHz max_tx_power=20 dBm
Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=20 dBm
Completing interface initialization
Mode: IEEE 802.11g  Channel: 6  Frequency: 2437 MHz
nl80211: Set freq 2437 (ht_enabled=0 sec_channel_offset=0)
RATE[0] rate=10 flags=0x1
RATE[1] rate=20 flags=0x1
RATE[2] rate=55 flags=0x1
RATE[3] rate=110 flags=0x1
RATE[4] rate=60 flags=0x0
RATE[5] rate=90 flags=0x0
RATE[6] rate=120 flags=0x0
RATE[7] rate=180 flags=0x0
RATE[8] rate=240 flags=0x0
RATE[9] rate=360 flags=0x0
RATE[10] rate=480 flags=0x0
RATE[11] rate=540 flags=0x0
Flushing old station entries
Deauthenticate all stations
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=0 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=1 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=2 set_tx=0 
seq_len=0 key_len=0
wpa_driver_nl80211_set_key: ifindex=6 alg=0 addr=(nil) key_idx=3 set_tx=0 
seq_len=0 key_len=0
Using interface wlan0 with hwaddr 00:88:88:88:00:2a and ssid 'OpenWrt'
Using existing control interface directory.
ctrl_iface bind(PF_UNIX) failed: Address already in use
ctrl_iface exists, but does not allow connections - assuming it was leftover 
from forced program termination
Successfully replaced leftover ctrl_iface socket '/var/run/hostapd-phy0/wlan0'
nl80211: Set beacon (beacon_set=0)
wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
netlink: Operstate: linkmode=-1, operstate=6
wlan0: Setup of interface done.
random: Got 20/20 bytes from /dev/random
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface wlan0 is up
nl80211: Ignore event for foreign ifindex 7
nl80211: Ignore dellink event for foreign ifindex 7
RTM_NEWLINK: operstate=1 ifi_flags=0x1002 ()
nl80211: Ignore interface down event since interface mon.wlan0 is up
mgmt::deauth cb
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'mon.wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11003 ([UP][LOWER_UP])
netlink: Operstate: linkmode=-1, operstate=6
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
nl80211: Add ifindex 5 for bridge br-lan
nl80211: Add own interface ifindex 5
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
Unknown event 5
Add randomness: count=1 entropy=0
Add randomness: count=2 entropy=1
Add randomness: count=3 entropy=2
Add randomness: count=4 entropy=3
<Counts 5-486 removed>
Add randomness: count=487 entropy=486
Add randomness: count=488 entropy=487
mgmt::auth
authentication: STA=MY_COMPUTER_MAC auth_alg=0 auth_transaction=1 status_code=0 
wep=0
  New STA
wlan0: STA MY_COMPUTER_MAC IEEE 802.11: authentication OK (open system)
wlan0: STA MY_COMPUTER_MAC MLME: MLME-AUTHENTICATE.indication(MY_COMPUTER_MAC, 
OPEN_SYSTEM)
wlan0: STA MY_COMPUTER_MAC MLME: MLME-DELETEKEYS.request(MY_COMPUTER_MAC)
authentication reply: STA=MY_COMPUTER_MAC auth_alg=0 auth_transaction=2 resp=0 
(IE len=0)
Add randomness: count=489 entropy=488
mgmt::auth cb
wlan0: STA MY_COMPUTER_MAC IEEE 802.11: authenticated
mgmt::assoc_req
association request: STA=MY_COMPUTER_MAC capab_info=0x421 listen_interval=10
WMM IE - hexdump(len=7): 00 50 f2 02 00 01 00
Validating WMM IE: OUI 00:50:f2  OUI type 2  OUI sub-type 0  version 1  QoS 
info 0x0
  new AID 1
wlan0: STA MY_COMPUTER_MAC IEEE 802.11: association OK (aid 1)
Add randomness: count=490 entropy=489
mgmt::assoc_resp cb
wlan0: STA MY_COMPUTER_MAC IEEE 802.11: associated (aid 1)
wlan0: AP-STA-CONNECTED MY_COMPUTER_MAC
wlan0: STA MY_COMPUTER_MAC MLME: MLME-ASSOCIATE.indication(MY_COMPUTER_MAC)
wlan0: STA MY_COMPUTER_MAC MLME: MLME-DELETEKEYS.request(MY_COMPUTER_MAC)
IEEE 802.1X: Ignore STA - 802.1X not enabled or forced for WPS
nl80211: Event message available
nl80211: New station MY_COMPUTER_MAC
Add randomness: count=491 entropy=490

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to