#include <qaGobiApiWds.h>
|
CHAR * | pProfileName |
|
ULONG * | pPDPType |
|
CHAR * | pAPNName |
|
ULONG * | pPrimaryDNSV4 |
|
ULONG * | pSecondaryDNSV4 |
|
struct UMTSQoS * | pUMTSGrantedQoS |
|
struct GPRSQoS * | pGPRSGrantedQoS |
|
CHAR * | pUsername |
|
ULONG * | pAuthentication |
|
ULONG * | pIPAddressV4 |
|
struct ProfileIdentifier * | pProfileID |
|
ULONG * | pGWAddressV4 |
|
ULONG * | pSubnetMaskV4 |
|
BYTE * | pPCSCFAddrPCO |
|
struct PCSCFIPv4ServerAddressList * | pServerAddrList |
|
struct PCSCFFQDNAddressList * | pPCSCFFQDNAddrList |
|
USHORT * | pPrimaryDNSV6 |
|
USHORT * | pSecondaryDNSV6 |
|
ULONG * | pMtu |
|
struct DomainNameList * | pDomainList |
|
BYTE * | pIPFamilyPreference |
|
BYTE * | pIMCNflag |
|
WORD * | pTechnology |
|
struct IPV6AddressInfo * | pIPV6AddrInfo |
|
struct IPV6GWAddressInfo * | pIPV6GWAddrInfo |
|
This structure contains the WdsRunTimeSettings Information
- Parameter values default to their data type's maximum unsigned value unless explicitly stated otherwise.
- Parameters
-
pProfileName |
- Profile name
One or more bytes describing the profile. Description may be a user-defined name for the profile.
QMI_ERR_ARG_TOO_LONG is returned if profile_name is too long.
|
pPDPType |
- PDP type
- 0 - PDP-IP (IPv4)
- 1 - PDP-PPP
- 2 - PDP-IPv6
- 3 - PDP-IPv4v6
- 0xffffffff - invalid
|
pAPNName |
- Access point name
String parameter that is a logical name used to select the GGSN and external packet data network.
If value is NULL or omitted, then the subscription default value is requested.
QMI_ERR_ARG_TOO_LONG is returned if the APN name is too long.
|
pPrimaryDNSV4 |
|
pSecondaryDNSV4 |
- Secondary DNS IPv4 Address
|
pUMTSGrantedQoS |
|
pGPRSGrantedQoS |
|
pUsername |
- User name used during data network authentication
|
pAuthentication |
- Authentication preference
- Bit 0 - PAP preference
- 0 - PAP is never performed
- 1 - PAP may be performed
- Bit 1 - CHAP preference
- 0 - CHAP is never performed
- 1 - CHAP may be performed
|
pIPAddressV4 |
- IPV4 Address assigned to the TE
|
pProfileID |
|
pGWAddressV4 |
|
pSubnetMaskV4 |
|
pPCSCFAddrPCO |
- PCSCF address using PCO values
- 1 - (TRUE) implies request PCSCF address using PCO
- 0 - (FALSE) implies do not request. This is the default value.
|
pServerAddrList |
- P-CSCF IPv4 Server Address List
|
pPCSCFFQDNAddrList |
|
pPrimaryDNSV6 |
|
pSecondaryDNSV6 |
- Secondary DNS IPv6 Address
|
pMtu |
- actual (runtime) MTU size
|
pDomainList |
|
pIPFamilyPreference |
- IP family
- 0x04 - IPV4 ADDR
- 0x06 - IPV6 ADDR
|
pIMCNflag |
|
pTechnology |
- Technology
- CDMA - 0x8001
- UMTS - 0x8004
|
pIPV6AddressInfo |
|
pIPV6GWAddressInfo |
- IPV6 Gateway Address Information
|
The documentation for this struct was generated from the following file: