forked from espressif/esp-idf
fix(wpa_supplicant): Fix debug print in wps_start_msg_timer()
This commit is contained in:
@ -934,7 +934,7 @@ int wps_start_msg_timer(void)
|
||||
ret = 0;
|
||||
} else if (sm->wps->state == RECV_M2) {
|
||||
msg_timeout = 5;
|
||||
wpa_printf(MSG_DEBUG, "start msg timer RECV_M2 %" PRId32 " ms", msg_timeout);
|
||||
wpa_printf(MSG_DEBUG, "start msg timer RECV_M2 %" PRId32 " s", msg_timeout);
|
||||
eloop_cancel_timeout(wifi_station_wps_msg_timeout, NULL, NULL);
|
||||
eloop_register_timeout(msg_timeout, 0, wifi_station_wps_msg_timeout, NULL, NULL);
|
||||
ret = 0;
|
||||
|
Reference in New Issue
Block a user