iwinfo: export center channel for info ubus call
Iwinfo export the center channel sued by the wifi. Include this data in the ubus info call to better know the channel utilizzation of the wifi. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
parent
fd017ba339
commit
4c66b31097
1 changed files with 2 additions and 0 deletions
2
iwinfo.c
2
iwinfo.c
|
@ -364,6 +364,8 @@ rpc_iwinfo_info(struct ubus_context *ctx, struct ubus_object *obj,
|
|||
|
||||
rpc_iwinfo_call_int("mode", iw->mode, IWINFO_OPMODE_NAMES);
|
||||
rpc_iwinfo_call_int("channel", iw->channel, NULL);
|
||||
rpc_iwinfo_call_int("center_chan1", iw->center_chan1, NULL);
|
||||
rpc_iwinfo_call_int("center_chan2", iw->center_chan2, NULL);
|
||||
|
||||
rpc_iwinfo_call_int("frequency", iw->frequency, NULL);
|
||||
rpc_iwinfo_call_int("frequency_offset", iw->frequency_offset, NULL);
|
||||
|
|
Loading…
Reference in a new issue