aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* wpa_supplicant: clean up hostapd control socket on exit to fix socket leak ↵Felix Fietkau2013-12-021-0/+12
| | | | | | | | in ap+sta mode on wifi restarts Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38985
* hostapd: fix os_daemonize vs starting process race by creating the pid file ↵Felix Fietkau2013-12-021-0/+97
| | | | | | | | in the parent Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38984
* hostapd: always include p2p options in wpa_cliFelix Fietkau2013-12-021-0/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38981
* hostapd: update to version 2013-11-20Felix Fietkau2013-11-2532-427/+220
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38914
* hostapd: remove random pool support - the entropy it gathers is questionable ↵Felix Fietkau2013-11-181-177/+0
| | | | | | | | and we have better entropy sources on common platforms now Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38852
* hostapd: remove #ifdef MULTICALL around ap+sta support code (to support ↵Felix Fietkau2013-11-125-20/+11
| | | | | | | | separately installed supplicant+hostapd) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38782
* hostapd: fix ubus reconnect handlingFelix Fietkau2013-08-081-1/+18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37741
* hostapd: update to latest version (20130707)Felix Fietkau2013-08-0823-281/+80
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37738
* hostapd: Fix WDS/WEP usageFelix Fietkau2013-08-061-0/+156
| | | | | | | | | WEP in WDS is currently broken in hostapd. Add a patch to fix the issue. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37733
* hostapd: Refresh patchesFelix Fietkau2013-08-067-18/+18
| | | | | | Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37731
* hostapd: Add an option to disable beaconingFelix Fietkau2013-08-061-0/+45
| | | | | | | | | | | | Add a patch for hostapd that introduces a config option "start_disabled" which can be used to bring up an AP interface with beaconing disabled. This is useful in a Repeater-AP setup where the Repeater AP has to start beaconing only after the WDS link has been established. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37730
* hostapd: fix multi-ssid and AP+STA, clean up codeFelix Fietkau2013-06-307-47/+98
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37111
* hostapd: update to latest git versionFelix Fietkau2013-06-3026-195/+229
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37110
* hostapd: return the frequency to some ubus calls to make integration easierFelix Fietkau2013-04-231-1/+3
| | | | SVN-Revision: 36410
* hostapd: update to 2013-04-05Felix Fietkau2013-04-2222-111/+102
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376
* hostapd: fix build errors on supplicant-only buildsFelix Fietkau2013-03-181-3/+3
| | | | SVN-Revision: 36085
* hostapd: initial prototype of an ubus bindingFelix Fietkau2013-03-172-0/+687
| | | | | | | Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081
* hostapd: fix client reassociation after too many ACK failuresFelix Fietkau2013-03-121-0/+11
| | | | SVN-Revision: 35973
* hostapd: update to git version 2013-03-02Felix Fietkau2013-03-0427-337/+151
| | | | SVN-Revision: 35887
* hostapd: fix the scan wait patch for multiple interfacesFelix Fietkau2013-02-161-21/+13
| | | | SVN-Revision: 35630
* hostapd: add back the patch that waits for interface bringup in ht40, it got ↵Felix Fietkau2013-02-161-0/+73
| | | | | | lost with the update SVN-Revision: 35619
* hostapd: include sys/stat.h for a struct stat definitionFlorian Fainelli2012-11-214-11/+19
| | | | | | | | Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34295
* hostapd: merge some pending fixes (fixes assoc errors when moving between ↵Felix Fietkau2012-10-252-1/+43
| | | | | | vaps of the same wifi device) SVN-Revision: 33919
* hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)Felix Fietkau2012-10-171-0/+17
| | | | SVN-Revision: 33815
* packages: sort network related packages into package/network/Felix Fietkau2012-10-1030-0/+2766
SVN-Revision: 33688