#552: hostapd 0.5.2 fails with recent versions of madwifi when encryption is
disabled.
-------------------------------------------+--------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: defect | Status: reopened
Priority: major | Milestone:
Component: madwifi: tools | Version:
Resolution: | Keywords:
Patch_attached: 0 |
-------------------------------------------+--------------------------------
Comment (by matth):
what about having a driver independant set_iface_flags in hostapd.c
that'll put the inteface up after initial setup ?
for now that problem can be workarounded doing silly stuff like
.config:
{{{
ifdef CONFIG_NO_AUTH
CFLAGS += -DCONFIG_NO_AUTH
CONFIG_NO_AUTH=y
endif
}}}
driver_madwifi.c:1206
{{{
madwifi_set_iface_flags(drv, 0); /* mark down during setup */
#ifdef CONFIG_NO_AUTH
madwifi_set_iface_flags(drv, 1);
}}}
and in .config add a :
{{{
CONFIG_NO_AUTH=y
}}}
--
Ticket URL: <http://madwifi.org/ticket/552>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets