add support for sending management frames to qwx(4)
authorstsp <stsp@openbsd.org>
Sun, 28 Jan 2024 22:30:39 +0000 (22:30 +0000)
committerstsp <stsp@openbsd.org>
Sun, 28 Jan 2024 22:30:39 +0000 (22:30 +0000)
commit88b28198489159f94992034530593164b0360dca
tree9b6d76c638dcaa6dd95ce4b24b38e199a9c8b165
parent60c48095142a1213c8b0bd5e3684b05e0968a825
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.
sys/dev/ic/qwx.c
sys/dev/ic/qwxreg.h
sys/dev/ic/qwxvar.h