1. First determine if the wireless card supports AP hotspot feature
In the Windows command prompt, enter "netsh wlan show drivers".
In the command output, there is a line "supported Hosting network", "yes" on behalf of the wireless AP hotspot feature, no representative does not support
2. Create a wireless AP hotspot.
At the command prompt, enter the following two lines of command:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Netsh wlan set hostednetwork mode=allow Ssid=pc-wifi key=12345678
Netsh wlan start hostednetwork
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
That is, the name of WiFi is "Pc-wifi", WiFi password is "12345678".
In the Control Panel, a network connection that is automatically created by the Windows system appears.
3. Sharing an Internet connection
You can set up Internet Connection Sharing on your PC with the Internet connection (either a wired or wireless network card).
4. Phone and PC settings.
Mobile phone or other PC search to pc-wifi this wifi, enter the password 12345678, you can surf the Internet. My PC needs to manually modify the DNS setting to 8.8.8.8. But the phone doesn't need to be set up. I don't know what the reason is.
Wireless card for AP hotspot feature, sharing Internet connection settings