-
CONFIG_LTE_PDN_AUTH_CMD
¶
Enable PDN connection authentication AT command
Type: bool
Help¶
Enable PDP connection authentication using AT+CGAUTH.
Default¶
n
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:121
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <nRF>/lib/Kconfig:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library
config LTE_PDN_AUTH_CMD
bool "Enable PDN connection authentication AT command"
default n
depends on LTE_LINK_CONTROL
help
Enable PDP connection authentication using AT+CGAUTH.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)