pub enum StaState {
Disconnected,
Scanning,
Authenticating,
Associating,
Associated,
Connected,
}Expand description
Station (STA) connection state
Variants§
Disconnected
Not connected to any BSS
Scanning
Actively scanning for BSSes
Authenticating
Performing 802.11 authentication
Associating
Sending association request
Associated
Associated but not yet authenticated (WPA)
Connected
Fully connected (802.11 + WPA handshake complete)
Trait Implementations§
impl Copy for StaState
impl Eq for StaState
impl StructuralPartialEq for StaState
Auto Trait Implementations§
impl Freeze for StaState
impl RefUnwindSafe for StaState
impl Send for StaState
impl Sync for StaState
impl Unpin for StaState
impl UnwindSafe for StaState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)