Automatic Configuration Constants (Windows Embedded CE 6.0)
1/6/2010
The following table shows the Automatic Configuration Constants with a description of the purpose of each.
Flags | Description |
---|---|
INTF_ALL (0xffffffff) |
Select all fields. |
INTF_ALL_FLAGS (0x0000ffff) |
Select the dwCtlFlags member of the INTF_ENTRY structure. |
INTF_CM_MASK (0x00000007) |
Bitmask for the configuration mode. Select the INTFCTL_CM_MASK bit from within the dwCtlFlags member. |
INTF_ENABLED (0x00008000) |
Select the INTFCTL_ENABLED bit from within the dwCtlFlags member. |
INTF_FALLBACK (0x00004000) |
Select the INTFCTL_FALLBACK bit from within the dwCtlFlags member. |
INTF_OIDSSUPP (0x00002000) |
Select the INTFCTL_OIDSSUP bit from within the dwCtlFlags member. |
INTF_VOLATILE (0x00001000) |
Select the INTFCTL_VOLATILE bit from within the dwCtlFlags member. |
INTF_POLICY (0x00000800) |
Select the INTFCTL_POLICY bit from within the dwCtlFlags field. |
INTF_DESCR (0x00010000) |
Select the wszDescr member of INTF_ENTRY. |
INTF_NDISMEDIA (0x00020000) |
Select ulMediaState and ulMediaType members of INTF_ENTRY. |
INTF_PREFLIST (0x00040000) |
Select the rdStSSIDList member of INTF_ENTRY. |
INTF_CAPABILITIES (0x00080000) |
Select the dwCapabilities member of INTF_ENTRY. |
INTF_ALL_OIDS (0xfff00000) |
Select all the OID fields. |
INTF_INFRAMODE (0x00200000) |
Select the nInfraMode member of INTF_ENTRY. |
INTF_AUTHMODE (0x00400000) |
Select the nAuthMode member of INTF_ENTRY. |
INTF_WEPSTATUS (0x0080000) |
Select the nWepStatus member of INTF_ENTRY. |
INTF_SSID (0x01000000) |
Select the rdSSID member of INTF_ENTRY. |
INTF_BSSID (0x02000000) |
Select the rdBSSID member of INTF_ENTRY. |
INTF_BSSIDLIST (0x04000000) |
Select the rdBSSIDList member of INTF_ENTRY. |
INTF_LIST_SCAN (0x08000000) |
Rescan for new networks. |
INTF_ADDWEPKEY (0x10000000) |
Sets the encryption key specified in the rdCtrlData member of INTF_ENTRY. |
INTF_REMWEPKEY (0x20000000) |
Deletes the encryption key. |
INTF_LDDEFWKEY (0x40000000) |
Requests the NIC to reload the default encryption key that is available. |
WZC_CONTEXT_CTL_LOG (0x00000001) |
Select WZC_CTXT_LOGGING_ON bit from the dwFlags member of the WZC_CONTEXT structure. |
WZC_CONTEXT_CTL_TIMER_TR (0x00000002) |
Select tmTr member of WZC_CONTEXT. |
WZC_CONTEXT_CTL_TIMER_TC (0x00000004) |
Select tmTc member of WZC_CONTEXT. |
WZC_CONTEXT_CTL_TIMER_TP (0x00000008) |
Select tmTp member of WZC_CONTEXT. |
WZC_CONTEXT_CTL_TIMER_TF (0x00000010) |
Select tmTf member of WZC_CONTEXT. |
WZC_CONTEXT_CTL_TIMER_TD (0x00000020) |
Select tmTd member of WZC_CONTEXT. |
See Also
Reference
Automatic Configuration Reference
Automatic Configuration Functions