pub unsafe extern "C" fn esp_wifi_set_sleep_wait_broadcast_data_time(
time: u32,
)
Expand description
@brief 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.
@param 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.