History log of /haiku/src/libs/compat/openbsd_wlan/net80211/ieee80211_proto.c
Revision Date Author Comments
# 5a4ad3a0 08-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_wlan: Print state changes if bootverbose is enabled.

This will make debugging in nightly syslogs a bit easier when things
do not work as expected.


# eb561466 12-May-2022 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_wlan: Basic adaptations to the net80211 layer.

The stack now compiles and links. Combining this with adaptations to
the driver gets things to the point where it runs scans, but we do
not yet implement ioctls so they can be returned to userland.


# 04171cfc 26-Apr-2022 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_wlan: Import OpenBSD net80211 layer and base dependencies.

Not yet wired into the build, of course.