Re: [iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2022-01-23 Thread Seo Suchan
Which will get priority in DFS or indoor channels? will it have setting to enable DFS for such channel? well we can't really enforce 'indoorness' of out target, isn't it? Or will we have per device target config for 'this will be outdoor' ? 21. 11. 19. 01:40에 Ansuel Smith 이(가) 쓴 글: Some count

Re: [iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2021-11-20 Thread Ansuel Smith
> > Hi Ansuel, > > below are a few comments from someone (me) who is not very familiar > with the whole topic. So please keep this in mind. > > On Thu, Nov 18, 2021 at 5:42 PM Ansuel Smith wrote: > > > > Some country permit a specific channel to be used only indoor. > country -> countries > indoor

Re: [iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2021-11-19 Thread Martin Blumenstingl via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Ansuel, below are a few commen

Re: [iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2021-11-18 Thread Ansuel Smith
> > > Ansuel Smith wrote: > > Some country permit a specific channel to be used only indoor. > > Introduce a new restriction_flags entry to declare different > > restrition of a specific channel. > > > > Signed-off-by: Ansuel Smith > > --- > > include/iwinfo.h | 4 > > iwinfo_nl80211.c | 1

Re: [iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2021-11-18 Thread Karl Palsson
Ansuel Smith wrote: > Some country permit a specific channel to be used only indoor. > Introduce a new restriction_flags entry to declare different > restrition of a specific channel. > > Signed-off-by: Ansuel Smith > --- > include/iwinfo.h | 4 > iwinfo_nl80211.c | 14 ++ >

[iwinfo PATCH 1/2] iwinfo: add support for indoor only chan restriction

2021-11-18 Thread Ansuel Smith
Some country permit a specific channel to be used only indoor. Introduce a new restriction_flags entry to declare different restrition of a specific channel. Signed-off-by: Ansuel Smith --- include/iwinfo.h | 4 iwinfo_nl80211.c | 14 ++ 2 files changed, 14 insertions(+), 4 del