esp_wifi_set_sleep_wait_broadcast_data_time() function
Set the min broadcast data wait time for wifi to enter the sleep state @attention Default sleep wait broadcast data time is 15000, Uint µs.
Syntax
void esp_wifi_set_sleep_wait_broadcast_data_time(uint32_t time); Arguments
time
When the station knows through the beacon that the AP will send broadcast packet, it will wait for a minimum of wait_broadcast_data_time before entering the sleep process.