1

I have two laptops with 802.11n-capable wireless adapters (Intel WiFi Link 5100 AGN and Atheros AR9285) in them. However, I can't find a way to connect them at a speed higher than 54 Mbps. The methods of connection I've already tried are:
1) an ad hoc connection;
2) Windows 7 Wireless Hosted Network (netsh wlan start hostednetwork);
3) Connectify software;
4) Intel My WiFi software.
In all cases I used WPA2 security. The network is recognized as 802.11n, but the speed is always 54 Mbps only. What can be preventing the connection from using higher speeds? Both laptops run Windows 7 Ultimate.

3 Answers 3

3

Finally figured it out. The problem was caused by the Atheros AR9285 adapter - its 802.11n capability was locked, and after using the Atheros EEPROM Tool to unlock it, the connection speed increased to 65 Mbps. The AR9285 can run at 150 Mbps on a 40 Mhz channel though, so if anybody knows how to make a Wireless Hosted Network / software AP use a wide channel, please reply.

1
  • I know this is old, but I just want to point out that WiFi works in half-duplex, so for a 150 Mbps device, you can send a maximum of 75 Mbps in each direction. 65 Mbps is fairly close to that, and it's normal to be below the max theoretical throughput, especially if there is any other wifi activity in the area. Commented Apr 20, 2015 at 19:10
2

I think that AdHoc is one of those fuzzy areas not covered in the N spec, and may default to B speeds. See if the devices have an extra option for AdHoc in the device settings, some do I have heard.

7
  • The Atheros adapter indeed has an "ad hoc 11n" setting, which is enabled. However, the connection variants 2-4 use Infrastructure mode with one of the laptops acting as a software access point, and shouldn't be affected by ad hoc limitations. Still I can only reach G speeds.
    – SlimShaggy
    Commented Jul 1, 2011 at 20:53
  • If they were the same adapter and had the setting enabled on both you might have some success.
    – dbasnett
    Commented Jul 1, 2011 at 21:23
  • Well, I can use Infrastructure mode instead of Ad Hoc mode, so the setting becomes irrelevant. Why do I still get 54 Mbps?
    – SlimShaggy
    Commented Jul 1, 2011 at 21:31
  • I think the answer is an inexpensive N-AP, or wait for the next release of the drivers for the wireless cards and hope that AdHoc has been fixed.
    – dbasnett
    Commented Jul 2, 2011 at 16:15
  • OK, I'll try to make it clear once again: I have 54 Mbps even when I'm NOT using AdHoc.
    – SlimShaggy
    Commented Jul 2, 2011 at 17:41
0

You might try reading this article:
http://erratasec.blogspot.com/2009/11/windows-7-includes-soft-ap.html

It tells you how to set up a virtual access point on Windows 7 (a "Microsoft Virtual WiFi Miniport Adapter"), so that the two machines will be able to connect using infrastructure mode rather than ad hoc. The short version is enter a command like the following into an elevated command prompt:

netsh wlan set hostednetwork mode=allow ssid=Test key=letmein9

The will give you a new network named "Test" with a password of "letmein9"

1
  • I've already tried this, it is listed in my question as the connection method #2. In addition, I've already overcome the 54 Mbps barrier, and am now stuck at 65 Mbps, as stated in my post marked as the accepted answer: superuser.com/questions/305188/….
    – SlimShaggy
    Commented Jul 9, 2011 at 8:20

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .