#[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_SSIDdot11BssType: DOT11_BSS_TYPEuNumberOfBssids: u32bNetworkConnectable: BOOLwlanNotConnectableReason: u32uNumberOfPhyTypes: u32dot11PhyTypes: [DOT11_PHY_TYPE; 8]bMorePhyTypes: BOOLwlanSignalQuality: u32bSecurityEnabled: BOOLdot11DefaultAuthAlgorithm: DOT11_AUTH_ALGORITHMdot11DefaultCipherAlgorithm: DOT11_CIPHER_ALGORITHMdwFlags: u32AccessNetworkOptions: DOT11_ACCESSNETWORKOPTIONSdot11HESSID: [u8; 6]VenueInfo: DOT11_VENUEINFOdwReserved: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.