pub fn new_sae_handshake(
group_id: u16,
akm: Akm,
pwe_method: PweMethod,
ssid: Ssid,
password: Vec<u8>,
password_id: Option<Vec<u8>>,
mac: MacAddr,
peer_mac: MacAddr,
) -> Result<Box<dyn SaeHandshake>, Error>
Expand description
Creates a new SAE handshake for the given group ID and authentication parameters.