Hi Johannes, > > I think this is good, but needs the userspace advertisement. > > We can either advertise the scan flags word to userspace and set the > supported flags, but then I'm not sure how to handle scheduled vs. > regular scan. Alternatively we could use nl80211 feature flags (instead > of wiphy flags) which get advertised directly... I'm not really sure > what's better. Ok. We will make use of nl80211 feature flags in updated version so that these capabilities will be advertised to userspace as well. > > What would be the behaviour of flush in a scheduled scan? As per our understanding, scheduled scan is triggered from application. Driver/hardware will keep on scanning the network periodically using specified time interval and provide scan results to cfg80211. We have added code (v3 patch 4/5) to flush older scan entries whenever new results are available. scan_start time is used for this. Everytime it's getting modified to "jiffies + interval" for future use. Please let's know your comments. Thanks, Amitkumar Karwar -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html