Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 3.65 KB

ns-ndiswwan-_ndis_wwan_lte_attach_contexts.md

File metadata and controls

95 lines (71 loc) · 3.65 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NS:ndiswwan._NDIS_WWAN_LTE_ATTACH_CONTEXTS
_NDIS_WWAN_LTE_ATTACH_CONTEXTS (ndiswwan.h)
The NDIS_WWAN_LTE_ATTACH_CONTEXTS structure describes default LTE attach contexts for the inserted SIM's provider (MCC/MNC pair).
netvista
08/22/2018
NDIS_WWAN_LTE_ATTACH_CONTEXTS structure
_NDIS_WWAN_LTE_ATTACH_CONTEXTS, NDIS_WWAN_LTE_ATTACH_CONTEXTS, *PNDIS_WWAN_LTE_ATTACH_CONTEXTS,
ndiswwan.h
Windows 10, version 1703
NDIS_WWAN_LTE_ATTACH_CONTEXTS, *PNDIS_WWAN_LTE_ATTACH_CONTEXTS
Windows
RS5
_NDIS_WWAN_LTE_ATTACH_CONTEXTS
ndiswwan/_NDIS_WWAN_LTE_ATTACH_CONTEXTS
PNDIS_WWAN_LTE_ATTACH_CONTEXTS
ndiswwan/PNDIS_WWAN_LTE_ATTACH_CONTEXTS
NDIS_WWAN_LTE_ATTACH_CONTEXTS
ndiswwan/NDIS_WWAN_LTE_ATTACH_CONTEXTS
apiref
HeaderDef
ndiswwan.h
_NDIS_WWAN_LTE_ATTACH_CONTEXTS
PNDIS_WWAN_LTE_ATTACH_CONTEXTS
NDIS_WWAN_LTE_ATTACH_CONTEXTS

_NDIS_WWAN_LTE_ATTACH_CONTEXTS structure

-description

The NDIS_WWAN_LTE_ATTACH_CONTEXTS structure describes default LTE attach contexts for the inserted SIM's provider (MCC/MNC pair).

-struct-fields

-field Header

The header with type, revision, and size information about the NDIS_WWAN_LTE_ATTACH_CONTEXTS structure. The MB Service sets the header with the values that are shown in the following table when it sends the data structure to the miniport driver for set operations. Miniport drivers must set the header with the same values when they send the data structure to the MB service.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_LTE_ATTACH_CONTEXTS_REVISION_1
Size sizeof(NDIS_WWAN_LTE_ATTACH_CONTEXTS)

For more information about these members, see NDIS_OBJECT_HEADER.

-field uStatus

The status of system capability. The following table shows the possible values for this member.

Value Meaning
WWAN_STATUS_SUCCESS The operation succeeded.
WWAN_STATUS_BUSY The operation failed because the device was busy. In the absence of any explicit information from the function to clear this condition, the host can use subsequent actions by the function (e.g. notifications or command completions) as a hint to retry the failed operation.
WWAN_STATUS_FAILURE The operation failed.
WWAN_STATUS_NO_DEVICE_SUPPORT The operation failed because the device does not support this OID.

-field LteAttachContext

A formatted WWAN_LTE_ATTACH_CONFIG structure that describes the LTE attach contexts for the inserted SIM's provider.

-remarks

This structure is used in the NDIS_STATUS_WWAN_LTE_ATTACH_CONFIG status notification.

-see-also

MB LTE Attach Operations

OID_WWAN_LTE_ATTACH_CONFIG

NDIS_STATUS_WWAN_LTE_ATTACH_CONFIG

WWAN_LTE_ATTACH_CONFIG

NDIS_OBJECT_HEADER