summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: update to 20120428, fixes some radius issues and wds ap mac address ↵Felix Fietkau2012-04-2918-80/+91
| | | | | | issues SVN-Revision: 31515
* hostapd: fix driver_madwifi compile issuesFelix Fietkau2012-03-291-18/+2
| | | | SVN-Revision: 31139
* hostapd: update to 20120326Felix Fietkau2012-03-2732-1859/+362
| | | | SVN-Revision: 31080
* hostapd: add configurable debug message minimum priority to cut down on ↵Felix Fietkau2012-02-201-0/+213
| | | | | | bloat generated by excessive debug messages SVN-Revision: 30666
* hostapd: merge an upstream workaround for broken clients sending the wrong ↵Felix Fietkau2012-01-243-3/+21
| | | | | | wpa type (should fix #9561) SVN-Revision: 29876
* hostapd: add missing check for wds stationsFelix Fietkau2011-12-171-0/+12
| | | | SVN-Revision: 29559
* hostapd: support optional argument for the -v switch of hostapd and ↵Jo-Philipp Wich2011-12-121-0/+82
| | | | | | wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in SVN-Revision: 29507
* hostapd: update to latest git versionFelix Fietkau2011-11-0428-493/+483
| | | | SVN-Revision: 28746
* wpa_supplicant: increase the time between scans to reduce the number of hw ↵Felix Fietkau2011-09-201-1/+1
| | | | | | resets SVN-Revision: 28262
* hostapd: add a workaround for driver issues in various android devices with ↵Felix Fietkau2011-09-041-0/+56
| | | | | | texas instruments wifi SVN-Revision: 28167
* Revert "hostapd: add a patch for ignoring the WPA/WPA2 key type to work ↵Felix Fietkau2011-09-012-19/+1
| | | | | | around some broken clients (#9561)" This is causing regressions for other clients SVN-Revision: 28141
* hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some ↵Felix Fietkau2011-08-292-1/+19
| | | | | | broken clients (#9561) SVN-Revision: 28111
* hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837)Felix Fietkau2011-07-291-9/+8
| | | | SVN-Revision: 27830
* hostapd: fix wds interface address handling for multi-bssidFelix Fietkau2011-07-291-0/+66
| | | | SVN-Revision: 27823
* hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey ↵Felix Fietkau2011-07-291-0/+11
| | | | | | eapol frame SVN-Revision: 27822
* hostapd: refresh patchFelix Fietkau2011-07-091-2/+2
| | | | SVN-Revision: 27571
* hostapd: send EAPOL frames using the same WMM queue as management frames - ↵Felix Fietkau2011-07-091-0/+13
| | | | | | fixes reconnect issues under load SVN-Revision: 27570
* hostapd: only advertise a single encryption type via WPS if multiple are ↵Felix Fietkau2011-07-091-0/+25
| | | | | | supported - fixes windows 7 interop issues SVN-Revision: 27569
* hostapd: fix a race condition related to assoc response tx status processingFelix Fietkau2011-05-281-0/+48
| | | | SVN-Revision: 27022
* hostapd: update to 20110527, includes a client mode wpa auth fixFelix Fietkau2011-05-2812-50/+50
| | | | SVN-Revision: 27021
* hostapd: fix a few compile errors and warningsFelix Fietkau2011-04-246-23/+46
| | | | SVN-Revision: 26751
* hostapd: update to 2011-04-21Felix Fietkau2011-04-2310-31/+213
| | | | SVN-Revision: 26749
* hostapd: fix bridge handling for wds stations (#9257)Felix Fietkau2011-04-191-0/+29
| | | | SVN-Revision: 26724
* hostapd: properly mark random data as ready if initialization succeeds ↵Felix Fietkau2011-04-121-3/+33
| | | | | | without reassociation (#9222) SVN-Revision: 26611
* hostapd: write a stampfile when the random pool has been initialized - fixes ↵Felix Fietkau2011-04-021-3/+42
| | | | | | rejected assoc attempts after hostapd restart SVN-Revision: 26415
* hostapd: update to 20110402, fixes issues with non-QoS clientsFelix Fietkau2011-04-0213-307/+92
| | | | SVN-Revision: 26414
* nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵Felix Fietkau2011-03-301-0/+195
| | | | | | fix EAP rekeying timeout issues with intel clients (#8830) SVN-Revision: 26367
* hostapd: make entropy collection contribute to the kernel poolFelix Fietkau2011-03-222-47/+120
| | | | SVN-Revision: 26272
* hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPSFelix Fietkau2011-03-2116-123/+162
| | | | SVN-Revision: 26261
* hostapd: fix non-multicall hostapd compile (#9074)Vasilis Tsiligiannis2011-03-181-46/+235
| | | | SVN-Revision: 26220
* hostapd: add a patch to remove some unnecessary control interface functionalityFelix Fietkau2011-03-181-0/+161
| | | | SVN-Revision: 26216
* hostapd: Fix hostap driver for multicall binary buildsVasilis Tsiligiannis2011-03-171-0/+365
| | | | SVN-Revision: 26203
* hostapd: update to 20110117Felix Fietkau2011-01-2415-150/+220
| | | | SVN-Revision: 25094
* hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵Jo-Philipp Wich2010-11-191-0/+81
| | | | | | or /sbin/wifi if an incorrect channel is configured SVN-Revision: 24041
* hostapd: back out a problematic madwifi change that worked around some ↵Felix Fietkau2010-11-191-15/+1
| | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) SVN-Revision: 24032
* hostapd: fix madwifi related linker error (include wext support for non-wpad ↵Felix Fietkau2010-11-132-2/+15
| | | | | | hostapd builds) SVN-Revision: 23987
* hostapd: update to 2010-11-11Felix Fietkau2010-11-1118-438/+22
| | | | SVN-Revision: 23969
* hostapd: add some wpa related madwifi fixesFelix Fietkau2010-11-091-0/+48
| | | | SVN-Revision: 23933
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-0927-272/+160
| | | | SVN-Revision: 23932
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-312-32/+12
| | | | SVN-Revision: 23738
* 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. SVN-Revision: 23715
* hostapd: do not restrict ht capabilities for ap+staFelix Fietkau2010-10-271-2/+2
| | | | SVN-Revision: 23674
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesFelix Fietkau2010-10-261-0/+25
| | | | SVN-Revision: 23641
* hostapd: fix wpa_supplicant standalone compileFelix Fietkau2010-10-241-2/+4
| | | | SVN-Revision: 23625
* hostapd: fix AP+STA reconnectsFelix Fietkau2010-10-241-2/+6
| | | | SVN-Revision: 23604
* hostapd: remove some unnecessary debugging code from the last commitFelix Fietkau2010-10-231-6/+3
| | | | SVN-Revision: 23603
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-234-0/+380
| | | | SVN-Revision: 23602
* hostapd: fix SIGHUP for multi-bssFelix Fietkau2010-10-231-0/+89
| | | | SVN-Revision: 23601
* hostapd: fix non-multicall wpa_supplicant compileFelix Fietkau2010-09-151-2/+4
| | | | SVN-Revision: 23073
* hostapd: fix wpa_supplicant crash issues in WDS STA modeFelix Fietkau2010-09-151-0/+43
| | | | SVN-Revision: 23067