Enterprise WiFi cannot be connected on Windows 11 22H2 system

QINGBAOGUANLI-Qiu Taiming 20 Reputation points
2023-11-14T09:08:12.4666667+00:00

Security Type: WPA2- Enterprise

Encryption type: AES

Network authentication Method: Protected EAP (PEAP)

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. S.Sengupta 24,636 Reputation points MVP
    2023-11-21T02:52:25.8466667+00:00

    Update Network Driver for your WiFi adapter. If required, uninstall and reinsatall.

    Open Registry Editor.

    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RasMan\PPP\EAP\13.

    Create a DWORD key named TlsVersion with a value of FC0.

    [ref:https://learn.microsoft.com/en-us/answers/questions/1018468/unable-to-connect-to-network-after-windows-11-22h2?page=2#answers]

    Try resetting the network stack by running the following command in an elevated Command Prompt: netsh winsock reset

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. QINGBAOGUANLI-Qiu Taiming 20 Reputation points
    2024-01-31T10:23:16.9133333+00:00

    1、HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RasMan\PPP\EAP\13 添加类型为DWORD的注册表键值TlsVersion值为0FC0 2、管理员权限运行powershell命令行,执行: Enable-TlsCipherSuite -name  TLS_RSA_WITH_3DES_EDE_CBC_SHA 感谢以下链接的博主: https://blog.csdn.net/kingeboy/article/details/135199570

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.