pub struct WpaControlReq { /* private fields */ }
Expand description

Request type

Max message size 127 bytes

Implementations

Creates raw request, 127 bytes maximum

Panics on overflow.

Creates PING request

Creates STATUS request

Creates SCAN request

Creates SCAN_RESULTS request

Creates DISCONNECT request

Creates REASSOCIATE request

Creates LIST_NETWORKS request

Creates ENABLE_NETWORK request

Creates GET_NETWORK request

Creates SELECT_NETWORK request

Creates SELECT_NETWORK request

Creates ENABLE_NETWORK request

Creates DISABLE_NETWORK request

Creates DISABLE_NETWORK request

Creates SAVE_CONFIG request

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.