16 Commits (a742fcaf3b85c52f0b16fbb412735f495c703f2a)

Author SHA1 Message Date
Felix Fietkau 23b4bf6507 hostapd: add 802.11r support 10 years ago
Felix Fietkau 07b17c6b25 hostapd: allow multiple key management algorithms 10 years ago
Felix Fietkau 4482d10a04 hostapd: append nasid to config for all WPA types 10 years ago
Felix Fietkau 7ff276afd3 hostapd: remove bogus default setting for wps_pin (#17873) 10 years ago
John Crispin 3bc4516ebb hostapd: Add optional support for hostapd own_ip_addr in wireless config 11 years ago
Felix Fietkau ff40bc2db9 hostapd: recognize 8021x as an authentication mode 11 years ago
Felix Fietkau 9beaea6fc2 hostapd: add external registrar support 11 years ago
Felix Fietkau bcbc9b1e89 hostapd: fix hostapd RSN preauthentication PMKSA caching 11 years ago
Felix Fietkau 40aec9ed46 hostapd: Add WPS unconfigured & WPS pin method support 11 years ago
Felix Fietkau 4689bc8517 hostapd: Add eap_reauth_period config option 11 years ago
Felix Fietkau 9a22315ca4 hostapd: Settings for DAE/CoA server 11 years ago
Jo-Philipp Wich 7c197d9f0e hostapd: truncate default mac file before adding entries to it (#13797) 11 years ago
Jo-Philipp Wich 541fbfbb9e hostapd: correctly handle macfile uci option 12 years ago
Felix Fietkau 1810b80ec0 mac80211/hostapd: short_preamble is a per-vif option and should be enabled by default 12 years ago
Felix Fietkau 8516ddb133 mac80211, hostapd: Fix macfilter for multi bssid setups 12 years ago
Felix Fietkau 405e21d167 packages: sort network related packages into package/network/ 12 years ago
Felix Fietkau a5bf74c2e7 hostapd: add a config option for the inactivity timeout 12 years ago
Felix Fietkau 39e6e9e394 hostapd: add an option for configuring the maximum number of connected clients 12 years ago
Felix Fietkau 9b020e776e hostapd: enable disassoc on many consecutive excessive retries, improves AP mode reliability with many clients 12 years ago
Jo-Philipp Wich 24e24b2d51 hostapd: introduce new default-off option "auth_cache" which controls PMKSA and Opportunistic Key Caching (#12129) 12 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
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 d08bc913a8 hostapd: Allow rsn_preauth configuration 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
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) 15 years ago
Jo-Philipp Wich 5f895af9fb hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na 15 years ago
Jo-Philipp Wich f391ff4ec8 hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override 15 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
Jo-Philipp Wich 90c566f557 hostapd: always strip "11" from hwmode value 15 years ago
Felix Fietkau 31cfd93be4 hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672 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 36eccaad21 hostapd: implement wds ap support 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 16 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