Add BSSID filter for testing purposes
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 16 Feb 2012 14:30:13 +0000 (16:30 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 14:30:13 +0000 (16:30 +0200)
commitd445a5cd8ebb9bb10edb8a8293fae1a866331682
tree20d6d1d9247b4b4a648db04bdc69dbde841c34de
parentb2ff168128cde761e510eac46092ee2c50099535
Add BSSID filter for testing purposes

wpa_supplicant can now be configured to filter out scan results based
on a BSSID filter. Space-separated set of allowed BSSIDs can be set
with wpa_cli set bssid_filter command. Filtering mechanism can be
disabled by setting this variable to an empty list. When set, only
the BSSes that have a matching entry in this list will be accepted
from scan results.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/bss.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h