pub unsafe extern "C" fn esp_mesh_set_ie_crypto_funcs(
    crypto_funcs: *const mesh_crypto_funcs_t
) -> esp_err_t
Expand description

@brief Set mesh IE crypto functions

@attention This API can be called at any time after mesh is initialized.

@param[in] crypto_funcs crypto functions for mesh IE - If crypto_funcs is set to NULL, mesh IE is no longer encrypted. @return

  • ESP_OK