Question
Hostname of STM32F7 with FW 1.16.1 and LWIP v 2.1.2 is not changable
Hello,
I have generated code for STM32F7 using STM32CubeMX with firmware package version 1.16.1 and lwIP version 2.1.2.
In ethernetif_init function of ethernetif.c file, I have changed default value of netif->hostname.(LWIP_NETIF_HOSTNAME is already enabled) But when I search the active nodes on network using "arp-scan --localnet" I see the hostname of my STM32 as "STMicroelectronics SRL" and not the one which was set in code.
How can the default hostname be changed?
Thanks.
Abhijeet
