2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/tools/net/ynl
Donald Hunter 31438709ec netlink: specs: wireless: add a spec for nl80211
Add a rudimentary YNL spec for nl80211 that covers get-wiphy,
get-interface and get-protocol-features.

./tools/net/ynl/pyynl/cli.py --family nl80211 \
    --do get-protocol-features
{'protocol-features': {'split-wiphy-dump'}}

./tools/net/ynl/pyynl/cli.py --family nl80211 \
    --dump get-wiphy --json '{ "split-wiphy-dump": true }'

./tools/net/ynl/pyynl/cli.py --family nl80211 \
    --dump get-interface

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Link: https://patch.msgid.link/20250211120127.84858-11-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-02-12 19:32:26 -08:00
..
generated tools: ynl: add install target for generated content 2025-01-09 12:53:27 -08:00
lib tools: ynl: c: correct reverse decode of empty attrs 2025-01-27 14:30:23 -08:00
pyynl tools/net/ynl: add indexed-array scalar support to ynl-gen-c 2025-02-12 19:32:18 -08:00
samples ynl: samples: Fix the wrong format specifier 2024-11-13 18:48:15 -08:00
Makefile tools: ynl: add main install target 2025-01-09 12:53:27 -08:00
Makefile.deps netlink: specs: wireless: add a spec for nl80211 2025-02-12 19:32:26 -08:00
pyproject.toml tools: ynl: add initial pyproject.toml for packaging 2025-01-09 12:53:27 -08:00
requirements.txt tools: ynl: add the Python requirements.txt file 2023-03-24 19:11:02 -07:00
ynl-regen.sh tools: ynl: move python code to separate sub-directory 2025-01-09 12:53:27 -08:00