CONFIG_MODEM_QUECTEL_BG9X_USERNAME
Username for establishing network connection
Type: string
Help
This setting is used to set the User name for the network connection
context. This value is specific to the network provider and may
need to be changed.
Default
“”
Kconfig definition
At <Zephyr>/drivers/modem/Kconfig.quectel-bg9x:41
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:84
→ <Zephyr>/drivers/modem/Kconfig:143
Menu path: (Top) → Device Drivers → Modem Drivers → Enable quectel modem driver
config MODEM_QUECTEL_BG9X_USERNAME
string "Username for establishing network connection"
default ""
depends on MODEM_QUECTEL_BG9X && MODEM
help
This setting is used to set the User name 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.)