MCPcopy Create free account
hub / github.com/Ragnt/AngryTrainer / HandshakeSessionKey

Class HandshakeSessionKey

src/auth.rs:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539#[derive(Hash, Eq, PartialEq, Debug, Clone)]
540pub struct HandshakeSessionKey {
541 pub ap_mac: MacAddress,
542 pub client_mac: MacAddress,
543}
544
545impl HandshakeSessionKey {
546 fn new(ap_mac: MacAddress, client_mac: MacAddress) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected