Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_PORT_STATE
#[repr(C)]pub struct DOT11_PORT_STATE {
pub PeerMacAddress: [u8; 6],
pub uSessionId: u32,
pub bPortControlled: BOOL,
pub bPortAuthorized: BOOL,
}Expand description
Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"
Fields§
§PeerMacAddress: [u8; 6]§uSessionId: u32§bPortControlled: BOOL§bPortAuthorized: BOOL