pub struct DppCfgRecvdRef(/* private fields */);Expand description
Payload reference for WifiEvent::DppCfgRecvd.
Not Copy/Clone: recent ESP-IDF added a flexible-array-member
field (configs[]) to wifi_event_dpp_config_received_t, which
bindgen surfaces as __IncompleteArrayField (intentionally not
Clone). The newtype is always borrowed via &'a DppCfgRecvdRef
inside event callbacks, so the derive was never load-bearing.
Implementations§
Source§impl DppCfgRecvdRef
impl DppCfgRecvdRef
Sourcepub fn wifi_cfg(&self) -> &wifi_config_t
pub fn wifi_cfg(&self) -> &wifi_config_t
The WiFi configuration received via DPP authentication.