Type Alias wlan_rsn::auth::psk::Psk

source ·
pub type Psk = Box<[u8]>;
Expand description

Keys derived from a passphrase provide comparably low levels of security. Passphrases should have a minimum length of 20 characters since shorter passphrases are unlikely to prevent attacks.

Aliased Type§

struct Psk(/* private fields */);