Commit Graph

64 Commits (25feec0c9c6a2bd9fe4c20e3cfe55e47c3d4bfaf)

Author SHA1 Message Date
Felix Fietkau 0e6529d50c hostapd: update to 20110117
SVN-Revision: 25094
14 years ago
Jo-Philipp Wich 73f313d035 hostapd: terminate mainloop if interface setup fails, prevents blocking init or /sbin/wifi if an incorrect channel is configured
SVN-Revision: 24041
14 years ago
Felix Fietkau a72af79590 hostapd: back out a problematic madwifi change that worked around some issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267)
SVN-Revision: 24032
14 years ago
Felix Fietkau 336c7f084d hostapd: fix madwifi related linker error (include wext support for non-wpad hostapd builds)
SVN-Revision: 23987
14 years ago
Felix Fietkau 814af8484e hostapd: update to 2010-11-11
SVN-Revision: 23969
14 years ago
Felix Fietkau c7b77f16c7 hostapd: add some wpa related madwifi fixes
SVN-Revision: 23933
14 years ago
Felix Fietkau 327d4d9f67 hostapd: update to 20101109, reorganize patches
SVN-Revision: 23932
14 years ago
Felix Fietkau e0194cb763 hostapd: move the madwifi segfault fix to the right place
SVN-Revision: 23738
14 years ago
Jo-Philipp Wich 434c8dbf33 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.
SVN-Revision: 23715
14 years ago
Felix Fietkau c1d125fb33 hostapd: do not restrict ht capabilities for ap+sta
SVN-Revision: 23674
14 years ago
Felix Fietkau e9378aa3cd hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
SVN-Revision: 23641
14 years ago
Felix Fietkau d80884021d hostapd: fix wpa_supplicant standalone compile
SVN-Revision: 23625
14 years ago
Felix Fietkau 4d9c7b1a4b hostapd: fix AP+STA reconnects
SVN-Revision: 23604
14 years ago
Felix Fietkau 025462a706 hostapd: remove some unnecessary debugging code from the last commit
SVN-Revision: 23603
14 years ago
Felix Fietkau 35cdc5d722 hostapd/mac80211: implement support for AP+STA
SVN-Revision: 23602
14 years ago
Felix Fietkau 0fbff7de83 hostapd: fix SIGHUP for multi-bss
SVN-Revision: 23601
14 years ago
Felix Fietkau 8cd8f6029c hostapd: fix non-multicall wpa_supplicant compile
SVN-Revision: 23073
14 years ago
Felix Fietkau 7fb3870671 hostapd: fix wpa_supplicant crash issues in WDS STA mode
SVN-Revision: 23067
14 years ago
Felix Fietkau d23ca9f0f3 hostapd: backport a fix to check for STA STBC capabilities before setting them (fixes #7464)
SVN-Revision: 22854
14 years ago
Felix Fietkau 1d45111aa5 hostapd: make rfkill support optional
SVN-Revision: 22101
14 years ago
Felix Fietkau af6d19ac96 hostapd: update to 2010-07-05
SVN-Revision: 22097
14 years ago
Felix Fietkau 4c1eacdd5a hostapd: fix line reordering leading to segfaults
SVN-Revision: 21323
14 years ago
Felix Fietkau fd61253b66 wpa_supplicant: fix issues with the nl80211 driver
SVN-Revision: 21320
14 years ago
Felix Fietkau db8b1922fc hostapd: add ap isolate support for mac80211
SVN-Revision: 21179
14 years ago
Felix Fietkau b6ea79a06b hostapd: update to 20100418 (0.7.2)
SVN-Revision: 21142
14 years ago
Felix Fietkau 605fbb51ce hostapd: fix segmentation fault on non-mac80211 drivers (#7202)
SVN-Revision: 21065
14 years ago
Felix Fietkau b131ab7914 hostapd: fix basic rate selection for 5ghz
SVN-Revision: 21043
14 years ago
Felix Fietkau 5c02f218be hostapd: restore wds sta state after the sta reassociates
SVN-Revision: 20108
15 years ago
Felix Fietkau ad1507756b hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
SVN-Revision: 20104
15 years ago
Felix Fietkau 875b9fc0ae hostapd: fix setting the station vlan for wds stations on reauthentication
SVN-Revision: 20103
15 years ago
Felix Fietkau 1aa0192b94 hostapd: upgrade to 20100309
SVN-Revision: 20090
15 years ago
Felix Fietkau 4c776cf093 hostapd: fix a segfault in the error path of the nl80211 bss interface add function
SVN-Revision: 19496
15 years ago
Felix Fietkau d780bbd5ff hostapd: fix segfault in mac80211 wds ap handling
SVN-Revision: 19420
15 years ago
Felix Fietkau 8499c45a73 hostapd: fix compile error in the roboswitch driver
SVN-Revision: 19290
15 years ago
Felix Fietkau 64268c7165 hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
SVN-Revision: 19286
15 years ago
Felix Fietkau c61daab867 hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
SVN-Revision: 19234
15 years ago
Felix Fietkau 8ed8fe14b2 hostapd: fix compile error with madwifi enabled
SVN-Revision: 19080
15 years ago
Felix Fietkau c40e11d79e hostapd: upgrade to latest version
SVN-Revision: 19077
15 years ago
Felix Fietkau 4ca03b54ee hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
SVN-Revision: 18606
15 years ago
Felix Fietkau 2913dec9f1 hostapd: fix endian bugs in STA HT capability handling
SVN-Revision: 18405
15 years ago
Felix Fietkau 3036844666 hostapd: fix HT40 BSS scan checks
SVN-Revision: 18404
15 years ago
Felix Fietkau c8c6f7ec39 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
SVN-Revision: 18377
15 years ago
Felix Fietkau 36eccaad21 hostapd: implement wds ap support
SVN-Revision: 18364
15 years ago
Felix Fietkau a8ea28ad90 hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
SVN-Revision: 18360
15 years ago
Felix Fietkau f06689ce61 hostapd: use libnl-tiny instead of libnl
SVN-Revision: 15519
15 years ago
Gabor Juhos 620c50530f hostapd: update to 0.6.8
SVN-Revision: 14544
16 years ago
Felix Fietkau 7cb6d9f6a1 allow hostapd to continue, even if setting the country code fails
SVN-Revision: 14287
16 years ago
Felix Fietkau 9bb8734d2e hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository)
SVN-Revision: 14225
16 years ago
Felix Fietkau fe48f4cac0 hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
SVN-Revision: 14224
16 years ago
Andy Boyett bc1b8ed25c bump to version 0.6.5 - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself
SVN-Revision: 13275
16 years ago