Skip to content

Commit fc947ce

Browse files
committed
Add some logging for bad auth failures.
1 parent 95cf7af commit fc947ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cyw43_ctrl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ void cyw43_cb_process_async_event(void *cb_data, const cyw43_async_event_t *ev)
394394
// Ignore it, lets keep trying
395395
} else {
396396
// Cannot authenticate
397+
CYW43_DEBUG("auth error status %d\n", ev->status);
397398
self->wifi_join_state = WIFI_JOIN_STATE_BADAUTH;
398399
}
399400
} else if (ev->event_type == CYW43_EV_DEAUTH_IND) {

0 commit comments

Comments
 (0)