CONFIG_LTE_PDN_AUTH_LEN

Maximum combined lengths of username and password strings

Type: int

Direct dependencies

LTE_PDN_AUTH_CMD && LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 40

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:135

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → Enable PDN connection authentication AT command

config LTE_PDN_AUTH_LEN
    int "Maximum combined lengths of username and password strings"
    default 40
    depends on LTE_PDN_AUTH_CMD && LTE_LINK_CONTROL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)