mbox series

[v2,0/4] Add support channel with to iwinfo

Message ID 20201124013252.18323-1-ansuelsmth@gmail.com
Headers show
Series Add support channel with to iwinfo | expand

Message

Christian Marangi Nov. 24, 2020, 1:32 a.m. UTC
This series modify 2 different repo. Iwinfo and Rpcd
The 2 iwinfo patch add support to iwinfo to display and export channel
width and center_channel info for both wifi scan and wifi info related
to the local wifi.
The other 2 rpcd patch export the iwinfo data to ubus to make them
usable by the webui.

v2:
- Put the static char array to the iwinfo include. (the rpcd plugin use
the same include)
- Add additional patch to export center_chanl for local wifi.