:orphan: .. title:: CONFIG_MODEM_WNCM14A2A_APN_NAME .. kconfig:: CONFIG_MODEM_WNCM14A2A_APN_NAME CONFIG_MODEM_WNCM14A2A_APN_NAME ############################### *APN name for establishing network connection* Type: ``string`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`MODEM_WNCM14A2A ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "m2m.com.attz" Kconfig definition ================== At ``/modem/Kconfig.wncm14a2a:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:143`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Wistron LTE-M modem driver .. code-block:: kconfig config MODEM_WNCM14A2A_APN_NAME string "APN name for establishing network connection" default "m2m.com.attz" depends on MODEM_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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*