Connmc (Windows CE 5.0)
Connmc implements the Network and Dial-up Connections application. This sample application is used to configure dial up, VPN, LAN, and other network connection types. It implements the LAN adapter configuration property sheets. For adapters that support the 802.11 specific object identifiers (OIDs), a wireless tab appears to configure 802.11 parameters and 802.1x authentication.
Connmc interacts with the automatic configuration subsystem, and uses the WZCSAPI interface to retrieve and set 802.11 parameters, such as the preferred Service Set Identifier (SSID) list.
A wrapper is loaded into the user process to communicate with the WZC driver. The WZCSAPI interface is exposed in the header file wzcsapi.h.
For more information, see Automatic Configuration Subsystem and Windows CE Wireless Zero Configuration Service.
The following tables show the Connmc functions that are exported by NetUI. A sample of the functions and their return values are contained in the %_WINCEROOT%\Public\Common\Oak\Drivers\Netsamp\Connmc directory.
The following table shows the functions that are contained in Network.cpp.
Function | Description | Parameters |
---|---|---|
AdapterIPProperties | Implements the IP Properties dialog box that is displayed in the network connections UI that allows users to configure IP addressing, and DNS/WINS information. |
|
The following table shows the functions that are contained in Rasconninfo.cpp.
Function | Description | Parameters |
---|---|---|
RasEapInvokeConfigUI | The entrypoint for the configuration UI that is used by default EAP providers. |
|
RasEapFreeMemory | The entrypoint to the free memory that is allocated by RasEapInvokeConfigUI. |
|
For more informaton about Connmc, see Public Common OAK Drivers Directory.
See Also
How to Replace the Network UI for a Target Device | Functions Exported by the Network UI | Ethman | Rnaapp | Pegterm | Public Common OAK Drivers Directory | Customizing the Network UI | Enabling a Default AutoDial Connectoid
Last updated on Thursday, February 02, 2006
Send Feedback on this topic to the authors