linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/6] zd1211rw: add support for AP mode
@ 2010-12-26 11:24 Jussi Kivilinna
  2010-12-26 11:24 ` [RFC PATCH 1/6] zd1211rw: fix beacon interval setup Jussi Kivilinna
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Jussi Kivilinna @ 2010-12-26 11:24 UTC (permalink / raw)
  To: linux-wireless; +Cc: Daniel Drake, zd1211-devs, Ulrich Kunitz

Hello!

This patchset adds AP mode to zd1211rw. I have done this with vendor driver
as reference and in most parts everything appears ok. Unencrypted AP and 
WEP appears to work without issues, driver can switch back to station mode
without problems.

Now current problems are:

 1. I have not been able to trigger bc/mc buffering. I have tested with
    b43 and rndis_wlan stations.
 2. When connecting with b43 to WPA enabled AP (hostapd 0.7.3), I get lots of:
	wlan2: STA 00:xx:xx:xx:xx:xx IEEE 802.1X: unauthorizing port
	wlan2: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated
    and then after ~1-2 minutes of retrying finally it makes connection.
    With rndis_wlan, no problems.
    Either I have hostapd config error (first time using hostapd), or
    something is wrong with driver.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-12-27 20:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 11:24 [RFC PATCH 0/6] zd1211rw: add support for AP mode Jussi Kivilinna
2010-12-26 11:24 ` [RFC PATCH 1/6] zd1211rw: fix beacon interval setup Jussi Kivilinna
2010-12-26 11:56   ` Rafał Miłecki
2010-12-26 11:24 ` [RFC PATCH 2/6] zd1211rw: support setting BSSID for AP mode Jussi Kivilinna
2010-12-26 11:24 ` [RFC PATCH 3/6] zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag Jussi Kivilinna
2010-12-26 12:14   ` Rafał Miłecki
2010-12-26 14:50     ` Jussi Kivilinna
2010-12-26 11:24 ` [RFC PATCH 4/6] zd1211rw: implement seq_num for IEEE80211_TX_CTL_ASSIGN_SEQ Jussi Kivilinna
2010-12-26 11:24 ` [RFC PATCH 5/6] zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc() Jussi Kivilinna
2010-12-26 12:22   ` Rafał Miłecki
2010-12-26 14:51     ` Jussi Kivilinna
2010-12-26 11:25 ` [RFC PATCH 6/6] zd1211rw: enable NL80211_IFTYPE_AP Jussi Kivilinna
2010-12-26 12:24 ` [RFC PATCH 0/6] zd1211rw: add support for AP mode Johannes Berg
2010-12-26 12:37   ` Rafał Miłecki
2010-12-26 14:53     ` Jussi Kivilinna
2010-12-27 14:28 ` Jussi Kivilinna
2010-12-27 20:03   ` Jussi Kivilinna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).