This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
3b57cccb71
openwrt
/
package
/
hostapd
History
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.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20397
2010-03-24 00:23:10 +00:00
..
files
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.
2010-03-24 00:23:10 +00:00
patches
hostapd: restore wds sta state after the sta reassociates
2010-03-09 21:33:24 +00:00
Config.in
hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
2010-01-23 08:28:26 +00:00
Makefile
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.
2010-03-24 00:22:19 +00:00