Skip to content

Commit 146a0a3

Browse files
author
Mika Leppänen
committed
Corrected trace on authenticator
1 parent d04a96d commit 146a0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_pae_auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ static kmp_api_t *ws_pae_auth_kmp_incoming_ind(kmp_service_t *service, kmp_type_
872872
if (!supp_entry) {
873873
// Checks if active supplicant list has space for new supplicants
874874
if (ws_pae_lib_supp_list_active_limit_reached(&pae_auth->active_supp_list, ACTIVE_SUPPLICANT_MAX_NUMBER)) {
875-
tr_debug("PAE: active limit reached, eui-64: %s", trace_array(supp_entry->addr.eui_64, 8));
875+
tr_debug("PAE: active limit reached, eui-64: %s", trace_array(kmp_address_eui_64_get(addr), 8));
876876
return NULL;
877877
}
878878
// Find supplicant from key storage

0 commit comments

Comments
 (0)