Recommended Posts

I made a post on their forums, let's see what comes up. So far the only thing I found was some other person's post (don't remember on what forum anymore, found it on google) asking the same thing, ~ 4 days ago. No reply to that.

Firlian has figured a temporary work around, but if anyone can find a better solution (without needing Vista, for example!), please post it! Here's the work around post:

http://www.securew2.org/forum/viewtopic.ph...mp;p=2572#p2574

Firlian has figured a temporary work around, but if anyone can find a better solution (without needing Vista, for example!), please post it! Here's the work around post:

http://www.securew2.org/forum/viewtopic.ph...mp;p=2572#p2574

haha I was just going to post this!

I'm going to test it after I get home today, if it works I think we can just stick to this workaround until the issue's fixed. It seems to be a simple "add this to the list" fix that won't take long.

haha I was just going to post this!

I'm going to test it after I get home today, if it works I think we can just stick to this workaround until the issue's fixed. It seems to be a simple "add this to the list" fix that won't take long.

Ha, I figured an incoming link would also add to their Google-fu rankings.

If you successfully generate an XML file, would you mind posting it here? Just blank out your SSID hex and text. I got a hold of one, but keep getting a message when trying to import with netsh that the file is corrupted... yet it looks fine to me. I figured I'd try one from another source. I'd do it myself, but no longer have a Vista machine (my testing machine went from Vista to being my 7 beta machine).

Regards,

-Flip

and....

here's the XML that successfully imported

<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
	<name>Your-SSID</name>
	<SSIDConfig>
		<SSID>
			<hex>Your-SSID-Hex</hex>
			<name>Your-SSID</name>
		</SSID>
		<nonBroadcast>false</nonBroadcast>
	</SSIDConfig>
	<connectionType>ESS</connectionType>
	<connectionMode>auto</connectionMode>
	<autoSwitch>true</autoSwitch>
	<MSM>
		<security>
			<authEncryption>
				<authentication>WPA2</authentication>
				<encryption>AES</encryption>
				<useOneX>true</useOneX>
			</authEncryption>
			<OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
				<EAPConfig>
					<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
						<EapMethod>
							<Type xmlns="http://www.microsoft.com/provisioning/EapCommon">21</Type>
							<VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId>
							<VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType>
							<AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">29114</AuthorId>
						</EapMethod>
						<Config xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
							<eap-ttls xmlns="http://schemas.securew2.com/eapconfig/eap-ttls/v0">
								<Profile>DEFAULT</Profile>
							</eap-ttls>
						</Config>
					</EapHostConfig>
				</EAPConfig>
			</OneX>
		</security>
	</MSM>
</WLANProfile>

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.