Rename blacklist.[ch] to bssid_ignore.[ch]
This completes renaming of this functionality for a list of temporarily ignored BSSIDs. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
626fc0dcd0
commit
48cfb52b7e
11 changed files with 10 additions and 10 deletions
|
@ -1646,7 +1646,7 @@ endif
|
||||||
|
|
||||||
OBJS += src/drivers/driver_common.c
|
OBJS += src/drivers/driver_common.c
|
||||||
|
|
||||||
OBJS += wpa_supplicant.c events.c blacklist.c wpas_glue.c scan.c
|
OBJS += wpa_supplicant.c events.c bssid_ignore.c wpas_glue.c scan.c
|
||||||
OBJS_t := $(OBJS) $(OBJS_l2) eapol_test.c
|
OBJS_t := $(OBJS) $(OBJS_l2) eapol_test.c
|
||||||
OBJS_t += src/radius/radius_client.c
|
OBJS_t += src/radius/radius_client.c
|
||||||
OBJS_t += src/radius/radius.c
|
OBJS_t += src/radius/radius.c
|
||||||
|
|
|
@ -1792,7 +1792,7 @@ endif
|
||||||
OBJS += ../src/drivers/driver_common.o
|
OBJS += ../src/drivers/driver_common.o
|
||||||
OBJS_priv += ../src/drivers/driver_common.o
|
OBJS_priv += ../src/drivers/driver_common.o
|
||||||
|
|
||||||
OBJS += wpa_supplicant.o events.o blacklist.o wpas_glue.o scan.o
|
OBJS += wpa_supplicant.o events.o bssid_ignore.o wpas_glue.o scan.o
|
||||||
OBJS_t := $(OBJS) $(OBJS_l2) eapol_test.o
|
OBJS_t := $(OBJS) $(OBJS_l2) eapol_test.o
|
||||||
OBJS_t += ../src/radius/radius_client.o
|
OBJS_t += ../src/radius/radius_client.o
|
||||||
OBJS_t += ../src/radius/radius.o
|
OBJS_t += ../src/radius/radius.o
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "wpa_supplicant_i.h"
|
#include "wpa_supplicant_i.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wpa_bssid_ignore_get - Get the ignore list entry for a BSSID
|
* wpa_bssid_ignore_get - Get the ignore list entry for a BSSID
|
|
@ -49,7 +49,7 @@
|
||||||
#include "scan.h"
|
#include "scan.h"
|
||||||
#include "ctrl_iface.h"
|
#include "ctrl_iface.h"
|
||||||
#include "interworking.h"
|
#include "interworking.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
#include "autoscan.h"
|
#include "autoscan.h"
|
||||||
#include "wnm_sta.h"
|
#include "wnm_sta.h"
|
||||||
#include "offchannel.h"
|
#include "offchannel.h"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
#include "common/dpp.h"
|
#include "common/dpp.h"
|
||||||
#include "common/ptksa_cache.h"
|
#include "common/ptksa_cache.h"
|
||||||
#include "crypto/random.h"
|
#include "crypto/random.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
#include "wpas_glue.h"
|
#include "wpas_glue.h"
|
||||||
#include "wps_supplicant.h"
|
#include "wps_supplicant.h"
|
||||||
#include "ibss_rsn.h"
|
#include "ibss_rsn.h"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "scan.h"
|
#include "scan.h"
|
||||||
#include "bss.h"
|
#include "bss.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
#include "gas_query.h"
|
#include "gas_query.h"
|
||||||
#include "interworking.h"
|
#include "interworking.h"
|
||||||
#include "hs20_supplicant.h"
|
#include "hs20_supplicant.h"
|
||||||
|
|
|
@ -114,7 +114,7 @@ OBJS = \
|
||||||
$(OBJDIR)\driver_ndis_.obj \
|
$(OBJDIR)\driver_ndis_.obj \
|
||||||
$(OBJDIR)\scan_helpers.obj \
|
$(OBJDIR)\scan_helpers.obj \
|
||||||
$(OBJDIR)\events.obj \
|
$(OBJDIR)\events.obj \
|
||||||
$(OBJDIR)\blacklist.obj \
|
$(OBJDIR)\bssid_ignore.obj \
|
||||||
$(OBJDIR)\scan.obj \
|
$(OBJDIR)\scan.obj \
|
||||||
$(OBJDIR)\wpas_glue.obj \
|
$(OBJDIR)\wpas_glue.obj \
|
||||||
$(OBJDIR)\eap_register.obj \
|
$(OBJDIR)\eap_register.obj \
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#include "common/ptksa_cache.h"
|
#include "common/ptksa_cache.h"
|
||||||
#include "p2p/p2p.h"
|
#include "p2p/p2p.h"
|
||||||
#include "fst/fst.h"
|
#include "fst/fst.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
#include "wpas_glue.h"
|
#include "wpas_glue.h"
|
||||||
#include "wps_supplicant.h"
|
#include "wps_supplicant.h"
|
||||||
#include "ibss_rsn.h"
|
#include "ibss_rsn.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include "utils/common.h"
|
#include "utils/common.h"
|
||||||
#include "utils/module_tests.h"
|
#include "utils/module_tests.h"
|
||||||
#include "wpa_supplicant_i.h"
|
#include "wpa_supplicant_i.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
|
|
||||||
|
|
||||||
static int wpas_bssid_ignore_module_tests(void)
|
static int wpas_bssid_ignore_module_tests(void)
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "wpa_supplicant_i.h"
|
#include "wpa_supplicant_i.h"
|
||||||
#include "driver_i.h"
|
#include "driver_i.h"
|
||||||
#include "notify.h"
|
#include "notify.h"
|
||||||
#include "blacklist.h"
|
#include "bssid_ignore.h"
|
||||||
#include "bss.h"
|
#include "bss.h"
|
||||||
#include "scan.h"
|
#include "scan.h"
|
||||||
#include "ap.h"
|
#include "ap.h"
|
||||||
|
|
Loading…
Reference in a new issue