tcpip_adapter_init();
tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_STA,"NewName");
WiFi STA模式,查看路由器设备显示,设备名称并没有更新成 NewName
tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_STA,"NewName"); 无效
-
- Posts: 290
- Joined: Wed Sep 05, 2018 6:23 am
Re: tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_STA,"NewName"); 无效
没看懂怎么使用 tcpip_adapter_set_hostname
最后,还是自己经过大量尝试,确定 只有在 触发 WIFI_EVENT_STA_START 事件后 才能调用 tcpip_adapter_set_hostname
最后,还是自己经过大量尝试,确定 只有在 触发 WIFI_EVENT_STA_START 事件后 才能调用 tcpip_adapter_set_hostname
Who is online
Users browsing this forum: No registered users and 81 guests