mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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 <greearb@candelatech.com>
This commit is contained in:
parent
2299b54383
commit
68ac584a49
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user