mbox series

[0/2] iw: display wiphy interface combination in info command

Message ID 20241008050607.1113396-1-quic_adisi@quicinc.com (mailing list archive)
Headers show
Series iw: display wiphy interface combination in info command | expand

Message

Aditya Kumar Singh Oct. 8, 2024, 5:06 a.m. UTC
Wiphy having multiple hardwares grouped under them advertises about it
via NL80211_ATTR_WIPHY_RADIOS and NL80211_ATTR_WIPHY_INTERFACE_COMBINATIONS
attributes. Add support to parse them and display in info command.

NOTE: nl80211 sync patch is sent for testing purpose only. Actual sync
      can be done in its original way

Aditya Kumar Singh (2):
  update nl80211.h
  iw: add output for wiphy interface combinations

 info.c    | 219 ++++++++++++++++++++++++++++++++++--------------------
 iw.h      |   7 ++
 nl80211.h |  65 ++++++++++++++++
 reg.c     |   7 --
 4 files changed, 212 insertions(+), 86 deletions(-)


base-commit: d088c8a4ad03b8f74b11dec55f895cdc7576b0e0