From: Paul Koan <gmane@airbred.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] WMP300N - Authen but no Assoc
Date: Thu, 15 Jan 2009 00:24:13 +1100 [thread overview]
Message-ID: <gkkp1u$cfv$1@ger.gmane.org> (raw)
Hello,
I am using a Linksys WMP300N (AR5146 + AR2133, 168c:0023) with a WRT610N access point. The access point is set to N only, using WPA2-Personal.
With a stock 2.6.27-r7 kernel ath9k driver, I am able to connect to the AP using wpa_supplicant, using the config below. The speed is not particularly good, perhaps 2-4Mbps.
I have tried a variety of combinations of wireless-testing and wireless-compat since, and each of them seem to give the same problem, so I think I may be missing something in my config. Hopefully someone here can help.
My latest attempt was with the above kernel, and with compat 2009-01-12.
The card fails to associate - I get (repeated endlessly) in dmesg:
======================
wlan1: AP denied association (code=18)
wlan1: association with AP 00:22:6b:68:b0:5c timed out
wlan1: authenticate with AP 00:22:6b:68:b0:5c
wlan1: authenticate with AP 00:22:6b:68:b0:5c
wlan1: authenticated
wlan1: associate with AP 00:22:6b:68:b0:5c
wlan1: RX AssocResp from 00:22:6b:68:b0:5c (capab=0x411 status=18 aid=0)
wlan1: AP denied association (code=18)
=====================
This is on a gentoo server, and when I init.d the interface, which runs wpa_supp, I get:
* Starting wlan1
* Starting wpa_supplicant on wlan1 ...
ioctl[SIOCSIWMODE]: Device or resource busy
Could not configure driver to use managed mode
ioctl[SIOCSIWAUTH]: Operation not supported [ ok ]
th param 4 value 0x0 -
* Starting wpa_cli on wlan1 ... [ok ]
* Backgrounding ...
======================
Here is the wpa_supplicant.conf:
===================
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid="essid5ghz"
psk="secret"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP CCMP
group=TKIP CCMP
priority=20
}
network={
ssid="essid2ghz"
psk="secret"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP CCMP
group=TKIP CCMP
priority=30
}
===============================
I'd like to get this working better than it actually is of course, but given that I am using pretty standard gear, I'd be happy to do any testing that might help contribute to the driver.
Cheers,
Paul
next reply other threads:[~2009-01-14 13:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-14 13:24 Paul Koan [this message]
2009-01-14 13:57 ` [ath9k-devel] WMP300N - Authen but no Assoc Jouni Malinen
2009-01-14 14:12 ` Paul Koan
2009-01-15 5:23 ` Paul Koan
2009-01-15 6:27 ` Paul Koan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gkkp1u$cfv$1@ger.gmane.org' \
--to=gmane@airbred.com \
--cc=ath9k-devel@lists.ath9k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.