#[repr(C)]pub struct DOT11_ASSOCIATION_COMPLETION_PARAMETERS {Show 26 fields
pub Header: NDIS_OBJECT_HEADER,
pub MacAddr: DOT11_MAC_ADDRESS,
pub uStatus: DOT11_ASSOC_STATUS,
pub bReAssocReq: BOOLEAN,
pub bReAssocResp: BOOLEAN,
pub uAssocReqOffset: ULONG,
pub uAssocReqSize: ULONG,
pub uAssocRespOffset: ULONG,
pub uAssocRespSize: ULONG,
pub uBeaconOffset: ULONG,
pub uBeaconSize: ULONG,
pub uIHVDataOffset: ULONG,
pub uIHVDataSize: ULONG,
pub AuthAlgo: DOT11_AUTH_ALGORITHM,
pub UnicastCipher: DOT11_CIPHER_ALGORITHM,
pub MulticastCipher: DOT11_CIPHER_ALGORITHM,
pub uActivePhyListOffset: ULONG,
pub uActivePhyListSize: ULONG,
pub bFourAddressSupported: BOOLEAN,
pub bPortAuthorized: BOOLEAN,
pub ucActiveQoSProtocol: UCHAR,
pub DSInfo: DOT11_DS_INFO,
pub uEncapTableOffset: ULONG,
pub uEncapTableSize: ULONG,
pub MulticastMgmtCipher: DOT11_CIPHER_ALGORITHM,
pub uAssocComebackTime: ULONG,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§MacAddr: DOT11_MAC_ADDRESS
§uStatus: DOT11_ASSOC_STATUS
§bReAssocReq: BOOLEAN
§bReAssocResp: BOOLEAN
§uAssocReqOffset: ULONG
§uAssocReqSize: ULONG
§uAssocRespOffset: ULONG
§uAssocRespSize: ULONG
§uBeaconOffset: ULONG
§uBeaconSize: ULONG
§uIHVDataOffset: ULONG
§uIHVDataSize: ULONG
§AuthAlgo: DOT11_AUTH_ALGORITHM
§UnicastCipher: DOT11_CIPHER_ALGORITHM
§MulticastCipher: DOT11_CIPHER_ALGORITHM
§uActivePhyListOffset: ULONG
§uActivePhyListSize: ULONG
§bFourAddressSupported: BOOLEAN
§bPortAuthorized: BOOLEAN
§ucActiveQoSProtocol: UCHAR
§DSInfo: DOT11_DS_INFO
§uEncapTableOffset: ULONG
§uEncapTableSize: ULONG
§MulticastMgmtCipher: DOT11_CIPHER_ALGORITHM
§uAssocComebackTime: ULONG
Trait Implementations§
Source§impl Clone for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl Clone for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
Source§fn clone(&self) -> DOT11_ASSOCIATION_COMPLETION_PARAMETERS
fn clone(&self) -> DOT11_ASSOCIATION_COMPLETION_PARAMETERS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl Default for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
Source§fn default() -> DOT11_ASSOCIATION_COMPLETION_PARAMETERS
fn default() -> DOT11_ASSOCIATION_COMPLETION_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
Auto Trait Implementations§
impl Freeze for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl RefUnwindSafe for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl Send for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl Sync for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl Unpin for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
impl UnwindSafe for DOT11_ASSOCIATION_COMPLETION_PARAMETERS
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