From f585199880f0298135e052595f9d5fbc2018c26f Mon Sep 17 00:00:00 2001 From: wusongqing Date: Sun, 30 Jan 2022 10:52:04 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/device-dev/driver/driver-peripherals-external-des.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/driver/driver-peripherals-external-des.md b/en/device-dev/driver/driver-peripherals-external-des.md index b07fd0de34..6520f59088 100644 --- a/en/device-dev/driver/driver-peripherals-external-des.md +++ b/en/device-dev/driver/driver-peripherals-external-des.md @@ -3,7 +3,7 @@ - [Overview](#section729758162218) - [WLAN Driver API Architecture](#section178022416377) -- [Available APIs](#"Available APIs") +- [Available APIs](#section7331102018815) - [How to Develop](#section15957746172412) - [Development Example](#section1395253612512) @@ -27,7 +27,7 @@ The WLAN module provides the following three types of APIs: **Figure 2** Available APIs of the WLAN module ![](figures/available-apis-of-the-wlan-module.png "available-apis-of-the-wlan-module") -## Available APIs +## Available APIs The WLAN driver module provides APIs that can be directly called by driver developers, such as creating/releasing a **WifiModule**, connecting to/disconnecting from a WLAN hotspot, applying for/releasing a **NetBuf**, and converting between the **pbuf** structure of Lightweight IP \(lwIP\) and a **NetBuf**. [Table 1](#table1521573319472) describes some APIs. -- GitLab