This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
25a2eadad3
openwrt
/
package
/
hostapd
History
Jo-Philipp Wich
434c8dbf33
package/hostapd: fix crash in atheros driver (
#8143
) hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv.
...
SVN-Revision: 23715
2010-10-29 21:25:39 +00:00
..
files
Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used.
2010-10-27 11:11:04 +00:00
patches
package/hostapd: fix crash in atheros driver (
#8143
) hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv.
2010-10-29 21:25:39 +00:00
Config.in
hostapd: make rfkill support optional
2010-07-08 18:36:22 +00:00
Makefile
hostapd/mac80211: implement support for AP+STA
2010-10-23 23:39:54 +00:00