Type Alias esp_idf_sys::wifi_prov_ctx_t

source ·
pub type wifi_prov_ctx_t = wifi_prov_ctx;
Expand description

@brief Type of context data passed to each get/set/apply handler function set in wifi_prov_config_handlers structure.

This is passed as an opaque pointer, thereby allowing it be defined later in application code as per requirements.

Aliased Type§

struct wifi_prov_ctx_t { /* private fields */ }