]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Reduce nl80211_dump_scan() memory need
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 20:14:04 +0000 (22:14 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 20:14:04 +0000 (22:14 +0200)
commitda2c284169eba7ae17bcdac68d3692a867213a48
treede048988152bcab4aa3fd94438c316af10a877e4
parentb72a01bc5aa3852f5015791a741b7a331e4fb5f0
nl80211: Reduce nl80211_dump_scan() memory need

Instead of fetching all scan results to a temporary buffer, debug print
scan result dump directly from the message handler function one BSS at a
time.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211_scan.c