From: Ben Greear Date: Thu, 5 Nov 2015 00:49:38 +0000 (-0500) Subject: nl80211: Add debug message for passive scanning X-Git-Tag: hostap_2_6~1396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68ac584a4917f88da117bfb60ccacdd3617b0079;p=thirdparty%2Fhostap.git nl80211: Add debug message for passive scanning This is more obvious than looking for the lack of 'Scan SSID' messages. Signed-off-by: Ben Greear --- diff --git a/src/drivers/driver_nl80211_scan.c b/src/drivers/driver_nl80211_scan.c index 966c3fb6b..dd1993c04 100644 --- a/src/drivers/driver_nl80211_scan.c +++ b/src/drivers/driver_nl80211_scan.c @@ -132,6 +132,8 @@ nl80211_scan_common(struct i802_bss *bss, u8 cmd, goto fail; } nla_nest_end(msg, ssids); + } else { + wpa_printf(MSG_DEBUG, "nl80211: Passive scan requested"); } if (params->extra_ies) {