#[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_BUFFERDot11ExtFreeBuffer: DOT11EXT_FREE_BUFFERDot11ExtSetProfileCustomUserData: DOT11EXT_SET_PROFILE_CUSTOM_USER_DATADot11ExtGetProfileCustomUserData: DOT11EXT_GET_PROFILE_CUSTOM_USER_DATADot11ExtSetCurrentProfile: DOT11EXT_SET_CURRENT_PROFILEDot11ExtSendUIRequest: DOT11EXT_SEND_UI_REQUESTDot11ExtPreAssociateCompletion: DOT11EXT_PRE_ASSOCIATE_COMPLETIONDot11ExtPostAssociateCompletion: DOT11EXT_POST_ASSOCIATE_COMPLETIONDot11ExtSendNotification: DOT11EXT_SEND_NOTIFICATIONDot11ExtSendPacket: DOT11EXT_SEND_PACKETDot11ExtSetEtherTypeHandling: DOT11EXT_SET_ETHERTYPE_HANDLINGDot11ExtSetAuthAlgorithm: DOT11EXT_SET_AUTH_ALGORITHMDot11ExtSetUnicastCipherAlgorithm: DOT11EXT_SET_UNICAST_CIPHER_ALGORITHMDot11ExtSetMulticastCipherAlgorithm: DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHMDot11ExtSetDefaultKey: DOT11EXT_SET_DEFAULT_KEYDot11ExtSetKeyMappingKey: DOT11EXT_SET_KEY_MAPPING_KEYDot11ExtSetDefaultKeyId: DOT11EXT_SET_DEFAULT_KEY_IDDot11ExtNicSpecificExtension: DOT11EXT_NIC_SPECIFIC_EXTENSIONDot11ExtSetExcludeUnencrypted: DOT11EXT_SET_EXCLUDE_UNENCRYPTEDDot11ExtStartOneX: DOT11EXT_ONEX_STARTDot11ExtStopOneX: DOT11EXT_ONEX_STOPDot11ExtProcessSecurityPacket: DOT11EXT_PROCESS_ONEX_PACKET

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.