32 APP_WORD w8023OperationMauType;
33 APP_BYTE by8023TxEnabled;
34 APP_BOOL b8023AutoNegSupported;
35 APP_BOOL b8023AutoNegEnabled;
36 APP_WORD w8023AutoNegAdvertisedCap;
43 APP_WORD w8023RemOperationMauType;
44 APP_BOOL b8023RemAutoNegSupported;
45 APP_BOOL b8023RemAutoNegEnabled;
46 APP_BYTE s8023RemAutoNegAdvertisedCap[2];
53 #define LLDP_8023_MACPHYCONFSTATUS_MASK 1
54 #define LLDP_8023_POWERVIAMDI_MASK 2
55 #define LLDP_8023_LINKAGGREGATION_MASK 4
56 #define LLDP_8023_MACFRAMESIZE_MASK 8
59 #define LLDP_8023_AutoNeg_Supported_Bit 1
60 #define LLDP_8023_AutoNeg_Enabled_Bit 2
63 #define WSE_LLDP_8023_MAUTYPE 0x0010
64 #define WSE_LLDP_8023_ADVERTISED_100TXFD 0x6C00
67 APP_WORD Initialise8023LocalMIB(APP_LPWORD lpwStatus);