#include <wds.h>
|
uint32_t * | pTechnology |
|
uint32_t * | pPrimaryDNS |
|
uint32_t * | pSecondaryDNS |
|
uint32_t * | pPrimaryNBNS |
|
uint32_t * | pSecondaryNBNS |
|
uint16_t * | pPrimaryDNSv6 |
|
uint16_t * | pSecondaryDNSv6 |
|
char * | pApnName |
|
uint32_t * | pIpAddressPreference |
|
uint16_t * | pIPAddressv6 |
|
uint32_t * | pAuthenticationPreference |
|
char * | pUserName |
|
char * | pPassword |
|
uint32_t * | pSessionId |
|
uint32_t * | pFailureReason |
|
char * | pIPFamilyPreference |
|
char | enableAutoconnect |
|
This structure contains pack Start Data Session Information.
- Parameters
-
pTechnology |
- Indicates the technology preference
- 1 - UMTS
- 2 - CDMA
- 3 - eMBMS
- 4 - Modem Link Label. Modem Link is an interface for transferring data between entities on AP and modem.
- optional
|
pPrimaryDNS |
- pointer to Primary DNS Address Preference
- optional
|
pSecondaryDNS |
- pointer to Secondary DNS Address Preference
- optional
|
pPrimaryNBNS |
- pointer to Primary NetBIOS Name Server (NBNS) Address Preference
- optional
|
pSecondaryNBNS |
- pointer to Secondar NetBIOS Name Server (NBNS) Address Preference
- optional
|
pPrimaryDNSv6 |
- pointer to Primary IPv6 DNS Address Preference
- optional
|
pSecondaryDNSv6 |
- pointer to Secondary IPv6 DNS Address Preference
- optional
|
pApnName |
- pointer to Context Access Point Node (APN) Name
- optional
|
pIpAddressPreference |
- pointer to IP Address Preference
- optional
|
pIPAddressv6 |
- pointer to IPv6 Address Preference
- optional
|
pAuthenticationPreference |
- Authentication Preference Bitmap that indicates the authentication algorithm preference. Values: Bit 0 – PAP preference:
- 0 – PAP is never performed
- 1 – PAP might be performed Bit 1 – CHAP preference:
- 0 – CHAP is never performed
- 1 – CHAP might be performed All other bits are reserved and ignored
- optional
|
pUserName |
- username for authentication process
- optional
|
pPassword |
- password for authentication process
- optional
|
pSessionId |
- pointer to PDU session ID.
- optional
|
pFailureReason |
- pointer to failure reason
- optional
|
pIPFamilyPreference |
- pointer to IP Family Preference
- 2 - Non IP
- 4 - IPv4
- 6 - IPv6
- 8 - Unspecified
- optional
|
enableAutoconnect |
- Enable Autoconnect
- 1 - Device attempts to bring up a call automatically
- 0 - Default
- optional
|
The documentation for this struct was generated from the following file: