win32-wlan

Crates.iowin32-wlan
lib.rswin32-wlan
version0.1.0
sourcesrc
created_at2023-05-03 15:04:17.147933
updated_at2023-05-03 15:04:17.147933
descriptionHigher level Rust bindings for the Win32 WLAN API
homepagehttps://github.com/ClSlaid/win32-wlan
repositoryhttps://github.com/ClSlaid/win32-wlan
max_upload_size
id855542
size23,623
(ClSlaid)

documentation

README

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
Commit count: 6

cargo fmt