aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* hostapd: add some wpa related madwifi fixesFelix Fietkau2010-11-091-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-0927-272/+160
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-312-32/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/hostapd: fix crash in atheros driver (#8143)Jo-Philipp Wich2010-10-291-0/+22
| | | | | | | | | 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
* hostapd: do not restrict ht capabilities for ap+staFelix Fietkau2010-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesFelix Fietkau2010-10-261-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wpa_supplicant standalone compileFelix Fietkau2010-10-241-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix AP+STA reconnectsFelix Fietkau2010-10-241-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove some unnecessary debugging code from the last commitFelix Fietkau2010-10-231-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-234-0/+380
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix SIGHUP for multi-bssFelix Fietkau2010-10-231-0/+89
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix non-multicall wpa_supplicant compileFelix Fietkau2010-09-151-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wpa_supplicant crash issues in WDS STA modeFelix Fietkau2010-09-151-0/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: backport a fix to check for STA STBC capabilities before setting ↵Felix Fietkau2010-08-311-0/+41
| | | | | | them (fixes #7464) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make rfkill support optionalFelix Fietkau2010-07-081-0/+263
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2010-07-05Felix Fietkau2010-07-0812-44/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix line reordering leading to segfaultsFelix Fietkau2010-05-021-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: fix issues with the nl80211 driverFelix Fietkau2010-05-022-0/+128
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add ap isolate support for mac80211Felix Fietkau2010-04-262-0/+129
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20100418 (0.7.2)Felix Fietkau2010-04-248-41/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix segmentation fault on non-mac80211 drivers (#7202)Felix Fietkau2010-04-201-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix basic rate selection for 5ghzFelix Fietkau2010-04-201-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: restore wds sta state after the sta reassociatesFelix Fietkau2010-03-091-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove the hotplug script for adding wds station interfaces to a ↵Felix Fietkau2010-03-091-0/+75
| | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix setting the station vlan for wds stations on reauthenticationFelix Fietkau2010-03-091-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to 20100309Felix Fietkau2010-03-0911-1260/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a segfault in the error path of the nl80211 bss interface add ↵Felix Fietkau2010-02-021-2/+6
| | | | | | function git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix segfault in mac80211 wds ap handlingFelix Fietkau2010-01-301-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix compile error in the roboswitch driverFelix Fietkau2010-01-231-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵Felix Fietkau2010-01-235-0/+1066
| | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵Felix Fietkau2010-01-204-0/+1349
| | | | | | with a single hostapd instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix compile error with madwifi enabledFelix Fietkau2010-01-081-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to latest versionFelix Fietkau2010-01-084-282/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, fixes ampdu settings in the beacon HT IEFelix Fietkau2009-11-297-77/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-121-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix HT40 BSS scan checksFelix Fietkau2009-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a race condition when bringing up wds sta interfaces on the apFelix Fietkau2009-11-111-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: implement wds ap supportFelix Fietkau2009-11-111-0/+247
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵Felix Fietkau2009-11-114-24/+22
| | | | | | it works with internal crypto now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use libnl-tiny instead of libnlFelix Fietkau2009-04-301-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: update to 0.6.8Gabor Juhos2009-02-173-192/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow hostapd to continue, even if setting the country code failsFelix Fietkau2009-01-301-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add support for socket filtering to get rid of some of the massive ↵Felix Fietkau2009-01-271-0/+184
| | | | | | cpu overhead with mac80211 drivers (backport from hostapd git repository) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵Felix Fietkau2009-01-271-2/+2
| | | | | | depends on ath9k) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd] bump to version 0.6.5Andy Boyett2008-11-181-2/+2
| | | | | | | | - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd race condition which breaks wpa with madwifiFelix Fietkau2008-10-291-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.4Florian Fainelli2008-08-132-66/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix hostapd compilation which was broken only for 2.6.25 (#3733).Florian Fainelli2008-07-101-0/+13
| | | | | | | Thanks to Hauke Mehrtens. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.3 (#3615)Florian Fainelli2008-07-074-3186/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens.Peter Denison2008-06-081-1/+1
| | | | | | | Fixes #3501 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73