CONFIG_NRF_IPERF3_HOST_NAME

iperf3 host name

Type: string

Help

The iperf3 host name.
The host name will be sent as part of a cookie.

Direct dependencies

NRF_IPERF3

(Includes any dependencies from ifs and menus.)

Default

  • “nrf9160”

Kconfig definition

At <nRF>/ext/iperf3/Kconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/ext/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries → Iperf3 NRF integration → NRF Iperf3 selections

config NRF_IPERF3_HOST_NAME
    string "iperf3 host name"
    default "nrf9160"
    depends on NRF_IPERF3
    help
      The iperf3 host name.
      The host name will be sent as part of a cookie.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)