Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nl80211 decoder additions #1086

Merged
merged 5 commits into from
Apr 5, 2023
Merged

Conversation

Vic063
Copy link
Contributor

@Vic063 Vic063 commented Apr 4, 2023

Here is a set of patches to improve the decoder for nl80211 messages.

It allows to decode:

  • WiPhy supported commands
  • WiPhy cipher suites
  • WiPhy supported interface types (monitor, ap, managed, and so on...)

It also set the correct type to decode the number of TX/RX antennas.

@Vic063 Vic063 force-pushed the nl80211_decoder_additions branch from 35cf7a4 to 2b88bba Compare April 4, 2023 22:40
Vic063 added 5 commits April 5, 2023 00:43
Add custom NLA decoder for WiPhy supported commands (NL80211_ATTR_SUPPORTED_COMMANDS).
Add custom NLA decoder for WiPhy cipher suites (NL80211_ATTR_CIPHER_SUITES).
Add custom NLA decoder for WiPhy supported interface types (NL80211_ATTR_SUPPORTED_IFTYPES).
According to the nl80211 NLA policy for nl80211 attributes, the attributes
NL80211_ATTR_WIPHY_ANTENNA_TX and NL80211_ATTR_WIPHY_ANTENNA_RX use
NLA_U32 type.
@Vic063 Vic063 force-pushed the nl80211_decoder_additions branch from 2b88bba to 8d9c80c Compare April 4, 2023 22:43
svinota added a commit that referenced this pull request Apr 5, 2023
svinota added a commit that referenced this pull request Apr 5, 2023
@svinota svinota merged commit 8d9c80c into svinota:master Apr 5, 2023
@svinota
Copy link
Owner

svinota commented Apr 5, 2023

Thanks, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants