CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/13 02:31:32
Modified files:
sys/dev/ic : ar5008.c
sys/dev/usb : if_athn_usb.c
Log message:
When athn(4) is deciding how to decrypt an incoming frame, look into the
ieee80211_node data structure to find the WPA group cipher which was
negotiated with the peer, rather than checking the wireless interface's
configuration data.
Found while investigating a problem where WPA2+TKIP wasn't working with athn.
Problem reported by Tim Chase.