:orphan: .. title:: CONFIG_LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_ADDR .. kconfig:: CONFIG_LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_ADDR CONFIG_LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_ADDR ################################################# *CoAP proxy network address* Type: ``string`` Help ==== .. code-block:: none Network address of the CoAP proxy server. Direct dependencies =================== \ :kconfig:`LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:261`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → Firmware Update object pull via CoAP-CoAP/HTTP proxy support .. code-block:: kconfig config LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_ADDR string "CoAP proxy network address" depends on LWM2M_FIRMWARE_UPDATE_PULL_COAP_PROXY_SUPPORT && LWM2M && NETWORKING help Network address of the CoAP proxy server. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*