1.2.5.2.59 TCPIP_MAC_TYPE Enumeration

C

typedef enum {
TCPIP_MAC_TYPE_NONE = 0,
TCPIP_MAC_TYPE_ETH,
TCPIP_MAC_TYPE_WLAN,
TCPIP_MAC_TYPES
} TCPIP_MAC_TYPE;

Description

MAC Types.

List of specific MAC types that indicate to the user of the MAC (TCP/IP stack) the actual type of the MAC driver.

Members

MembersDescription
TCPIP_MAC_TYPE_NONE = 0Invalid/unknown MAC type.
TCPIP_MAC_TYPE_ETHWired ethernet MAC type.
TCPIP_MAC_TYPE_WLANWireless, Wi-Fi type MAC.
TCPIP_MAC_TYPESSupported types.

Remarks

Other types will be eventually added.