]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: cfg80211: set and report chandef CAC ongoing
authorJanusz Dziedzic <janusz.dziedzic@gmail.com>
Fri, 6 Feb 2026 17:15:49 +0000 (18:15 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Mar 2026 08:10:28 +0000 (09:10 +0100)
commitd69cb039ab1930706428566caf5a714d0cb3ed3d
tree5c3cdff5150dd2bb8d80878c98f8f940064eb150
parent92fecd2744552702285fe4e31ab9cb31a59e7391
wifi: cfg80211: set and report chandef CAC ongoing

Allow to track and check CAC state from user mode by
simple check phy channels eg. using iw phy1 channels
command.
This is done for regular CAC and background CAC.
It is important for background CAC while we can start
it from any app (eg. iw or hostapd).

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
Link: https://patch.msgid.link/20260206171830.553879-3-janusz.dziedzic@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/chan.c
net/wireless/core.h
net/wireless/mlme.c
net/wireless/nl80211.c