Re: [PATCH V3 0/9] cfg80211: support multiple scheduled scans

2017-04-26 Thread Johannes Berg
>   nl80211: allow multiple active scheduled scan requests >   nl80211: add support for BSSIDs in scheduled scan matchsets >   cfg80211: add request id parameter to .sched_scan_stop() signature I applied these. >   cfg80211: add request id to cfg80211_sched_scan_*() api Will comment here separa

[PATCH V3 0/9] cfg80211: support multiple scheduled scans

2017-04-21 Thread Arend van Spriel
After the RFC rounds here is multi-scheduled scan submission. What has been added since the RFC is support for user-space to specify a BSSID in the matchset (PATCH 3/10). As example this could be used for roaming algorithm done in user-space. The patches for scheduled scan notification api have bee