Re: [OpenWrt-Devel] [PATCH 2/2] iwinfo: nl80211: add survey.

2018-07-05 Thread Daniel Danzberger
Yes, everything returned by NL80211_CMD_GET_SURVEY. Its equivalent to: # iw wlan0 survey dump On 07/04/2018 10:32 PM, Nick wrote: > I wanted to add this info too. See previous emails: "iwinfo: add channel > survey" > I think you are making the survey for all channels? > My attention was only a

Re: [OpenWrt-Devel] [PATCH 2/2] iwinfo: nl80211: add survey.

2018-07-04 Thread Nick
I wanted to add this info too. See previous emails: "iwinfo: add channel survey" I think you are making the survey for all channels? My attention was only a survey for the used channel. On 03.07.2018 15:32, Daniel Danzberger wrote: > Signed-off-by: Daniel Danzberger > --- > include/iwinfo.h |

[OpenWrt-Devel] [PATCH 2/2] iwinfo: nl80211: add survey.

2018-07-03 Thread Daniel Danzberger
Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 11 iwinfo_nl80211.c | 69 2 files changed, 80 insertions(+) diff --git a/include/iwinfo.h b/include/iwinfo.h index 4111205..49ee7f0 100644 --- a/include/iwinfo.h +++