#winapi #wlan #api-bindings #higher-level #windows

win32-wlan

Higher level Rust bindings for the Win32 WLAN API

1 unstable release

0.1.0 May 3, 2023

#230 in Windows APIs

MPL-2.0 license

24KB
537 lines

Win32 WLAN

This is a naive, non-official wrapper crate, over the raw win32 WLAN handers, provided by the windows-sys crate.

This crate is ought to liberate you from the official ordious FFI. Tierd of judging int represented errors? Got your rust code poisoned by pre-STL styled CPP vectors? Try this crate instead.

TODO

  • WLAN scanning support
  • asynchronous
  • 802.11 information frame parsing
  • WLAN connect

Dependencies

~139MB
~2M SLoC