svinota / pyroute2

Python Netlink and PF_ROUTE library — network configuration and monitoring
https://pyroute2.org/
Other
930 stars 244 forks source link

Fixes and additions to NL80211 interface #1168

Closed XDjackieXD closed 4 months ago

XDjackieXD commented 5 months ago

This PR adds parsing for the NL80211_RATEINFO and NL80211_STA_BSSPARAM enums and fixes parsing of the NL80211_STAFLAG array.

svinota commented 4 months ago

Thanks a lot, testing!

svinota commented 4 months ago

Please run also make format so black will fix the codestyle, but it's not a blocker, I can do it myself.

XDjackieXD commented 4 months ago

Done

svinota commented 4 months ago

LGTM, merging shortly

svinota commented 4 months ago

Thanks for contribution!