1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 23:37:08 +03:00
openwrt-xburst/package/hostapd
jow 7438476abb 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-29 21:25:39 +00:00
..
files [PATCH] Set auth_algs in hostapd.conf, make it configurable for WEP 2010-10-27 11:11:04 +00:00
patches package/hostapd: fix crash in atheros driver (#8143) 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