Struct esp_idf_sys::esp_eap_fast_config
source · #[repr(C)]pub struct esp_eap_fast_config {
pub fast_provisioning: c_int,
pub fast_max_pac_list_len: c_int,
pub fast_pac_format_binary: bool,
}
Expand description
@brief Configuration settings for EAP-FAST (Extensible Authentication Protocol - Flexible Authentication via Secure Tunneling).
This structure defines the configuration options that can be used to customize the behavior of the EAP-FAST authentication protocol, specifically for Fast Provisioning and PAC (Protected Access Credential) handling.
Fields§
§fast_provisioning: c_int
< Enable or disable Fast Provisioning in EAP-FAST (0 = disabled, 1 = enabled)
fast_max_pac_list_len: c_int
< Maximum length of the PAC (Protected Access Credential) list
fast_pac_format_binary: bool
< Set to true for binary format PAC, false for ASCII format PAC
Trait Implementations§
source§impl Clone for esp_eap_fast_config
impl Clone for esp_eap_fast_config
source§fn clone(&self) -> esp_eap_fast_config
fn clone(&self) -> esp_eap_fast_config
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for esp_eap_fast_config
impl Debug for esp_eap_fast_config
source§impl Default for esp_eap_fast_config
impl Default for esp_eap_fast_config
source§fn default() -> esp_eap_fast_config
fn default() -> esp_eap_fast_config
Returns the “default value” for a type. Read more
impl Copy for esp_eap_fast_config
Auto Trait Implementations§
impl Freeze for esp_eap_fast_config
impl RefUnwindSafe for esp_eap_fast_config
impl Send for esp_eap_fast_config
impl Sync for esp_eap_fast_config
impl Unpin for esp_eap_fast_config
impl UnwindSafe for esp_eap_fast_config
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)