Share via


DOT11EXT_APIS (Compact 2013)

3/26/2014

This structure specifies a list of pointers to the IHV Extensibility functions that are supported by the operating system.

Syntax

typedef struct _DOT11EXT_APIS {
  DOT11EXT_ALLOCATE_BUFFER  Dot11ExtAllocateBuffer;
  DOT11EXT_FREE_BUFFER  Dot11ExtFreeBuffer;
  DOT11EXT_SET_PROFILE_CUSTOM_USER_DATA  Dot11ExtSetProfileCustomUserData;
  DOT11EXT_GET_PROFILE_CUSTOM_USER_DATA  Dot11ExtGetProfileCustomUserData;
  DOT11EXT_SET_CURRENT_PROFILE  Dot11ExtSetCurrentProfile;
  DOT11EXT_SEND_UI_REQUEST  Dot11ExtSendUIRequest;
  DOT11EXT_PRE_ASSOCIATE_COMPLETION  Dot11ExtPreAssociateCompletion;
  DOT11EXT_POST_ASSOCIATE_COMPLETION  Dot11ExtPostAssociateCompletion;
  DOT11EXT_SEND_NOTIFICATION  Dot11ExtSendNotification;
  DOT11EXT_SEND_PACKET  Dot11ExtSendPacket;
  DOT11EXT_SET_ETHERTYPE_HANDLING  Dot11ExtSetEtherTypeHandling;
  DOT11EXT_SET_AUTH_ALGORITHM  Dot11ExtSetAuthAlgorithm;
  DOT11EXT_SET_UNICAST_CIPHER_ALGORITHM  Dot11ExtSetUnicastCipherAlgorithm;
  DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM  Dot11ExtSetMulticastCipherAlgorithm;
  DOT11EXT_SET_DEFAULT_KEY  Dot11ExtSetDefaultKey;
  DOT11EXT_SET_KEY_MAPPING_KEY  Dot11ExtSetKeyMappingKey;
  DOT11EXT_SET_DEFAULT_KEY_ID  Dot11ExtSetDefaultKeyId;
  DOT11EXT_NIC_SPECIFIC_EXTENSION  Dot11ExtNicSpecificExtension;
  DOT11EXT_SET_EXCLUDE_UNENCRYPTED  Dot11ExtSetExcludeUnencrypted; 
  DOT11EXT_ONEX_START  Dot11ExtOneXStart;
  DOT11EXT_ONEX_STOP  Dot11ExtOneXStop;
  DOT11EXT_PROCESS_ONEX_PACKET  Dot11ExtProcessOneXPacket;
} DOT11EXT_APIS, *PDOT11EXT_APIS;

Members

  • Dot11ExtSendUIRequest
    Not supported for Windows Embedded Compact .

Remarks

The IHV Extensibility functions are not statically or dynamically linked to the IHV Extensions DLL. Instead, when the operating system calls the Dot11ExtIhvInitService IHV handler function, it passes the list of pointers to the IHV Extensibility functions through the pDot11ExtAPI parameter.

All function pointers are required and will not be set to NULL.

Requirements

Header

wlanihv.h

See Also

Reference

Native 802.11 Data Types
Dot11ExtIhvInitService
Native 802.11 Wireless LAN Reference