mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(docs): tcpip_adapter: Document replacement of tcpip_adapter_get_sta_list
This commit is contained in:
parent
ebe0b3f40c
commit
f0c6358839
@ -131,6 +131,8 @@ All the tcpip_adapter functions have their esp-netif counter-part. Please refer
|
|||||||
* :component_file:`DNS <esp_netif/include/esp_netif.h#L516>`
|
* :component_file:`DNS <esp_netif/include/esp_netif.h#L516>`
|
||||||
* :component_file:`IP address <esp_netif/include/esp_netif.h#L568>`
|
* :component_file:`IP address <esp_netif/include/esp_netif.h#L568>`
|
||||||
|
|
||||||
|
The TCP/IP Adapter API ``tcpip_adapter_get_sta_list()`` that was used to acquire a list of associated Wi-Fi stations to the Software Access Point (softAP) has been moved to the Wi-Fi component and renamed to :cpp:func:`esp_wifi_ap_get_sta_list_with_ip()`, which is a special case of the ESP-NETIF API :cpp:func:`esp_netif_dhcps_get_clients_by_mac()` that could be used more generally to provide a list of clients connected to a DHCP server no matter which network interface the server is running on.
|
||||||
|
|
||||||
Default Event Handlers
|
Default Event Handlers
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -131,6 +131,8 @@ TCP/IP 适配器是在 ESP-IDF v4.1 之前使用的网络接口抽象组件。
|
|||||||
* :component_file:`DNS <esp_netif/include/esp_netif.h#L516>`
|
* :component_file:`DNS <esp_netif/include/esp_netif.h#L516>`
|
||||||
* :component_file:`IP address <esp_netif/include/esp_netif.h#L568>`
|
* :component_file:`IP address <esp_netif/include/esp_netif.h#L568>`
|
||||||
|
|
||||||
|
TCP/IP 适配器 API ``tcpip_adapter_get_sta_list()`` 用于获取与软件接入点 (softAP) 相关联的 Wi-Fi 站点列表,现已移到 Wi-Fi 组件,并更名为 :cpp:func:`esp_wifi_ap_get_sta_list_with_ip()`,它是 ESP-NETIF API :cpp:func:`esp_netif_dhcps_get_clients_by_mac()` 一个特例。无论服务器在哪个网络接口上运行,该 API 都可更方便地提供连接到 DHCP 服务器的客户端列表。
|
||||||
|
|
||||||
默认事件处理程序
|
默认事件处理程序
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user