:orphan: .. title:: MODEM_QUECTEL_BG9X_PASSWORD .. option:: CONFIG_MODEM_QUECTEL_BG9X_PASSWORD *Password for establishing network connection* Type: ``string`` Help ==== .. code-block:: none This setting is used to set the Password for the network connection context. This value is specific to the network provider and may need to be changed. Direct dependencies =================== \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/modem/Kconfig.quectel-bg9x:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:137`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig config MODEM_QUECTEL_BG9X_PASSWORD string "Password for establishing network connection" default "" depends on MODEM help This setting is used to set the Password for the network connection context. This value is specific to the network provider and may need to be changed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*