pub unsafe extern "C" fn esp_wifi_set_ps(
    type_: wifi_ps_type_t
) -> esp_err_t
Expand description

@brief Set current WiFi power save type

@attention Default power save type is WIFI_PS_MIN_MODEM.

@param type power save type

@return ESP_OK: succeed