default or selected kernelversion does not have config value CONFIG_IEEE80211_DEBUG.
Result is shown for kernelversion 5.4.123

Enable full debugging output

configname: CONFIG_IEEE80211_DEBUG

Linux Kernel Configuration
└─>Networking
└─>Enable full debugging output
In linux kernel since version 2.6.14 (release Date: 2005-10-27)  
This option will enable debug tracing output for the
ieee80211 network stack.

This will result in the kernel module being ~70k larger. You
can control which debug output is sent to the kernel log by
setting the value in

/proc/net/ieee80211/debug_level

For example:

% echo 0x00000FFO > /proc/net/ieee80211/debug_level

For a list of values you can assign to debug_level, you
can look at the bit mask values in <net/ieee80211.h>

If you are not trying to debug or develop the ieee80211
subsystem, you most likely want to say N here.