OID_WW_CDPD_NEI
The OID_WW_CDPD_NEI OID requests the miniport driver to return the current list of NEI addresses or to set a maximum of ten IP or CLNP addresses used for station, multicast, or broadcast operation.
In either case, this request uses a WW_CDPD_NEI structure, defined as follows:
typedef struct _WW_CDPD_NEI {
UINT uNeiIndex;
WW_CDPD_NEI_FORMAT NeiFormat;
WW_CDPD_NEI_TYPE NeiType;
UINT NeiGmid;
NDIS_VAR_DATA_DESC NeiAddress;
} WW_CDPD_NEI;
The members of this structure contain the following information:
uNeiIndex
Specifies the index of this NEI, as a value from zero to nine.NeiFormat
Specifies the format of this NEI as one of the following:CDPDNeiIPv4
CDPDNeiCLNP
CDPDNeiIPv6
NeiType
Specifies the address type of this NEI as one of the following:CDPDNeiIndividual
CDPDNeiMulticast
CDPDNeiBroadcast
NeiGmid
Specifies the group member identifier if NeiType is NeiAddress. Otherwise, this member is meaningless.NeiAddress
Specifies the NEI address in conformance with the preceding members.
The NeiAddress member is of type NDIS_VAR_DATA_DESC, which was defined previously. The buffer contains a network-ordered sequence of binary byte values.
Indications are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.