Access Point mode in USB WiFi adapters in Windows
up vote
0
down vote
favorite
Some USB Adapters, for example, many of the chips such as RTL8191SU, have option to set mode to either Station, or Access Point, or Soft AP.
In Station Mode, it acts just as a WiFi client.
In Access Point Mode, the adapter kind of acts as a Wireless Router.
In Soft AP Mode, the adapter acts as a WiFi client, but, it uses a Microsoft Virtual WiFi Adapter, and creates something called hostednetwork.
My question is mainly concerned with the second option, the Access Point Mode and not the Soft Access Mode.
In Windows 7, the Wireless Utility Tool has all above options to select, but, none of those utilities can be installed in Windows 10. It says unsupported OS, if one tries to run them. But, Windows 10 does automatically find and install the drivers. In my opinion, there should exist some common set of APIs or commands one can use to manually set those options previously available. But how? Are there any standards?
I can create Soft AP, using netsh hostednetwork commands, which is equivalent to Soft AP Mode. However, my primary purpose was to use the USB Adapter just as an Access Point and not as Soft AP Mode.
The difference is that: Access Point Mode allows to share internet from another WiFi Adapter, but, Soft AP mode uses a single Adapter and the same adapter is used as client and access point.
I searched thoroughly, but did not find anything on the commands, tools, or utilities to manually configure Access Point without those provided Utilities (for example in Windows 10).
Are there any command line options, tools, utilities, or third party applications that allow to configure an adapter as an regular Access Point and not the Soft AP?
wireless-networking wireless-access-point tcpip netsh internet-sharing
add a comment |
up vote
0
down vote
favorite
Some USB Adapters, for example, many of the chips such as RTL8191SU, have option to set mode to either Station, or Access Point, or Soft AP.
In Station Mode, it acts just as a WiFi client.
In Access Point Mode, the adapter kind of acts as a Wireless Router.
In Soft AP Mode, the adapter acts as a WiFi client, but, it uses a Microsoft Virtual WiFi Adapter, and creates something called hostednetwork.
My question is mainly concerned with the second option, the Access Point Mode and not the Soft Access Mode.
In Windows 7, the Wireless Utility Tool has all above options to select, but, none of those utilities can be installed in Windows 10. It says unsupported OS, if one tries to run them. But, Windows 10 does automatically find and install the drivers. In my opinion, there should exist some common set of APIs or commands one can use to manually set those options previously available. But how? Are there any standards?
I can create Soft AP, using netsh hostednetwork commands, which is equivalent to Soft AP Mode. However, my primary purpose was to use the USB Adapter just as an Access Point and not as Soft AP Mode.
The difference is that: Access Point Mode allows to share internet from another WiFi Adapter, but, Soft AP mode uses a single Adapter and the same adapter is used as client and access point.
I searched thoroughly, but did not find anything on the commands, tools, or utilities to manually configure Access Point without those provided Utilities (for example in Windows 10).
Are there any command line options, tools, utilities, or third party applications that allow to configure an adapter as an regular Access Point and not the Soft AP?
wireless-networking wireless-access-point tcpip netsh internet-sharing
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Some USB Adapters, for example, many of the chips such as RTL8191SU, have option to set mode to either Station, or Access Point, or Soft AP.
In Station Mode, it acts just as a WiFi client.
In Access Point Mode, the adapter kind of acts as a Wireless Router.
In Soft AP Mode, the adapter acts as a WiFi client, but, it uses a Microsoft Virtual WiFi Adapter, and creates something called hostednetwork.
My question is mainly concerned with the second option, the Access Point Mode and not the Soft Access Mode.
In Windows 7, the Wireless Utility Tool has all above options to select, but, none of those utilities can be installed in Windows 10. It says unsupported OS, if one tries to run them. But, Windows 10 does automatically find and install the drivers. In my opinion, there should exist some common set of APIs or commands one can use to manually set those options previously available. But how? Are there any standards?
I can create Soft AP, using netsh hostednetwork commands, which is equivalent to Soft AP Mode. However, my primary purpose was to use the USB Adapter just as an Access Point and not as Soft AP Mode.
The difference is that: Access Point Mode allows to share internet from another WiFi Adapter, but, Soft AP mode uses a single Adapter and the same adapter is used as client and access point.
I searched thoroughly, but did not find anything on the commands, tools, or utilities to manually configure Access Point without those provided Utilities (for example in Windows 10).
Are there any command line options, tools, utilities, or third party applications that allow to configure an adapter as an regular Access Point and not the Soft AP?
wireless-networking wireless-access-point tcpip netsh internet-sharing
Some USB Adapters, for example, many of the chips such as RTL8191SU, have option to set mode to either Station, or Access Point, or Soft AP.
In Station Mode, it acts just as a WiFi client.
In Access Point Mode, the adapter kind of acts as a Wireless Router.
In Soft AP Mode, the adapter acts as a WiFi client, but, it uses a Microsoft Virtual WiFi Adapter, and creates something called hostednetwork.
My question is mainly concerned with the second option, the Access Point Mode and not the Soft Access Mode.
In Windows 7, the Wireless Utility Tool has all above options to select, but, none of those utilities can be installed in Windows 10. It says unsupported OS, if one tries to run them. But, Windows 10 does automatically find and install the drivers. In my opinion, there should exist some common set of APIs or commands one can use to manually set those options previously available. But how? Are there any standards?
I can create Soft AP, using netsh hostednetwork commands, which is equivalent to Soft AP Mode. However, my primary purpose was to use the USB Adapter just as an Access Point and not as Soft AP Mode.
The difference is that: Access Point Mode allows to share internet from another WiFi Adapter, but, Soft AP mode uses a single Adapter and the same adapter is used as client and access point.
I searched thoroughly, but did not find anything on the commands, tools, or utilities to manually configure Access Point without those provided Utilities (for example in Windows 10).
Are there any command line options, tools, utilities, or third party applications that allow to configure an adapter as an regular Access Point and not the Soft AP?
wireless-networking wireless-access-point tcpip netsh internet-sharing
wireless-networking wireless-access-point tcpip netsh internet-sharing
asked Jun 12 '16 at 19:39
user3330840
11426
11426
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Here are my findings:
1) Access point mode in most adapters is similar to Ad-Hoc network in Windows 7, and does not work in windows 10 as it does not seem to support Ad-Hoc mode.
2) Soft AP is the hostednetwork and it is supported in windows 7 and 10.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Here are my findings:
1) Access point mode in most adapters is similar to Ad-Hoc network in Windows 7, and does not work in windows 10 as it does not seem to support Ad-Hoc mode.
2) Soft AP is the hostednetwork and it is supported in windows 7 and 10.
add a comment |
up vote
0
down vote
Here are my findings:
1) Access point mode in most adapters is similar to Ad-Hoc network in Windows 7, and does not work in windows 10 as it does not seem to support Ad-Hoc mode.
2) Soft AP is the hostednetwork and it is supported in windows 7 and 10.
add a comment |
up vote
0
down vote
up vote
0
down vote
Here are my findings:
1) Access point mode in most adapters is similar to Ad-Hoc network in Windows 7, and does not work in windows 10 as it does not seem to support Ad-Hoc mode.
2) Soft AP is the hostednetwork and it is supported in windows 7 and 10.
Here are my findings:
1) Access point mode in most adapters is similar to Ad-Hoc network in Windows 7, and does not work in windows 10 as it does not seem to support Ad-Hoc mode.
2) Soft AP is the hostednetwork and it is supported in windows 7 and 10.
answered Jun 17 '16 at 17:12
user3330840
11426
11426
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1088422%2faccess-point-mode-in-usb-wifi-adapters-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown