CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/13 02:26:26
Modified files:
sys/net80211 : ieee80211_pae_input.c
Log message:
When a wifi interface acts as a client and the WPA handshake is done,
update the WPA group cipher value in interface configuration data.
Code relying in this value will otherwise get the group cipher wrong.
One obvious example is ifconfig which now displays the negotiated group
cipher rather than always displaying the default value 'ccmp'.
Fixes a regression where athn(4) no longer worked against WPA2 APs which
use TKIP as a group cipher for compatibility with WPA1.
Problem reported by Tim Chase.
ok kettenis@