wifi-scripts: add ucode based iwinfo
authorJohn Crispin <john@phrozen.org>
Tue, 22 Oct 2024 07:58:48 +0000 (09:58 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 2 Dec 2024 12:55:36 +0000 (13:55 +0100)
commit02102798883007afa3d28056fd588e4681f64155
tree72178f65a60bb2cd3dd11b43d151b968a210f216
parentba9cdbeea862fada261b0a874e464b63ffa860ac
wifi-scripts: add ucode based iwinfo

Add an ucode based re-implementation of iwinfo. The tool behaves like the old
one with a few minor output differences. It is now possible to add -j to any
command resulting in JSON output.

The new code is currently opt-in via WIFI_SCRIPTS_UCODE and defaults to
EXPERIMENTAL.

Signed-off-by: John Crispin <john@phrozen.org>
package/kernel/mac80211/Makefile
package/network/config/wifi-scripts/files-ucode/usr/bin/iwinfo [new file with mode: 0755]
package/network/config/wifi-scripts/files-ucode/usr/share/iso3166.json [new file with mode: 0644]
package/network/config/wifi-scripts/files-ucode/usr/share/ucode/iwinfo.uc [new file with mode: 0644]
package/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json [new file with mode: 0644]
package/network/utils/iwinfo/Makefile