summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDhanavandhana Kannan <dhanavandhana.kannan@oss.qualcomm.com>2026-06-23 16:04:12 +0530
committerJohannes Berg <johannes.berg@intel.com>2026-07-06 12:55:46 +0200
commit5e20d72350df589478691310f0e1c427f35ee4aa (patch)
tree1957f18d52904ea0309928638a13ee7f8fbf8eb6 /tools/perf/scripts/python
parent84442442e04be58a8977fb10debcbbfc1649d962 (diff)
wifi: cfg80211: Avoid UNPROT_BEACON on AP interfaces
Currently, an AP may receive unprotected beacons from neighbouring BSSes, which cfg80211_rx_unprot_mlme_mgmt() forwards to userspace via NL80211_CMD_UNPROT_BEACON regardless of interface type. While the kernel rate-limits these events to once per 10 seconds per wdev, in multi-BSS scenarios each AP interface maintains its own rate-limit state, increasing the number of reported events. In AP mode, hostapd has no handler for NL80211_CMD_UNPROT_BEACON and logs an unhandled event message for each occurrence, leading to excessive log noise and making it harder to identify real issues. Since an AP does not need to act on unprotected beacons from neighbouring BSSes, skip reporting this event when operating in AP mode. Signed-off-by: Dhanavandhana Kannan <dhanavandhana.kannan@oss.qualcomm.com> Link: https://patch.msgid.link/20260623103412.1578812-1-dhanavandhana.kannan@oss.qualcomm.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions