72 Commits (45d9b1261d2b19b3f61301bdcf679ab480757120)

Author SHA1 Message Date
Hamish Guthrie 92d36617b6 hostapd: correctly pass 64 char hex PSK to wpa_supplicant 13 years ago
Jo-Philipp Wich e1d199bbbc hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876) 13 years ago
Jo-Philipp Wich ec20b84048 hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces 13 years ago
Jo-Philipp Wich 964feeb54d hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute 13 years ago
Jo-Philipp Wich cfc23e4c49 hostapd: introduce options to configure the logging behaviour. The config wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events 13 years ago
Felix Fietkau 2b5517934d wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299) 14 years ago
Vasilis Tsiligiannis 9d54c7aaaf hostapd: add accounting configuration to hostapd uci script 14 years ago
Felix Fietkau 516440649b hostapd: add more wps config methods to the config 14 years ago
Jo-Philipp Wich f1ac8cf285 hostapd: allow mixed TKIP/CCMP for 11n 14 years ago
Felix Fietkau b60332deb0 hostapd: Create one control interface per virtual bssid 14 years ago
Felix Fietkau 58ed4ded0e hostapd: fix appending the iapp_interface variable to the config 14 years ago
Felix Fietkau 7ecd1c7484 hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config 14 years ago
Felix Fietkau d08bc913a8 hostapd: Allow rsn_preauth configuration 14 years ago
Vasilis Tsiligiannis 87cba7eb46 hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164) 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 35cdc5d722 hostapd/mac80211: implement support for AP+STA 14 years ago
Vasilis Tsiligiannis 1beef305cf hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) 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
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
Felix Fietkau db8b1922fc hostapd: add ap isolate support for mac80211 15 years ago
Jo-Philipp Wich 38b256105d hostapd: fixup madwifi turbo modes (#7060) 15 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
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 7fdbfef92f wpa_supplicant: fix bridging settings for wds 15 years ago
Felix Fietkau 31cfd93be4 hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672 15 years ago
Felix Fietkau d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel) 15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653) 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 15 years ago
Felix Fietkau ba7bfddaae mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- 15 years ago
Felix Fietkau b4ea1b0ac3 hostapd: parse the option for hiding the ESSID (#6310) 15 years ago
Felix Fietkau 7e3d67e546 hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247) 15 years ago
Felix Fietkau 5501cf6ed8 hostapd: automatically add wds sta interfaces of an ap to the right bridge 15 years ago
Felix Fietkau 36eccaad21 hostapd: implement wds ap support 15 years ago
Felix Fietkau a8ea28ad90 hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now 15 years ago
Felix Fietkau 8a89f203a0 hostapd: use the new build variants feature to clean up the makefile 15 years ago
Felix Fietkau 875d957512 mac80211: fill some important capabilities into ht_capab in the hostapd config 15 years ago
Felix Fietkau 6e9ada01c0 hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems 15 years ago
Felix Fietkau 260d749684 hostapd: initialize wme to sane values 15 years ago
Florian Fainelli 838c1d7cd0 add additions from (#5149) 15 years ago
Vasilis Tsiligiannis 94b56b6c6c hostapd: Remove deprecated 'debug' configuration variable 15 years ago
Hauke Mehrtens e2f8f72041 hostapd only supports either b or g as hwmode configuration variable. If bg is set the scripts transfers it now to g mode. 16 years ago
Felix Fietkau ca749bea97 wifi: fix hostapd + autochannel 16 years ago
Hauke Mehrtens 1d970c0035 bump to version 0.6.9. Synced default.config and mini.config with upstream version. 16 years ago