Struct windows_sys::Win32::NetworkManagement::WiFi::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,
}
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
§fn clone(&self) -> DOT11EXT_APIS
fn clone(&self) -> DOT11EXT_APIS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DOT11EXT_APIS
Auto Trait Implementations§
impl Freeze for DOT11EXT_APIS
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)