161 Commits (8442d626548f82a21b170ef1c14e132b13fa086c)

Author SHA1 Message Date
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) 14 years ago
Felix Fietkau 336c7f084d hostapd: fix madwifi related linker error (include wext support for non-wpad hostapd builds) 14 years ago
Felix Fietkau 814af8484e hostapd: update to 2010-11-11 14 years ago
Felix Fietkau c7b77f16c7 hostapd: add some wpa related madwifi fixes 14 years ago
Felix Fietkau 327d4d9f67 hostapd: update to 20101109, reorganize patches 14 years ago
Vasilis Tsiligiannis 87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164) 14 years ago
Felix Fietkau e0194cb763 hostapd: move the madwifi segfault fix to the right place 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. 14 years ago
Felix Fietkau c1d125fb33 hostapd: do not restrict ht capabilities for ap+sta 14 years ago
Jo-Philipp Wich 0280ac8c92 Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. 14 years ago
Felix Fietkau e9378aa3cd hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces 14 years ago
Felix Fietkau d80884021d hostapd: fix wpa_supplicant standalone compile 14 years ago
Felix Fietkau 4d9c7b1a4b hostapd: fix AP+STA reconnects 14 years ago
Felix Fietkau 025462a706 hostapd: remove some unnecessary debugging code from the last commit 14 years ago
Felix Fietkau 35cdc5d722 hostapd/mac80211: implement support for AP+STA 14 years ago
Felix Fietkau 0fbff7de83 hostapd: fix SIGHUP for multi-bss 14 years ago
Felix Fietkau 8cd8f6029c hostapd: fix non-multicall wpa_supplicant compile 14 years ago
Felix Fietkau 7fb3870671 hostapd: fix wpa_supplicant crash issues in WDS STA mode 14 years ago
Felix Fietkau d23ca9f0f3 hostapd: backport a fix to check for STA STBC capabilities before setting them (fixes #7464) 14 years ago
Vasilis Tsiligiannis 1beef305cf hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) 14 years ago
Felix Fietkau ae2c9dcb2b move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues 14 years ago
Felix Fietkau 1d45111aa5 hostapd: make rfkill support optional 14 years ago
Felix Fietkau ca4a8b1bee hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet) 14 years ago
Felix Fietkau 4c0da9863a hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad 14 years ago
Felix Fietkau af6d19ac96 hostapd: update to 2010-07-05 14 years ago
Felix Fietkau ce95b395a2 add missing dependencies for hostapd-utils and wpa-cli (#7421) 14 years ago
Jo-Philipp Wich 5f895af9fb hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na 14 years ago
Jo-Philipp Wich f391ff4ec8 hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override 14 years ago
Jo-Philipp Wich 4289fa555e hostapd: forgot the actual change in previous commit 14 years ago
Jo-Philipp Wich 0d41e013c3 hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode (#7476) 14 years ago
Felix Fietkau 4c1eacdd5a hostapd: fix line reordering leading to segfaults 14 years ago
Felix Fietkau fd61253b66 wpa_supplicant: fix issues with the nl80211 driver 14 years ago
Felix Fietkau db8b1922fc hostapd: add ap isolate support for mac80211 14 years ago
Felix Fietkau b6ea79a06b hostapd: update to 20100418 (0.7.2) 14 years ago
Felix Fietkau 605fbb51ce hostapd: fix segmentation fault on non-mac80211 drivers (#7202) 14 years ago
Felix Fietkau b131ab7914 hostapd: fix basic rate selection for 5ghz 14 years ago
Jo-Philipp Wich 38b256105d hostapd: fixup madwifi turbo modes (#7060) 14 years ago
Gabor Juhos 51670777c4 hostapd: fix build error caused by r20631 14 years ago
Gabor Juhos b770d95485 hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well 14 years ago
Felix Fietkau 744a57c58f hostapd: clean up openssl tls dependencies and build handling (fixes #6572) 14 years ago
Travis Kemen 7a00430b3e When enabling MFP, hostapd will read assoc_sa_query_max_timeout and assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. 15 years ago
Travis Kemen 22b92b3e13 Enable management frame protection in hostapd, and make it configurable in /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. 15 years ago
Travis Kemen 21f006f156 Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless. 15 years ago
Travis Kemen e74fbc183b Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). 15 years ago
Jo-Philipp Wich 90c566f557 hostapd: always strip "11" from hwmode value 15 years ago
Nicolas Thill b4e99d33d9 use a common way of marking packages as not supported on specific targets 15 years ago
Felix Fietkau 5c02f218be hostapd: restore wds sta state after the sta reassociates 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 15 years ago
Felix Fietkau 875b9fc0ae hostapd: fix setting the station vlan for wds stations on reauthentication 15 years ago
Felix Fietkau 1aa0192b94 hostapd: upgrade to 20100309 15 years ago