mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
o separate configured beacon interval from listen interval; this avoids potential use of one value for the other (e.g. setting powersavesleep to 0 clobbers the beacon interval used in hostap or ibss mode) o bounds check the beacon interval received in probe response and beacon frames and drop frames with bogus settings; not clear if we should instead clamp the value as any alteration would result in mismatched sta+ap configuration and probably be more confusing (don't want to log to the console but perhaps ok with rate limiting) o while here up max beacon interval to reflect WiFi standard Noticed by: Martin <nakal@nurfuerspam.de> MFC after: 1 week |
||
|---|---|---|
| .. | ||
| _ieee80211.h | ||
| ieee80211.c | ||
| ieee80211.h | ||
| ieee80211_acl.c | ||
| ieee80211_crypto.c | ||
| ieee80211_crypto.h | ||
| ieee80211_crypto_ccmp.c | ||
| ieee80211_crypto_none.c | ||
| ieee80211_crypto_tkip.c | ||
| ieee80211_crypto_wep.c | ||
| ieee80211_freebsd.c | ||
| ieee80211_freebsd.h | ||
| ieee80211_input.c | ||
| ieee80211_ioctl.c | ||
| ieee80211_ioctl.h | ||
| ieee80211_node.c | ||
| ieee80211_node.h | ||
| ieee80211_output.c | ||
| ieee80211_proto.c | ||
| ieee80211_proto.h | ||
| ieee80211_radiotap.h | ||
| ieee80211_var.h | ||
| ieee80211_xauth.c | ||