Struct windows_sys::Win32::NetworkManagement::Ndis::DOT11EXT_APIS
[−]#[repr(C)]pub struct DOT11EXT_APIS {Show 22 fields
pub Dot11ExtAllocateBuffer: DOT11EXT_ALLOCATE_BUFFER,
pub Dot11ExtFreeBuffer: DOT11EXT_FREE_BUFFER,
pub Dot11ExtSetProfileCustomUserData: DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA,
pub Dot11ExtGetProfileCustomUserData: DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA,
pub Dot11ExtSetCurrentProfile: DOT11EXT_SET_CURRENT_PROFILE,
pub Dot11ExtSendUIRequest: DOT11EXT_SEND_UI_REQUEST,
pub Dot11ExtPreAssociateCompletion: DOT11EXT_PRE_ASSOCIATE_COMPLETION,
pub Dot11ExtPostAssociateCompletion: DOT11EXT_POST_ASSOCIATE_COMPLETION,
pub Dot11ExtSendNotification: DOT11EXT_SEND_NOTIFICATION,
pub Dot11ExtSendPacket: DOT11EXT_SEND_PACKET,
pub Dot11ExtSetEtherTypeHandling: DOT11EXT_SET_ETHERTYPE_HANDLING,
pub Dot11ExtSetAuthAlgorithm: DOT11EXT_SET_AUTH_ALGORITHM,
pub Dot11ExtSetUnicastCipherAlgorithm: DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM,
pub Dot11ExtSetMulticastCipherAlgorithm: DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM,
pub Dot11ExtSetDefaultKey: DOT11EXT_SET_DEFAULT_KEY,
pub Dot11ExtSetKeyMappingKey: DOT11EXT_SET_KEY_MAPPING_KEY,
pub Dot11ExtSetDefaultKeyId: DOT11EXT_SET_DEFAULT_KEY_ID,
pub Dot11ExtNicSpecificExtension: DOT11EXT_NIC_SPECIFIC_EXTENSION,
pub Dot11ExtSetExcludeUnencrypted: DOT11EXT_SET_EXCLUDE_UNENCRYPTED,
pub Dot11ExtStartOneX: DOT11EXT_ONEX_START,
pub Dot11ExtStopOneX: DOT11EXT_ONEX_STOP,
pub Dot11ExtProcessSecurityPacket: DOT11EXT_PROCESS_ONEX_PACKET,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
, "Win32_NetworkManagement_WiFi"
, "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
Dot11ExtAllocateBuffer: DOT11EXT_ALLOCATE_BUFFER
Dot11ExtFreeBuffer: DOT11EXT_FREE_BUFFER
Dot11ExtSetProfileCustomUserData: DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA
Dot11ExtGetProfileCustomUserData: DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA
Dot11ExtSetCurrentProfile: DOT11EXT_SET_CURRENT_PROFILE
Dot11ExtSendUIRequest: DOT11EXT_SEND_UI_REQUEST
Dot11ExtPreAssociateCompletion: DOT11EXT_PRE_ASSOCIATE_COMPLETION
Dot11ExtPostAssociateCompletion: DOT11EXT_POST_ASSOCIATE_COMPLETION
Dot11ExtSendNotification: DOT11EXT_SEND_NOTIFICATION
Dot11ExtSendPacket: DOT11EXT_SEND_PACKET
Dot11ExtSetEtherTypeHandling: DOT11EXT_SET_ETHERTYPE_HANDLING
Dot11ExtSetAuthAlgorithm: DOT11EXT_SET_AUTH_ALGORITHM
Dot11ExtSetUnicastCipherAlgorithm: DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM
Dot11ExtSetMulticastCipherAlgorithm: DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM
Dot11ExtSetDefaultKey: DOT11EXT_SET_DEFAULT_KEY
Dot11ExtSetKeyMappingKey: DOT11EXT_SET_KEY_MAPPING_KEY
Dot11ExtSetDefaultKeyId: DOT11EXT_SET_DEFAULT_KEY_ID
Dot11ExtNicSpecificExtension: DOT11EXT_NIC_SPECIFIC_EXTENSION
Dot11ExtSetExcludeUnencrypted: DOT11EXT_SET_EXCLUDE_UNENCRYPTED
Dot11ExtStartOneX: DOT11EXT_ONEX_START
Dot11ExtStopOneX: DOT11EXT_ONEX_STOP
Dot11ExtProcessSecurityPacket: DOT11EXT_PROCESS_ONEX_PACKET
Trait Implementations
impl Clone for DOT11EXT_APIS
impl Clone for DOT11EXT_APIS
impl Copy for DOT11EXT_APIS
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_APIS
impl Send for DOT11EXT_APIS
impl Sync for DOT11EXT_APIS
impl Unpin for DOT11EXT_APIS
impl UnwindSafe for DOT11EXT_APIS
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