Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_WFD_ATTRIBUTES
[−]#[repr(C)]pub struct DOT11_WFD_ATTRIBUTES {Show 15 fields
pub Header: NDIS_OBJECT_HEADER,
pub uNumConcurrentGORole: u32,
pub uNumConcurrentClientRole: u32,
pub WPSVersionsSupported: u32,
pub bServiceDiscoverySupported: BOOLEAN,
pub bClientDiscoverabilitySupported: BOOLEAN,
pub bInfrastructureManagementSupported: BOOLEAN,
pub uMaxSecondaryDeviceTypeListSize: u32,
pub DeviceAddress: [u8; 6],
pub uInterfaceAddressListCount: u32,
pub pInterfaceAddressList: *mut u8,
pub uNumSupportedCountryOrRegionStrings: u32,
pub pSupportedCountryOrRegionStrings: *mut u8,
pub uDiscoveryFilterListSize: u32,
pub uGORoleClientTableSize: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uNumConcurrentGORole: u32
uNumConcurrentClientRole: u32
WPSVersionsSupported: u32
bServiceDiscoverySupported: BOOLEAN
bClientDiscoverabilitySupported: BOOLEAN
bInfrastructureManagementSupported: BOOLEAN
uMaxSecondaryDeviceTypeListSize: u32
DeviceAddress: [u8; 6]
uInterfaceAddressListCount: u32
pInterfaceAddressList: *mut u8
uNumSupportedCountryOrRegionStrings: u32
pSupportedCountryOrRegionStrings: *mut u8
uDiscoveryFilterListSize: u32
uGORoleClientTableSize: u32
Trait Implementations
impl Clone for DOT11_WFD_ATTRIBUTES
impl Clone for DOT11_WFD_ATTRIBUTES
impl Copy for DOT11_WFD_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DOT11_WFD_ATTRIBUTES
impl !Send for DOT11_WFD_ATTRIBUTES
impl !Sync for DOT11_WFD_ATTRIBUTES
impl Unpin for DOT11_WFD_ATTRIBUTES
impl UnwindSafe for DOT11_WFD_ATTRIBUTES
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