#[repr(C)]pub struct EAP_ATTRIBUTE {
pub eaType: EAP_ATTRIBUTE_TYPE,
pub dwLength: u32,
pub pValue: *mut u8,
}Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’
Fields
eaType: EAP_ATTRIBUTE_TYPEdwLength: u32pValue: *mut u8