An assessor asks what mac80211 standardizes on modern Linux Wi-Fi stacks used in municipal labs. What is the best answer?
Select an answer to reveal the explanation.
Short Explanation
mac80211 is the shared playbook Linux uses so many Wi-Fi drivers speak the same 802.11 dialect. Softmac brains live in the kernel framework; cards plug into that common language. It is plumbing for wireless—not a portal skin or RADIUS file.
Full Explanation
On modern Linux systems, mac80211 provides a softmac framework that centralizes substantial 802.11 MLME and frame-handling behavior shared across compatible drivers. That standardization is why monitor-mode tooling can target a consistent interface model rather than wholly proprietary stacks per vendor. Assessors should recognize mac80211 as core wireless subsystem architecture, not as an authentication server or captive-portal component.