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
|
14 жил өмнө |
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
|
14 жил өмнө |
Vasilis Tsiligiannis
|
9d54c7aaaf
hostapd: add accounting configuration to hostapd uci script
|
14 жил өмнө |
Felix Fietkau
|
516440649b
hostapd: add more wps config methods to the config
|
14 жил өмнө |
Jo-Philipp Wich
|
f1ac8cf285
hostapd: allow mixed TKIP/CCMP for 11n
|
14 жил өмнө |
Felix Fietkau
|
b60332deb0
hostapd: Create one control interface per virtual bssid
|
14 жил өмнө |
Felix Fietkau
|
58ed4ded0e
hostapd: fix appending the iapp_interface variable to the config
|
15 жил өмнө |
Felix Fietkau
|
d08bc913a8
hostapd: Allow rsn_preauth configuration
|
15 жил өмнө |
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.
|
15 жил өмнө |
Vasilis Tsiligiannis
|
1beef305cf
hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)
|
15 жил өмнө |
Felix Fietkau
|
ca4a8b1bee
hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)
|
15 жил өмнө |
Jo-Philipp Wich
|
5f895af9fb
hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
|
15 жил өмнө |
Jo-Philipp Wich
|
f391ff4ec8
hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
|
15 жил өмнө |
Felix Fietkau
|
db8b1922fc
hostapd: add ap isolate support for mac80211
|
15 жил өмнө |
Jo-Philipp Wich
|
38b256105d
hostapd: fixup madwifi turbo modes (#7060)
|
15 жил өмнө |
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 жил өмнө |
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 жил өмнө |
Jo-Philipp Wich
|
90c566f557
hostapd: always strip "11" from hwmode value
|
15 жил өмнө |
Felix Fietkau
|
31cfd93be4
hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672
|
15 жил өмнө |
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 жил өмнө |
Felix Fietkau
|
b4ea1b0ac3
hostapd: parse the option for hiding the ESSID (#6310)
|
16 жил өмнө |
Felix Fietkau
|
7e3d67e546
hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
|
16 жил өмнө |
Felix Fietkau
|
36eccaad21
hostapd: implement wds ap support
|
16 жил өмнө |
Felix Fietkau
|
875d957512
mac80211: fill some important capabilities into ht_capab in the hostapd config
|
16 жил өмнө |
Felix Fietkau
|
6e9ada01c0
hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
|
16 жил өмнө |
Felix Fietkau
|
260d749684
hostapd: initialize wme to sane values
|
16 жил өмнө |
Florian Fainelli
|
838c1d7cd0
add additions from (#5149)
|
16 жил өмнө |
Vasilis Tsiligiannis
|
94b56b6c6c
hostapd: Remove deprecated 'debug' configuration variable
|
16 жил өмнө |
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 жил өмнө |
Felix Fietkau
|
ca749bea97
wifi: fix hostapd + autochannel
|
16 жил өмнө |