Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

set up the wireless network, this is done using the netsh command:

# netsh wlan set hostednetwork mode=allow ssid=w8wifi key=password@123


the access point is created with WPA2-PSK (AES) encryption
start broadcasting wireless network:
# netsh wlan start hostednetwork
show the channel as well as the number of clients connected to your network:
netsh wlan show hostednetwork

You might also like