Skip to content

Releases: rust-netlink/wl-nl80211

New release 0.4.0

11 Nov 07:56
v0.4.0

Choose a tag to compare

Breaking changes

  • station: Use bitflag for Nl80211StationFlags. (2913d4d)
  • station: Hide all public constants in rate_info. (88e675d)

New features

  • Add support for creating and deleting interfaces. (600ed26)

Bug fixes

  • make Nl80211ElementRsn public. (2f74341)
  • Add spelling CI job and fix further typos. (243c821)
  • Remove debug and todo statements. (105e614)

New release 0.3.2

01 Sep 09:34
v0.3.2

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Leftover: Set minimum supported rust version to 1.77. (caed428)

New release 0.3.1

29 Aug 14:34
v0.3.1

Choose a tag to compare

Breaking changes

  • Set minimum supported rust version to 1.77. (d72680a)

New features

  • N/A

Bug fixes

  • Fix compiling error on rust 1.77. (d72680a)

New release 0.3.0

28 Aug 12:27
v0.3.0

Choose a tag to compare

Breaking changes

  • Replace Nl80211Cmd with Nl80211Command. (21896a4)

New features

  • Support querying scan results. (3adb7b9)
  • Support parsing HT(WIFI4) capability. (dc5cc16)
  • Support scaning trigger and schedule. (c0dcf88)
  • Support setting phy parameters. (25aef4e)
  • Support changing interface type. (2d86585)
  • Support specifying the interface on a get reques. (97bf087)
  • Support dumpping survey. (cd9907f)

Bug fixes

  • Fix Nl80211Element parser to allow zero-length elements. (7d4f45a)
  • Use latest rust-netlink crates. (1fc0a2e)

New release 0.2.0

28 Aug 12:10
v0.2.0

Choose a tag to compare

Breaking changes

  • Changed Nl80211Attr::WiPhyFreq to Nl80211Attr::WiphyFreq. (2a4dbe1)
  • Changed Nl80211StationInfo::Signal from u8 to i8. (79e4010)
  • Changed Nl80211Message.nlas to Nl80211Message.attributes. (1b6679d)

New features

  • Add support of parsing netlink message reply of iw phy. (2a4dbe1)
  • Add support of station. (19d03a5)

Bug fixes

  • N/A

New release 0.1.2

10 Jul 08:19
v0.1.2

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Use latest rust-netlink crates. (9e67599)

New release 0.1.1

29 Jan 12:15
v0.1.1

Choose a tag to compare

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • Use latest rust-netlink crates. (a5f55b5)