Re: [PATCH 0/7] extend mac80211 mesh DFS and CSA functionality

2017-05-16 Thread Simon Wunderlich
On Tuesday, May 16, 2017 1:55:46 PM CEST Bastian Bittorf wrote: > * Simon Wunderlich [16.05.2017 12:24]: > > * station A detects a Radar, and informs userspace > > * userspace of station A will initiate a CSA, kernel will execute it > > (action> > > frame, beacons) > > > > * station B picks

Re: [PATCH 0/7] extend mac80211 mesh DFS and CSA functionality

2017-05-16 Thread Bastian Bittorf
* Simon Wunderlich [16.05.2017 12:24]: > * station A detects a Radar, and informs userspace > * userspace of station A will initiate a CSA, kernel will execute it (action > frame, beacons) > * station B picks up the CSA, and executes it as well > * station B also marks the channel as unavaila

Re: [PATCH 0/7] extend mac80211 mesh DFS and CSA functionality

2017-05-16 Thread Simon Wunderlich
Hi Basti, On Tuesday, May 16, 2017 11:44:04 AM CEST Bastian Bittorf wrote: > * Simon Wunderlich [16.05.2017 11:35]: > > This patchset adds DFS and CSA functionality: > thanks a lot. can you give a brief 'iw event' output when applied: > for a two-node mesh, where station A detects CSA and station

Re: [PATCH 0/7] extend mac80211 mesh DFS and CSA functionality

2017-05-16 Thread Bastian Bittorf
* Simon Wunderlich [16.05.2017 11:35]: > This patchset adds DFS and CSA functionality: thanks a lot. can you give a brief 'iw event' output when applied: for a two-node mesh, where station A detects CSA and station B should emit an event... question: there is no userspace part for now, or maybe

[PATCH 0/7] extend mac80211 mesh DFS and CSA functionality

2017-05-16 Thread Simon Wunderlich
This patchset adds DFS and CSA functionality: * Mesh CSA is handled similary to IBSS, that means CSA will mark channels as unusable, and require userspace to handle actual radar signals * Add VHT processing for CSA in mesh mode, and some small cleanups We have been working on this feature