Struct nl80211_rs::RobustSecurityNetwork[][src]

pub struct RobustSecurityNetwork {
    pub ciphers: Vec<CipherSuite>,
    pub akms: Vec<AuthenticationKeyManagement>,
    // some fields omitted
}

Fields

Methods

impl RobustSecurityNetwork
[src]

Trait Implementations

impl Debug for RobustSecurityNetwork
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations