IDot11ExtUIProperty interface
Important The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
The IDot11ExtUIProperty COM Interface allows the Native 802.11 IHV UI Extensions DLL to extend the Connection and Security tabs displayed by the Native 802.11 Network Configuration UI. For more information about the Native 802.11 Network Configuration UI component, see Native 802.11 Software Architecture.
Members
The IDot11ExtUIProperty interface inherits from the IUnknown interface. IDot11ExtUIProperty also has these types of members:
- Methods
Methods
The IDot11ExtUIProperty interface has these methods.
Method | Description |
---|---|
IDot11ExtUIProperty::DisplayDot11ExtUIProperty | Configures the proprietary settings that are displayed within a connectivity or security property extension. |
IDot11ExtUIProperty::Dot11ExtUIPropertyGetDisplayInfo | Specifies additional display elements that are used to extend the Security tab of the Network Configuration UI. |
IDot11ExtUIProperty::Dot11ExtUIPropertyGetSelected | Specifies whether a property extension was selected by the end user through the Native 802.11 Network Configuration UI. |
IDot11ExtUIProperty::Dot11ExtUIPropertyHasConfigurationUI | Specifies whether the property extension has a configuration UI that can be displayed. |
IDot11ExtUIProperty::Dot11ExtUIPropertyIsStandardSecurity | Specifies whether a security property extension extends the standard 802.1X security methods that are supported by the Native 802.11 802.1X module. |
IDot11ExtUIProperty::Dot11ExtUIPropertySetDisplayInfo | Indicates that the end user has selected a display element that the Native 802.11 IHV UI Extensions DLL added to the Security tab of the Network Configuration UI. |
IDot11ExtUIProperty::Dot11ExtUIPropertySetSelected | Indicates that the end user changed settings within the connectivity or security properties extension supported by the Native 802.11 IHV UI Extensions DLL. |
IDot11ExtUIProperty::GetDot11ExtUIPropertyFriendlyName | Retrieves a friendly name for the property extension. |
Remarks
The Native 802.11 IHV UI Extensions DLL can provide one or more implementations of the IDot11ExtUIProperty COM Interface, with each implementation representing an IHV-defined extension to a Native 802.11 property page. The Native 802.11 IHV UI Extensions DLL can implement one or more security property extensions.
The Native 802.11 IHV UI Extensions DLL returns a list of the property extensions through the IDot11ExtUI::GetDot11ExtUIProperties method. For Windows Vista, the Native 802.11 IHV UI Extensions DLL can implement no more than one connectivity property extension.
The IDot11ExtUIProperty COM Interface is optional and is only required if the Native 802.11 IHV UI Extensions DLL supports extensions to the standard 802.11 Connection and Security tabs.
Requirements
Minimum support |
Available in Windows Vista and later versions of the Windows operating systems. |
IDL |
Wlanihvui.idl |