#[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_TYPE§dwLength: u32§pValue: *mut u8