CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/11/07 05:56:34
Modified files: sys/dev/ic : an.c if_wi.c Log message: Showing kernel WEP keys to userland has been disabled in generic ieee80211 ioctl(2) implementation. Do the same for the driver specific code of ac(4) and wi(4) wireless network devices. OK mpi@