CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2018/04/27 09:33:49
Modified files: sys/net80211 : ieee80211_proto.c Log message: Fix WEP. Clear group keys in iee80211_newstate only if we're doing WPA. Otherwise, ieee80211_crypto_clear_groupkeys() will clear WEP keys configured by userland before associating. (All WEP keys are group keys.) ok phessler@ tb@ pirofti@