未验证 提交 2cde553e 编写于 作者: R Rodrigo Garcia 提交者: GitHub

adds verbose message for WPA3 (#6812)

上级 adb88d7b
......@@ -261,6 +261,15 @@ static const char * auth_mode_str(int authmode)
case WIFI_AUTH_WPA2_ENTERPRISE:
return ("WPA2_ENTERPRISE");
break;
case WIFI_AUTH_WPA3_PSK:
return ("WPA3_PSK");
break;
case WIFI_AUTH_WPA2_WPA3_PSK:
return ("WPA2_WPA3_PSK");
break;
case WIFI_AUTH_WAPI_PSK:
return ("WPAPI_PSK");
break;
default:
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册