6105 - deauth after EAPOL key exchange sequence
wifi无法连接公司的网络

Warning Error in Event Log - deauth after EAPOL key exchange sequence
We understand you would like more information regarding some warning events on Device Manager related to your Intel® Dual Band Wireless-AC 8265.
We can see that you're using 802.1x with PEAP on a WPA2-Enterprise network. In most cases it's normal to see deauthentication after EAP over LAN key exchange warnings as the adapters attempts to roam or renews it's authentication. The problem comes if these are frequent or if your system is entirely unable to authenticate causing a disconnection.
In order to better assist you we would like the following information:
- Do the errors result in loss of connectivity?
- What is your wireless router/access point brand and model?
- How long ago did the issue start?
- Please share your wireless Autoconfig report
- Right click your start menu icon and select Command Prompt (Admin) from the list.
- Enter: netsh wlan show wlanreport
- Go to C:\ProgramData\Microsoft\Windows\WlanReport\
- Upload the wlan-report-latest.html file along with your reply.
Also, there is a newer driver available. Is it possible for you to update to this driver and see if the issue persists?
- https://www.intel.com/content/www/us/en/support/articles/000005559/network-and-i-o/wireless-networking.html Download the Latest Driver for Your Intel® Wireless Adapter
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb457018(v=technet.10)
Information Gathering
The first step to take for a wireless issue is to gather information that might be needed to perform a preliminary diagnosis, including the following:
Windows operating system version, including the latest service pack installed and build number if applicable.
Wireless connection details of the Windows wireless client including the type of authentication and encryption that is being used.
Wireless network adapter details, including vendor, model, and driver version.
Wireless access point (AP) information, including vendor, model, firmware version, and configuration details similar to Step 2.
Wireless logs. Logging can be enabled through the netsh ras set tracing * en command. After enabling logging, you can either restart the computer or restart the Wireless Zero Configuration (for Windows XP) or Wireless Configuration (for Windows Server 2003) service with the net stop wzcsvc and net start wzcsvc commands. The wireless logs are located in the systemroot\tracing folder. The log files most useful for troubleshooting wireless issues are the following:
Wzctrace.log Used mostly for 802.11 association. This file is present only on computers running Windows XP Service Pack 2 (SP2) or Windows Server 2003 Service Pack 1.
Eapol.log Used mostly for IEEE 802.1X authentication.
Wzcdlg.log Used for user interface changes, such as changes made through the View Available Networks or Choose a wireless network dialog boxes.
Netman.log Used for user interface changes.
Netshell.log Used for user interface changes.
Along with any .old versions of these files
Note the times when the issues occurred so you can locate the relevant sections of the log files.
There are times when it is not necessary to have all this information, but when in doubt, it is better to have too much information than too little.
https://support.microsoft.com/en-my/help/3121002/windows-10-devices-can-t-connect-to-an-802-1x-environment
To add these registry values, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the following subkey in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RasMan\PPP\EAP\13
- On the Edit menu, point to New, and then click DWORD Value.
- Type TlsVersion for the name of the DWORD value, and then press Enter.
- Right-click TlsVersion, and then click Modify.
- In the Value data box, use the following values for the various versions of TLS, and then click OK.
TLS version DWORD value TLS 1.0 0xC0 TLS 1.1 0x300 TLS 1.2 0xC00 - Exit Registry Editor, and then either restart the computer or restart the EapHost service.
~\Desktop> Get-Service Eaphost
Status Name DisplayName
------ ---- -----------
Running Eaphost Extensible Authentication Protocol
~\Desktop> Restart-Service Eaphost

https://docs.microsoft.com/en-us/windows/client-management/advanced-troubleshooting-802-authentication
On the client side, navigate to Event Viewer (Local)\Applications and Services Logs\Microsoft\Windows\WLAN-AutoConfig/Operational for wireless issues. For wired network access issues, navigate to ..\Wired-AutoConfig/Operational. See the following example:
6105 - deauth after EAPOL key exchange sequence的更多相关文章
- Git 常见问题: unable to negotiate with *.*.*.*: no matching key exchange methodfound...
在Windows上更新了git 版本后,clone/pull时出现错误, unable to negotiate with *.*.*.*: no matching key exchange meth ...
- Navicat 用ssh通道连接时总是报错 (报错信息:SSH:expected key exchange group packet form serve
转:https://blog.csdn.net/qq_27463323/article/details/76830731 之前下了一个Navicat 11.0 版本 用ssh通道连接时总是报错 (报错 ...
- 连接远程数据库时出现 SSH: expected key exchange group packet from server / 2003 - Can't connect to MySQL server on 'XXX' (10038) / 1130 - Host 'XXX' is not allowed to connect to this MySQL server
昨天在自己的远程服务器上玩,把系统重装了.新装了MySQL,在本地用navicat连接的时候出了几个小问题. 问题一:SSH: expected key exchange group packet f ...
- git clone 报错Unable to negotiate with xxx.xxx.xxx.xxx port 12345: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
在执行git clone命令报错 Unable to negotiate with xxx.xxx.xxx.xxx port 12345: no matching key exchange metho ...
- 关于no matching key exchange method found. Their offer: diffie-hellman-group1-sha1的解决办法
原文链接:https://mycyberuniverse.com/error/no-matching-key-exchange-method-found-openssh7.html What caus ...
- 数据库连接出错 expected key exchange group packet form server
数据库连接出错 expected key exchange group packet form server SSH: expected key exchange group packet form ...
- Diffie–Hellman key exchange
General overview[edit] Illustration of the idea behind Diffie–Hellman key exchange Diffie–Hellman ...
- no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
1. 使用git克隆项目报错 $ git clone ssh://liuchao@192.168.7.32:29418/platform/Midou Cloning into 'Midou'... U ...
- 使用 PuTTY 时遇到错误:“expected key exchange group packet from server”
情况 使用 PuTTY 通过 SSH 访问 ProxySG 或 Advanced Secure Gateway (ASG) 时,您会看到如下错误:"expected key exchange ...
随机推荐
- 阅读笔记05-架构师必备最全SQL优化方案(1)
一.优化的哲学 1.优化可能带来的问题? 优化不总是对一个单纯的环境进行,还很可能是一个复杂的已投产的系统: 优化手段本来就有很大的风险,只不过你没能力意识到和预见到: 任何的技术可以解决一个问题,但 ...
- Ural Amount of Degrees(数位dp)
传送门 Amount of Degrees Time limit: 1.0 secondMemory limit: 64 MB Description Create a code to determi ...
- 转载 IDEA搭建maven项目详细步骤(解决没有src及其下面的文件)
转载自
- Windows 程序设计--(六)键盘
6.2 击键消息 当按下一个键时,Windows把WM_KEYDOWN或者WM_SYSKEYDOWN消息放入有输入焦点的窗口的消息队列:当您释放一个键时,Windows把WM_KEYUP或者WM_SY ...
- 前端对base64编码的理解,原生js实现字符base64编码
目录 常见对base64的认知(不完全正确) 多问一个为什么,base64到底是个啥? 按照我们的思路实现一下 到这里基本就实现了,结果跟原生的方法打印的是一样的 下一次 @( 对于前端工程师来说ba ...
- squid代理与缓存(下)
squid代理与缓存(下) 6. squid代理模式案例 6.1 squid传统正向代理生产使用案例 6.1.1 squid传统正向代理两种方案 (1)普通代理服务器 作为代理服务器,这是SQUID的 ...
- linux的定时任务--crontab
cron是一个linux下的定时执行工具,可以在无需人工干预的情况下运行作业.由于Cron 是Linux的内置服务,但它不自动起来,可以用以下的方法启动.关闭这个服务: /sbin/service c ...
- 不在同一个解决方案下的exe去调试dll,采用附加到进程:
先把dll的项目生成一下,把得到的pdb,dll文件复制到exe目录下,然后直接双击运行exe(不是通过vs启动),再接着在dll的项目中”调试”->”附加到进程”,选择刚才运行的exe. 注意 ...
- Flutter-icon
常用屬性 Icon( Icons.access_alarm,//设置使用哪种图标 size: 300,//设置图标大小 color: Colors.yellow,//设置图标颜色 textDirect ...
- 前端每日实战:47# 视频演示如何用纯 CSS 创作一个蝴蝶标本展示框
效果预览 按下右侧的"点击预览"按钮可以在当前页面预览,点击链接可以全屏预览. https://codepen.io/comehope/pen/xzgZzQ 可交互视频教程 此视频 ...