Re: [IWINFO PATCH v4 2/4] iwinfo: export center_chan info for local wifi

2021-01-05 Thread Jo-Philipp Wich
Hi, comments below. > [...] > diff --git a/include/iwinfo.h b/include/iwinfo.h > index 676db91..680f384 100644 > --- a/include/iwinfo.h > +++ b/include/iwinfo.h > @@ -282,6 +282,8 @@ struct iwinfo_ops { > int (*survey)(const char *, char *, int *); > int (*lookup_phy)(const char *, ch

[IWINFO PATCH v4 2/4] iwinfo: export center_chan info for local wifi

2020-12-05 Thread Ansuel Smith
Iwinfo already export the htmode but there is no way to know where the channel expan in case a 40Mhz+ channel width is used. Export the center channels used by the driver to better know the channel utilizzation of the wifi. Signed-off-by: Ansuel Smith --- include/iwinfo.h | 2 ++ iwinfo_cli.c