#[repr(C)]pub struct DOT11_SEND_INVITATION_RESPONSE_PARAMETERS {Show 13 fields
pub Header: NDIS_OBJECT_HEADER,
pub ReceiverDeviceAddress: [u8; 6],
pub DialogToken: u8,
pub RequestContext: *mut c_void,
pub uSendTimeout: u32,
pub Status: u8,
pub MinimumConfigTimeout: DOT11_WFD_CONFIGURATION_TIMEOUT,
pub GroupBSSID: [u8; 6],
pub bUseGroupBSSID: BOOLEAN,
pub OperatingChannel: DOT11_WFD_CHANNEL,
pub bUseSpecifiedOperatingChannel: BOOLEAN,
pub uIEsOffset: u32,
pub uIEsLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
ReceiverDeviceAddress: [u8; 6]
DialogToken: u8
RequestContext: *mut c_void
uSendTimeout: u32
Status: u8
MinimumConfigTimeout: DOT11_WFD_CONFIGURATION_TIMEOUT
GroupBSSID: [u8; 6]
bUseGroupBSSID: BOOLEAN
OperatingChannel: DOT11_WFD_CHANNEL
bUseSpecifiedOperatingChannel: BOOLEAN
uIEsOffset: u32
uIEsLength: u32
Trait Implementations
impl Copy for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
impl !Send for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
impl !Sync for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
impl Unpin for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
impl UnwindSafe for DOT11_SEND_INVITATION_RESPONSE_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more