On Fri, 14 Nov 2008 01:07:04 +0200 "Nick Kossifidis" <mickflemm@xxxxxxxxx> wrote: > Have you enabled AP mode on the driver ? > > diff --git a/drivers/net/wireless/ath5k/base.c > b/drivers/net/wireless/ath5k/base.c > index e09ed2c..69aad6e 100644 > --- a/drivers/net/wireless/ath5k/base.c > +++ b/drivers/net/wireless/ath5k/base.c > @@ -488,6 +488,7 @@ ath5k_pci_probe(struct pci_dev *pdev, > > hw->wiphy->interface_modes = > BIT(NL80211_IFTYPE_STATION) | > + BIT(NL80211_IFTYPE_AP) | > BIT(NL80211_IFTYPE_ADHOC) | > BIT(NL80211_IFTYPE_MESH_POINT); > > Code for AP mode is there but it's not enabled yet until we do further > tests (it didn't work on some 5413 hw etc, now after PCU updates it > should work but we still need to test it) YES, that did the trick! :) With partial success. To summarize: - Open System worked (only basic IPv4 tested, eg. ICMP ping) - MAC filtering from hostapd didn't work - WEP didn't work - WPA and WPA2 weren't tested I have attached a hostapd log (concatenated, commented, and gzipped) of my testing runs. In the end I need this to work properly as an AP with WPA2 so I'm willing to test further if somebody is willing to try to fix the whole thing... Thanks, Sab
Attachment:
ath5k_hostapd_081114.txt.gz
Description: GNU Zip compressed data