pub type Compatibility = Compatibility;Aliased Type§
#[repr(u32)]pub enum Compatibility {
Supported = 1,
DisallowedInsecure = 2,
DisallowedNotSupported = 3,
}Variants§
Supported = 1
Denotes that the network is supported and connections can be attempted (given appropriate credentials when required).
DisallowedInsecure = 2
The network uses a deprecated security protocol and is explicitly not supported.
DisallowedNotSupported = 3
The network uses a currently unsupported security protocol.