CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/01 09:13:01
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
check the correct flag before using PMF in ieee80211_mgmt_output()
The capability flag only indicates whether our driver supports PMF, not
whether our peer supports it. The flag in ni_flags indicates whether PMF
is mutually supported by us and the peer, and should be used here.
