CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2018/04/28 08:46:10
Modified files: sys/net80211 : ieee80211_crypto.c Log message: Fix WEP key selection in ieee80211_get_txkey(). The WEP key index is stored in ic_def_txkey. The iGTK ("integrity group key") index is specific to WPA. The previous code happened to always select WEP key index 0 since the iGTK index is not yet used by any driver. ok phessler@