diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 16ad451..6c06f56 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -348,7 +348,7 @@ static int decide_function(probe_entry *prob_req, int req_type) { return 1; } - if (req_type == REQ_TYPE_AUTH && !dawn_metric.eval_assoc_req) { + if (req_type == REQ_TYPE_ASSOC && !dawn_metric.eval_assoc_req) { return 1; }