Microsoft Wireless Hosted Network – a software-based wireless access point (AP) sometimes referred to as a SoftAP that uses a designated virtual wireless adapter

mswindows_logo.jpg   With Microsoft Wireless Hosted Network you can use a single physical wireless adapter to connect as a client to a hardware access point (AP) while at the same time acting as a software AP allowing other wireless capable devices to connect to it – this feature requires that a Hosted Network capable wireless adapter is installed in the local computer

C:\ netsh wlan show wirelesscap
Softwarezugriffspunkt    : Unterstützt
Wi-Fi Direct-Gerät           : Unterstützt
C:\ netsh wlan set hostednetwork mode=allow
C:\ netsh wlan set hostednetwork ssid=<SSID>
C:\ netsh wlan set hostednetwork key=<PASSWORD> keyUsage=persistent
C:\ netsh wlan start hostednetwork

Leave a Reply

You must be logged in to post a comment.