From a5d2158cd0cb7f2fed45bba6241554096c445ce8 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 9 Nov 2022 10:09:22 +0800 Subject: [PATCH] Apply suggestions to 2 files --- docs/en/api-guides/wifi.rst | 10 ++++++---- docs/zh_CN/api-guides/wifi.rst | 3 +++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/en/api-guides/wifi.rst b/docs/en/api-guides/wifi.rst index 81b842392a8..90f42f7459d 100644 --- a/docs/en/api-guides/wifi.rst +++ b/docs/en/api-guides/wifi.rst @@ -1015,8 +1015,8 @@ The table below shows the reason-code defined in {IDF_TARGET_NAME}. The first co * - BAD_CIPHER_OR_AKM - 29 - 29 - - Requested service rejected because of SSP cipher suite or AKM requiremen. - * - NOT_AUTHORIZED_THIS_LO CATION + - Requested service rejected because of SSP cipher suite or AKM requirement. + * - NOT_AUTHORIZED_THIS_LOCATION - 30 - 30 - Requested service not authorized in this location. @@ -1132,17 +1132,19 @@ The table below shows the Wi-Fi reason-code may related to wrong password. - Description * - 4WAY_HANDSHAKE_TIMEOUT - 15 - - Four-way handshake times out. Setting wrong password when STA connecting to an encrpted AP. + - Four-way handshake times out. Setting wrong password when STA connecting to an encrpyted AP. * - NO_AP_FOUND - 201 - This may related to wrong password in the two scenarios: - Setting password when STA connecting to an unencrypted AP. - - Doesn't setting password when STA connecting to an encrpted AP. + - Doesn't setting password when STA connecting to an encrypted AP. * - HANDSHAKE_TIMEOUT - 204 - Four-way handshake fails. +Wi-Fi Reason code related to low RSSI +++++++++++++++++++++++++++++++++++++++++++++++ The table below shows the Wi-Fi reason-code may related to low RSSI. diff --git a/docs/zh_CN/api-guides/wifi.rst b/docs/zh_CN/api-guides/wifi.rst index aafd45bf768..cb27f04f1b7 100644 --- a/docs/zh_CN/api-guides/wifi.rst +++ b/docs/zh_CN/api-guides/wifi.rst @@ -1144,6 +1144,9 @@ Wi-Fi 原因代码 - 握手超时。 +与低 RSSI 有关的 Wi-Fi 原因代码 ++++++++++++++++++++++++++++++++++ + 下表罗列了与低 RSSI 相关的 Wi-Fi 原因代码。 .. list-table::