Ssid

Type Alias Ssid 

Source
pub type Ssid = Credential<{ len::SSID }>;

Aliased Type§

pub struct Ssid {
    pub len: NonZero<u8>,
    pub buf: [u8; 32],
}

Fields§

§len: NonZero<u8>§buf: [u8; 32]