Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵ | Jo-Philipp Wich | 2010-11-19 | 1 | -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 Fietkau | 2010-11-19 | 1 | -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 Fietkau | 2010-11-13 | 2 | -2/+15 |
| | | | | | | hostapd builds) SVN-Revision: 23987 | ||||
* | hostapd: update to 2010-11-11 | Felix Fietkau | 2010-11-11 | 18 | -438/+22 |
| | | | | SVN-Revision: 23969 | ||||
* | hostapd: add some wpa related madwifi fixes | Felix Fietkau | 2010-11-09 | 1 | -0/+48 |
| | | | | SVN-Revision: 23933 | ||||
* | hostapd: update to 20101109, reorganize patches | Felix Fietkau | 2010-11-09 | 27 | -272/+160 |
| | | | | SVN-Revision: 23932 | ||||
* | hostapd: move the madwifi segfault fix to the right place | Felix Fietkau | 2010-10-31 | 2 | -32/+12 |
| | | | | SVN-Revision: 23738 | ||||
* | package/hostapd: fix crash in atheros driver (#8143) ↵ | Jo-Philipp Wich | 2010-10-29 | 1 | -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+sta | Felix Fietkau | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23674 | ||||
* | hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces | Felix Fietkau | 2010-10-26 | 1 | -0/+25 |
| | | | | SVN-Revision: 23641 | ||||
* | hostapd: fix wpa_supplicant standalone compile | Felix Fietkau | 2010-10-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 23625 | ||||
* | hostapd: fix AP+STA reconnects | Felix Fietkau | 2010-10-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 23604 | ||||
* | hostapd: remove some unnecessary debugging code from the last commit | Felix Fietkau | 2010-10-23 | 1 | -6/+3 |
| | | | | SVN-Revision: 23603 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 4 | -0/+380 |
| | | | | SVN-Revision: 23602 | ||||
* | hostapd: fix SIGHUP for multi-bss | Felix Fietkau | 2010-10-23 | 1 | -0/+89 |
| | | | | SVN-Revision: 23601 | ||||
* | hostapd: fix non-multicall wpa_supplicant compile | Felix Fietkau | 2010-09-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 23073 | ||||
* | hostapd: fix wpa_supplicant crash issues in WDS STA mode | Felix Fietkau | 2010-09-15 | 1 | -0/+43 |
| | | | | SVN-Revision: 23067 | ||||
* | hostapd: backport a fix to check for STA STBC capabilities before setting ↵ | Felix Fietkau | 2010-08-31 | 1 | -0/+41 |
| | | | | | | them (fixes #7464) SVN-Revision: 22854 | ||||
* | hostapd: make rfkill support optional | Felix Fietkau | 2010-07-08 | 1 | -0/+263 |
| | | | | SVN-Revision: 22101 | ||||
* | hostapd: update to 2010-07-05 | Felix Fietkau | 2010-07-08 | 12 | -44/+59 |
| | | | | SVN-Revision: 22097 | ||||
* | hostapd: fix line reordering leading to segfaults | Felix Fietkau | 2010-05-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 21323 | ||||
* | wpa_supplicant: fix issues with the nl80211 driver | Felix Fietkau | 2010-05-02 | 2 | -0/+128 |
| | | | | SVN-Revision: 21320 | ||||
* | hostapd: add ap isolate support for mac80211 | Felix Fietkau | 2010-04-26 | 2 | -0/+129 |
| | | | | SVN-Revision: 21179 | ||||
* | hostapd: update to 20100418 (0.7.2) | Felix Fietkau | 2010-04-24 | 8 | -41/+41 |
| | | | | SVN-Revision: 21142 | ||||
* | hostapd: fix segmentation fault on non-mac80211 drivers (#7202) | Felix Fietkau | 2010-04-20 | 1 | -5/+7 |
| | | | | SVN-Revision: 21065 | ||||
* | hostapd: fix basic rate selection for 5ghz | Felix Fietkau | 2010-04-20 | 1 | -0/+68 |
| | | | | SVN-Revision: 21043 | ||||
* | hostapd: restore wds sta state after the sta reassociates | Felix Fietkau | 2010-03-09 | 1 | -0/+12 |
| | | | | SVN-Revision: 20108 | ||||
* | hostapd: remove the hotplug script for adding wds station interfaces to a ↵ | Felix Fietkau | 2010-03-09 | 1 | -0/+75 |
| | | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge SVN-Revision: 20104 | ||||
* | hostapd: fix setting the station vlan for wds stations on reauthentication | Felix Fietkau | 2010-03-09 | 1 | -0/+16 |
| | | | | SVN-Revision: 20103 | ||||
* | hostapd: upgrade to 20100309 | Felix Fietkau | 2010-03-09 | 11 | -1260/+45 |
| | | | | SVN-Revision: 20090 | ||||
* | hostapd: fix a segfault in the error path of the nl80211 bss interface add ↵ | Felix Fietkau | 2010-02-02 | 1 | -2/+6 |
| | | | | | | function SVN-Revision: 19496 | ||||
* | hostapd: fix segfault in mac80211 wds ap handling | Felix Fietkau | 2010-01-30 | 1 | -3/+4 |
| | | | | SVN-Revision: 19420 | ||||
* | hostapd: fix compile error in the roboswitch driver | Felix Fietkau | 2010-01-23 | 1 | -0/+14 |
| | | | | SVN-Revision: 19290 | ||||
* | hostapd: add a build variant for wpa_supplicant and one for a multicall ↵ | Felix Fietkau | 2010-01-23 | 5 | -0/+1066 |
| | | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286 | ||||
* | hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵ | Felix Fietkau | 2010-01-20 | 4 | -0/+1349 |
| | | | | | | with a single hostapd instance SVN-Revision: 19234 | ||||
* | hostapd: fix compile error with madwifi enabled | Felix Fietkau | 2010-01-08 | 1 | -0/+18 |
| | | | | SVN-Revision: 19080 | ||||
* | hostapd: upgrade to latest version | Felix Fietkau | 2010-01-08 | 4 | -282/+24 |
| | | | | SVN-Revision: 19077 | ||||
* | hostapd: update to latest git, fixes ampdu settings in the beacon HT IE | Felix Fietkau | 2009-11-29 | 7 | -77/+27 |
| | | | | SVN-Revision: 18606 | ||||
* | hostapd: fix endian bugs in STA HT capability handling | Felix Fietkau | 2009-11-12 | 1 | -0/+33 |
| | | | | SVN-Revision: 18405 | ||||
* | hostapd: fix HT40 BSS scan checks | Felix Fietkau | 2009-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 18404 | ||||
* | mac80211: fix a race condition when bringing up wds sta interfaces on the ap | Felix Fietkau | 2009-11-11 | 1 | -2/+3 |
| | | | | SVN-Revision: 18377 | ||||
* | hostapd: implement wds ap support | Felix Fietkau | 2009-11-11 | 1 | -0/+247 |
| | | | | SVN-Revision: 18364 | ||||
* | hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵ | Felix Fietkau | 2009-11-11 | 4 | -24/+22 |
| | | | | | | it works with internal crypto now SVN-Revision: 18360 | ||||
* | hostapd: use libnl-tiny instead of libnl | Felix Fietkau | 2009-04-30 | 1 | -0/+18 |
| | | | | SVN-Revision: 15519 | ||||
* | hostapd: update to 0.6.8 | Gabor Juhos | 2009-02-17 | 3 | -192/+12 |
| | | | | SVN-Revision: 14544 | ||||
* | allow hostapd to continue, even if setting the country code fails | Felix Fietkau | 2009-01-30 | 1 | -0/+10 |
| | | | | SVN-Revision: 14287 | ||||
* | hostapd: add support for socket filtering to get rid of some of the massive ↵ | Felix Fietkau | 2009-01-27 | 1 | -0/+184 |
| | | | | | | cpu overhead with mac80211 drivers (backport from hostapd git repository) SVN-Revision: 14225 | ||||
* | hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵ | Felix Fietkau | 2009-01-27 | 1 | -2/+2 |
| | | | | | | depends on ath9k) SVN-Revision: 14224 | ||||
* | bump to version 0.6.5 - updates driver_nl80211 to match changes in recent ↵ | Andy Boyett | 2008-11-18 | 1 | -2/+2 |
| | | | | | | compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself SVN-Revision: 13275 | ||||
* | fix hostapd race condition which breaks wpa with madwifi | Felix Fietkau | 2008-10-29 | 1 | -0/+27 |
| | | | | SVN-Revision: 13075 |