-
CONFIG_MODEM_GSM_APN
¶
Access Point Name
Type: string
Help¶
Specify Access Point Name, i.e. the name to identify Internet IP GPRS cellular data context.
Default¶
“internet”
Kconfig definition¶
At <Zephyr>/drivers/modem/Kconfig.gsm:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/modem/Kconfig:139
Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems
config MODEM_GSM_APN string "Access Point Name" default "internet" depends onMODEM_GSM_PPP
&&MODEM
help Specify Access Point Name, i.e. the name to identify Internet IP GPRS cellular data context.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)