-
CONFIG_MODEM_WNCM14A2A_APN_NAME
¶
APN name for establishing network connection
Type: string
Help¶
This setting is used in the AT%PDNSET command to set the APN name for the network connection context. Normally, don’t need to change this value.
Defaults¶
- “m2m.com.attz” if
MODEM_WNCM14A2A
&&MODEM
Kconfig definition¶
At drivers/modem/Kconfig.wncm14a2a:38
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:82
→ drivers/modem/Kconfig:49
Menu path: (top menu) → Device Drivers → Modem Drivers → Enable Wistron LTE-M modem driver
config MODEM_WNCM14A2A_APN_NAME string prompt "APN name for establishing network connection" ifMODEM_WNCM14A2A
&&MODEM
default "m2m.com.attz" ifMODEM_WNCM14A2A
&&MODEM
depends onMODEM_WNCM14A2A
&&MODEM
help This setting is used in the AT%PDNSET command to set the APN name for the network connection context. Normally, don't need to change this value.
(Definitions include propagated dependencies, including from if’s and menus.)