For the network at my University I have to set wireless authentication to WPA2-Enterprise using TKIP encryption. Since Windows 8.1 doesn't seem to have the usual wireless settings, I tried doing it via cmd. I tried
wlan set profileparameter name="NETWORK_NAME" authentication="wpa2-enterprise"
and
wlan set profileparameter name="NETWORK_NAME" AuthMode="wpa2-enterprise"
which both didn't work (invalid value "WPA2-Enterprise" for command option authentication / AuthMode).
Anyone know the correct paramter to set the authentication mode accordingly?
Thanks!