Re: [PATCH] nl80211/cfg80211: add ssid filtering for sched_scan
From: Johannes Berg <johannes@sipsolutions.net> Date: 2011-08-31 07:54:30
On Wed, 2011-08-31 at 09:53 +0200, Johannes Berg wrote:
quoted
MATCH={BSSID=00:01:02:03:04:05} and
NOT_MATCH={MIN_RSSI=-70}
Actually does that really make sense?
I suspect you'd want something like
MATCH SSID="foo" && RSSI >= -70
where the && part isn't really expressed now?
johannes