]> git.ipfire.org Git - thirdparty/hostap.git/commit
Limit scan frequency list to 100 entries
authorJouni Malinen <j@w1.fi>
Sun, 22 Mar 2020 16:51:41 +0000 (18:51 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Mar 2020 16:51:41 +0000 (18:51 +0200)
commitb967b5e859149d53cb32bc0b37a6ef60a8b1f554
treea3dd5a7c23b81ea3050615a3ed09602709283bf8
parent9f9a148af609d9dd2928287e6fa18b06a96ec7ee
Limit scan frequency list to 100 entries

There is no real use case for the scan to be requested on more than 100
channels individually. To avoid excessively long lists with invalid
configuration, use 100 entry limit for the list before dropping to the
fallback scan-all-channels option.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/scan.c