EapAttribute

Type Alias EapAttribute 

Source
pub type EapAttribute = EAP_ATTRIBUTE;

Aliased Type§

#[repr(C)]
pub struct EapAttribute { pub eaType: u32, pub dwLength: u32, pub pValue: *mut u8, }

Fields§

§eaType: u32§dwLength: u32§pValue: *mut u8