Function esp_idf_sys::esp_wifi_set_sleep_min_active_time

source ยท
pub unsafe extern "C" fn esp_wifi_set_sleep_min_active_time(
    min_active_time: u32,
)
Expand description

@brief Set the min active time for wifi to enter the sleep state when light sleep

@param min_active_time: minimum timeout time for waiting to receive data, when no data is received during the timeout period, the wifi enters the sleep process.