Click here to Skip to main content
15,889,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I know how to start hosted wlan,
but i have x2 wlan card (Intel internal and Alfa USB).

Can start x2 hosted wlan (ssid1 on internal and ssid2 on USB ?

Can start one only on USB without disable internal wlan ? (because it start by default on first wlan card)

CMD and C# code for start one only hosted wlan on first wlan card only:

C#
newprocess.StartInfo.Arguments = "wlan set hostednetwork mode=allow ssid="+SSID.Text+" key="+Password.Text;



:)

What I have tried:

1- Start x2 hosted wlan (e.g. ssid on card1 and ssid2 on card2).
2- Start one hosted ony on card2 without disable card1.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900