CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2024/01/28 15:30:39
Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: add support for sending management frames to qwx(4) The initial AUTH frame is now sent when an AP is found during scans. We then receive an AUTH response from the AP. Handling this response in the driver will be our next step.