#[repr(C)]pub struct WLAN_AVAILABLE_NETWORK_V2 {Show 18 fields
pub strProfileName: [u16; 256],
pub dot11Ssid: DOT11_SSID,
pub dot11BssType: DOT11_BSS_TYPE,
pub uNumberOfBssids: u32,
pub bNetworkConnectable: BOOL,
pub wlanNotConnectableReason: u32,
pub uNumberOfPhyTypes: u32,
pub dot11PhyTypes: [DOT11_PHY_TYPE; 8],
pub bMorePhyTypes: BOOL,
pub wlanSignalQuality: u32,
pub bSecurityEnabled: BOOL,
pub dot11DefaultAuthAlgorithm: DOT11_AUTH_ALGORITHM,
pub dot11DefaultCipherAlgorithm: DOT11_CIPHER_ALGORITHM,
pub dwFlags: u32,
pub AccessNetworkOptions: DOT11_ACCESSNETWORKOPTIONS,
pub dot11HESSID: [u8; 6],
pub VenueInfo: DOT11_VENUEINFO,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
strProfileName: [u16; 256]
dot11Ssid: DOT11_SSID
dot11BssType: DOT11_BSS_TYPE
uNumberOfBssids: u32
bNetworkConnectable: BOOL
wlanNotConnectableReason: u32
uNumberOfPhyTypes: u32
dot11PhyTypes: [DOT11_PHY_TYPE; 8]
bMorePhyTypes: BOOL
wlanSignalQuality: u32
bSecurityEnabled: BOOL
dot11DefaultAuthAlgorithm: DOT11_AUTH_ALGORITHM
dot11DefaultCipherAlgorithm: DOT11_CIPHER_ALGORITHM
dwFlags: u32
AccessNetworkOptions: DOT11_ACCESSNETWORKOPTIONS
dot11HESSID: [u8; 6]
VenueInfo: DOT11_VENUEINFO
dwReserved: u32
Trait Implementations
impl Clone for WLAN_AVAILABLE_NETWORK_V2
impl Clone for WLAN_AVAILABLE_NETWORK_V2
impl Copy for WLAN_AVAILABLE_NETWORK_V2
Auto Trait Implementations
impl RefUnwindSafe for WLAN_AVAILABLE_NETWORK_V2
impl Send for WLAN_AVAILABLE_NETWORK_V2
impl Sync for WLAN_AVAILABLE_NETWORK_V2
impl Unpin for WLAN_AVAILABLE_NETWORK_V2
impl UnwindSafe for WLAN_AVAILABLE_NETWORK_V2
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