Constant esp_idf_hal::sys::wifi_prov_cb_event_t_WIFI_PROV_CRED_RECV
source ยท pub const wifi_prov_cb_event_t_WIFI_PROV_CRED_RECV: u32 = 2; // 2u32
Expand description
Emitted when Wi-Fi AP credentials are received via protocomm
endpoint wifi_config
. The event data in this case is a pointer
to the corresponding wifi_sta_config_t
structure