Setup Virtual Router (Windows)
Set the network details:
netsh wlan set <network_name> mode=allow ssid=<ssid> key=<password> netsh wlan start <network_name>Example:
netsh wlan set hostednetwork mode=allow ssid=ss key=ssssss netsh wlan start hostednetworkTo stop the Wireless Hosted Network:
netsh wlan stop <network_name>To see the Wireless Hosted Network details, including the MAC addresses of connected users:
netsh wlan show <network_name>N.B: Run these commands in administrative mode.