Enum nl80211_rs::CipherSuite[][src]

pub enum CipherSuite {
    UseGroupCipherSuite,
    WiredEquivalentPrivacy40,
    TemporalKeyIntegrityProtocol,
    CounterModeCbcMacProtocol,
    WiredEquivalentPrivacy104,
    BroadcastIntegrityProtocol,
    GroupAddressedTrafficNotAllowed,
    Reserved(u8),
    Vendor(u32),
}

Variants

Trait Implementations

impl Debug for CipherSuite
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CipherSuite
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<u32> for CipherSuite
[src]

Performs the conversion.

impl From<CipherSuite> for u32
[src]

Performs the conversion.

impl Display for CipherSuite
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CipherSuite

impl Sync for CipherSuite