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