| 538 | |
| 539 | #[derive(Hash, Eq, PartialEq, Debug, Clone)] |
| 540 | pub struct HandshakeSessionKey { |
| 541 | pub ap_mac: MacAddress, |
| 542 | pub client_mac: MacAddress, |
| 543 | } |
| 544 | |
| 545 | impl HandshakeSessionKey { |
| 546 | fn new(ap_mac: MacAddress, client_mac: MacAddress) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected