Hi!

I've got an v2.2 HW installed with the latest experimental release (23-Apr-2005)

But I can't get WLAN/WPA running.

I'm using  following nas binary

# ls -l /usr/sbin/nas
-rwxr-xr-x    1 root     root       126444 May 11  2004 /usr/sbin/nas

and following startup script:
+++
#!/bin/sh

if=$(nvram get wl0_ifname)
essid=$(nvram get wl0_ssid)
psk=$(nvram get wl0_wpa_psk)
rekey=$(nvram get wl0_wpa_gtk_rekey)

/usr/sbin/wlconf ${if} up
/usr/sbin/iwconfig ${if} essid ${essid}

(/usr/sbin/nas -P /tmp/nas.pid -l br0 -H 34954 -i ${if} -A -m 4 -k "${psk}" -s ${essid} -w 2 -g ${rekey} > /dev/null 2>&1 &)
+++
When connection ... my client (ipw2200 under Linux) constantly accociates and disaccociates against openwrt and I cant enstablish the connection.