CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/30 09:08:30
Modified files:
sys/net80211 : Tag: OPENBSD_6_1 ieee80211_crypto.c
ieee80211_crypto.h ieee80211_node.c
ieee80211_node.h ieee80211_pae_input.c
ieee80211_proto.c
Log message:
MFC:
Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA
group keys are being reused. OpenBSD wireless clients will now leave a
trail of such events in their message log.
Clear WPA group keys from memory before initiating a key exchange
with an access point. Prevents false positive 'reused group key'
warnings in dmesg when re-associating to the same access point.
(OpenBSD 6.1 errata 027, August 30, 2017)