pub enum PweMethod {
Loop = 0,
Direct = 1,
}
Expand description
IEEE Std 802.11-2020 9.4.2.241 Method used to generate the PWE from a password.
Variants§
Loop = 0
IEEE Std 802.11-2020, 12.4.4.2.2/12.4.4.3.2 Generate the PWE using the looping hunt-and-peck method.
Direct = 1
IEEE Std 802.11-2020, 12.4.4.2.3/12.4.4.3.3 Generate the PWE using the direct hashing method, hash-to-curve or hash-to-element.
Trait Implementations§
impl StructuralPartialEq for PweMethod
Auto Trait Implementations§
impl Freeze for PweMethod
impl RefUnwindSafe for PweMethod
impl Send for PweMethod
impl Sync for PweMethod
impl Unpin for PweMethod
impl UnwindSafe for PweMethod
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)