change bandsteering assoc reject code to WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY

This commit is contained in:
Martin/Geno 2018-07-16 10:24:47 +02:00
parent 0ac6481975
commit 528fccea8b
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static int receive_notify(struct ubus_context *ctx, struct ubus_object *obj, str
if (!strcmp(method, "auth")) {
if (!wifi_clients_try(addr, freq)) {
log_info("auth [drop]-> %s\n", addr);
return WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA;
return WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY;
}
log_info("auth [accept]-> %s\n", addr);
} else {