netsh set multiple hostednetwork

Viewed 1344

I am trying to use two WIFI adapters to form a WLAN network. I know the following command can setup a hostednetwork and I have already done it.

netsh wlan set hostednetwork [[mode={allow|disallow}] [[ssid=]WirelessNetworkName] [[key=]passphrase] [[keyUsage=]{persistent|temporary}]
netsh wlan start hostednetwork

However, the hostednetwork that I had setup is automatically mirror to the first adapter. How I can setup another hostednetwork that mirror to the second adapter? I have searched in the internet for long time but still cannot get a solution. Thandks.

1 Answers
Related