#[repr(C)]pub struct DOT11_RECV_EXTENSION_INFO_V2 {Show 21 fields
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: ULONG
§pvReserved: PVOID
§dot11PhyType: DOT11_PHY_TYPE
§uChCenterFrequency: ULONG
§lRSSI: LONG
§uRSSI: ULONG
§ucPriority: UCHAR
§ucDataRate: UCHAR
§ucPeerMacAddress: [UCHAR; 6]
§dwExtendedStatus: ULONG
§hWEPOffloadContext: HANDLE
§hAuthOffloadContext: HANDLE
§usWEPAppliedMask: USHORT
§usWPAMSDUPriority: USHORT
§dot11LowestIV48Counter: DOT11_IV48_COUNTER
§usDot11LeftRWBitMap: USHORT
§dot11HighestIV48Counter: DOT11_IV48_COUNTER
§usDot11RightRWBitMap: USHORT
§usNumberOfMPDUsReceived: USHORT
§usNumberOfFragments: USHORT
§pNdisPackets: [PVOID; 1]
Trait Implementations§
Source§impl Clone for DOT11_RECV_EXTENSION_INFO_V2
impl Clone for DOT11_RECV_EXTENSION_INFO_V2
Source§fn clone(&self) -> DOT11_RECV_EXTENSION_INFO_V2
fn clone(&self) -> DOT11_RECV_EXTENSION_INFO_V2
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_RECV_EXTENSION_INFO_V2
impl Default for DOT11_RECV_EXTENSION_INFO_V2
Source§fn default() -> DOT11_RECV_EXTENSION_INFO_V2
fn default() -> DOT11_RECV_EXTENSION_INFO_V2
Returns the “default value” for a type. Read more
impl Copy for DOT11_RECV_EXTENSION_INFO_V2
Auto Trait Implementations§
impl Freeze for DOT11_RECV_EXTENSION_INFO_V2
impl RefUnwindSafe for DOT11_RECV_EXTENSION_INFO_V2
impl !Send for DOT11_RECV_EXTENSION_INFO_V2
impl !Sync for DOT11_RECV_EXTENSION_INFO_V2
impl Unpin for DOT11_RECV_EXTENSION_INFO_V2
impl UnwindSafe for DOT11_RECV_EXTENSION_INFO_V2
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