wireless/bcm43xxx: add status print on bcmf_wl_auth_event_handler()

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2022-06-17 14:29:51 +08:00 committed by Xiang Xiao
parent 1c8a661c9f
commit 9c68064024

View File

@ -577,7 +577,8 @@ void bcmf_wl_auth_event_handler(FAR struct bcmf_dev_s *priv,
type = bcmf_getle32(&event->type);
status = bcmf_getle32(&event->status);
wlinfo("Got auth event %" PRId32 " from <%s>\n", type, event->src_name);
wlinfo("Got auth event %" PRId32 " status %" PRId32 " from <%s>\n",
type, status, event->src_name);
bcmf_hexdump((uint8_t *)event, len, (unsigned long)event);