]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Split bss_info_handler() into a separate parser function
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 17:36:24 +0000 (19:36 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2016 17:36:24 +0000 (19:36 +0200)
commitb72a01bc5aa3852f5015791a741b7a331e4fb5f0
tree3e310d18319039799e072a0892b0ec8db31b3bc5
parentcfadab269f78e1f7f197d07dded70c138f651be1
nl80211: Split bss_info_handler() into a separate parser function

This allows a single scan result to be parsed at a time. This is a step
towards optimizing scan result fetching without having to allocate
memory for all entries at the same time.

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