Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows 7 hosted network mode

9 views
Skip to first unread message

Sethu

unread,
Jan 5, 2010, 8:15:01 AM1/5/10
to

I am writing a wireless miniport driver for Windows 7, during DOT11
attributes registration I am supporting ExtAP mode

After the driver is installed it works fine as an ExtSTA mode. When I invoke
ExtAP mode by executing command
1. netsh wlan set hostednetwork mode=allow ssid="Soft-AP-Test" key=12345678
2. netsh wlan start hostednetwork

I am getting this error
"The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested
operation."

What does this means did the DOT11 attributes registered is not proper?
I am supporting all the Mandatory OID's

Thomas F. Divine

unread,
Jan 5, 2010, 10:28:44 AM1/5/10
to
Since you are writing the miniport...

Does your miniport get called? For example, doe it get called with
OID_dot11_current_operation_mode?

Instead of netsh you may want to use the WlanSample from the SKV v7.0. You
may need to extend the capabilities of the sample but at least you have
visibility into what it is doing. For example, add calls to
WlanQueryInformation to fetch the current operation mode and calls to
WlanSetInterface to change the current operation mode.

The Windows 7 WDK includes some 802.11 miniport driver samples. You may want
to examine those. You may need to get the HW that those samples use and
debug those under the same scenario.

Good luck!

Thomas F. Divine
http://www.rawether.net


"Sethu" <Se...@discussions.microsoft.com> wrote in message
news:440356D3-D2E8-436F...@microsoft.com...

Sethu

unread,
Jan 11, 2010, 3:26:01 AM1/11/10
to

OID_DOT11_CURRENT_OPERATION_MODE is called initially with Station Mode value

when netsh command is executed no events are passed to the Miniport.
Third-party apps like connectify gives error as configuration fails.

But DOT11 registration has not failed. Where could be the problem?

Sethu

unread,
Feb 3, 2010, 1:59:02 AM2/3/10
to
Hi Thomas,

I got the Create MAC OID request from NDIS, what I am missing is the change
needed in the inf file to support virtual adapter

Thanks
Sethu

0 new messages