We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在smart config示例中,code WLAN_FW_4WAY_HANDSHAKE_ERROR_PSK_TIMEOUT_FAILURE ( value=8 ) 在switch语句中被定义为了连接超时,但是实际上我发现在密码错误的时候也会报这个错,而且在 bl60x_wifi_driver/bl_rx.c 文件的 sm_reason_list 字段定义中,code WLAN_FW_4WAY_HANDSHAKE_ERROR_PSK_TIMEOUT_FAILURE 的错误消息也是 Passwd error, 4-way handshake timeout ,这个是否是示例错误;
WLAN_FW_4WAY_HANDSHAKE_ERROR_PSK_TIMEOUT_FAILURE
value=8
bl60x_wifi_driver/bl_rx.c
sm_reason_list
Passwd error, 4-way handshake timeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在smart config示例中,code
WLAN_FW_4WAY_HANDSHAKE_ERROR_PSK_TIMEOUT_FAILURE
(value=8
) 在switch语句中被定义为了连接超时,但是实际上我发现在密码错误的时候也会报这个错,而且在bl60x_wifi_driver/bl_rx.c
文件的sm_reason_list
字段定义中,codeWLAN_FW_4WAY_HANDSHAKE_ERROR_PSK_TIMEOUT_FAILURE
的错误消息也是Passwd error, 4-way handshake timeout
,这个是否是示例错误;The text was updated successfully, but these errors were encountered: