Rename INTERWORKING_BLACKLISTED define
Use more accurate INTERWORKING_EXCLUDED for this. The actual event prefix is not changed to remains compatible with external components using this control interface event message. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
7a1f1d8d77
commit
b58ac90c38
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ extern "C" {
|
|||
#define P2P_EVENT_P2PS_PROVISION_DONE "P2PS-PROV-DONE "
|
||||
|
||||
#define INTERWORKING_AP "INTERWORKING-AP "
|
||||
#define INTERWORKING_BLACKLISTED "INTERWORKING-BLACKLISTED "
|
||||
#define INTERWORKING_EXCLUDED "INTERWORKING-BLACKLISTED "
|
||||
#define INTERWORKING_NO_MATCH "INTERWORKING-NO-MATCH "
|
||||
#define INTERWORKING_ALREADY_CONNECTED "INTERWORKING-ALREADY-CONNECTED "
|
||||
#define INTERWORKING_SELECTED "INTERWORKING-SELECTED "
|
||||
|
|
|
@ -2482,7 +2482,7 @@ static void interworking_select_network(struct wpa_supplicant *wpa_s)
|
|||
bss_load = cred_over_max_bss_load(wpa_s, cred, bss);
|
||||
conn_capab = cred_conn_capab_missing(wpa_s, cred, bss);
|
||||
wpa_msg(wpa_s, MSG_INFO, "%s" MACSTR " type=%s%s%s%s id=%d priority=%d sp_priority=%d",
|
||||
excluded ? INTERWORKING_BLACKLISTED : INTERWORKING_AP,
|
||||
excluded ? INTERWORKING_EXCLUDED : INTERWORKING_AP,
|
||||
MAC2STR(bss->bssid), type,
|
||||
bh ? " below_min_backhaul=1" : "",
|
||||
bss_load ? " over_max_bss_load=1" : "",
|
||||
|
|
Loading…
Reference in a new issue