Windows 8.1 无线身份验证 WPA2-Enterprise

Windows 8.1 无线身份验证 WPA2-Enterprise

对于我大学的网络,我必须将无线身份验证设置为使用 TKIP 加密的 WPA2-Enterprise。由于 Windows 8.1 似乎没有常用的无线设置,我尝试通过 cmd 进行设置。我试过

wlan set profileparameter name="NETWORK_NAME" authentication="wpa2-enterprise"

wlan set profileparameter name="NETWORK_NAME" AuthMode="wpa2-enterprise"

两者都不起作用(命令选项身份验证/AuthMode 的“WPA2-Enterprise”值无效)。

有人知道相应地设置身份验证模式的正确参数吗?

谢谢!

答案1

你要:

netsh wlan set profileparameter name="NAME" authentication=WPA2 encryption=TKIP

如果您键入 netsh wlan set profileparameter ?,出现的帮助将列出设置的可用值。

Usage: set profileparameter [name=]<string> [[interface=]<string>]
       [SSIDname=<string>] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
       [ConnectionMode=auto|manual] [nonBroadcast=yes|no]
       [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK]
       [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase]
       [keyIndex=1-4] [keyMaterial=<string>] [PMKCacheMode=yes|no]
       [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no]
       [preAuthThrottle=1-16 [FIPS=yes|no]
       [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest]
       [ssoMode=preLogon|postLogon|none] [maxDelay=1-120]
       [allowDialog=yes|no] [userVLAN=yes|no]
       [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600]
       [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no]

答案2

您可以通过右键单击任务栏中的无线网络符号->打开网络和共享中心->设置新的连接或网络来实现此目的。

答案3

您可以先尝试连接到您的无线连接(即使它无法连接),然后打开更改适配器设置或网络连接窗口,然后双击“仍在连接”的 wifi 适配器->单击详细信息旁边的无线属性...

相关内容