pub enum Method {
FourWayHandshake(Fourway),
GroupKeyHandshake(GroupKey),
}
Variants§
Implementations§
Source§impl Method
impl Method
pub fn on_eapol_key_frame<B: SplitByteSlice>( &mut self, update_sink: &mut UpdateSink, frame: Dot11VerifiedKeyFrame<B>, ) -> Result<(), Error>
pub fn on_rsna_response_timeout(&self) -> Result<(), Error>
pub fn destroy(self) -> Config
Trait Implementations§
impl StructuralPartialEq for Method
Auto Trait Implementations§
impl !Freeze for Method
impl !RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl !UnwindSafe for Method
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more