[][src]Struct winapi::shared::windot11::DOT11_RECV_EXTENSION_INFO_V2

#[repr(C)]pub struct DOT11_RECV_EXTENSION_INFO_V2 {
    pub uVersion: ULONG,
    pub pvReserved: PVOID,
    pub dot11PhyType: DOT11_PHY_TYPE,
    pub uChCenterFrequency: ULONG,
    pub lRSSI: LONG,
    pub uRSSI: ULONG,
    pub ucPriority: UCHAR,
    pub ucDataRate: UCHAR,
    pub ucPeerMacAddress: [UCHAR; 6],
    pub dwExtendedStatus: ULONG,
    pub hWEPOffloadContext: HANDLE,
    pub hAuthOffloadContext: HANDLE,
    pub usWEPAppliedMask: USHORT,
    pub usWPAMSDUPriority: USHORT,
    pub dot11LowestIV48Counter: DOT11_IV48_COUNTER,
    pub usDot11LeftRWBitMap: USHORT,
    pub dot11HighestIV48Counter: DOT11_IV48_COUNTER,
    pub usDot11RightRWBitMap: USHORT,
    pub usNumberOfMPDUsReceived: USHORT,
    pub usNumberOfFragments: USHORT,
    pub pNdisPackets: [PVOID; 1],
}

Fields

uVersion: ULONGpvReserved: PVOIDdot11PhyType: DOT11_PHY_TYPEuChCenterFrequency: ULONGlRSSI: LONGuRSSI: ULONGucPriority: UCHARucDataRate: UCHARucPeerMacAddress: [UCHAR; 6]dwExtendedStatus: ULONGhWEPOffloadContext: HANDLEhAuthOffloadContext: HANDLEusWEPAppliedMask: USHORTusWPAMSDUPriority: USHORTdot11LowestIV48Counter: DOT11_IV48_COUNTERusDot11LeftRWBitMap: USHORTdot11HighestIV48Counter: DOT11_IV48_COUNTERusDot11RightRWBitMap: USHORTusNumberOfMPDUsReceived: USHORTusNumberOfFragments: USHORTpNdisPackets: [PVOID; 1]

Trait Implementations

impl Clone for DOT11_RECV_EXTENSION_INFO_V2[src]

impl Copy for DOT11_RECV_EXTENSION_INFO_V2[src]

impl Default for DOT11_RECV_EXTENSION_INFO_V2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.