为什么win10无法设置移动热点?

为什么win10无法设置移动热点?

显示 wlan 的驱动程序:

C:\Windows\system32>netsh wlan show drivers

Interface name: Wi-Fi 2

    Driver                    : Atheros AR9271 Wireless Network Adapter
    Vendor                    : Atheros Communications Inc.
    Provider                  : Atheros Communications Inc.
    Date                      : 6/10/2011
    Version                   : 2.0.0.64
    INF file                  : oem12.inf
    Type                      : Native Wi-Fi Driver
    Radio types supported     : 802.11b 802.11g 802.11n
    FIPS 140-2 mode supported : Yes
    802.11w Management Frame Protection supported : No
    Hosted network supported  : Yes
    Authentication and cipher supported in infrastructure mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                WPA-Enterprise  TKIP
                                WPA-Personal    TKIP
                                WPA2-Enterprise TKIP
                                WPA2-Personal   TKIP
                                Vendor defined  TKIP
                                WPA2-Enterprise Vendor defined
                                Vendor defined  Vendor defined
                                WPA-Enterprise  CCMP
                                WPA-Personal    CCMP
                                WPA2-Enterprise CCMP
                                Vendor defined  CCMP
                                WPA2-Enterprise Vendor defined
                                Vendor defined  Vendor defined
                                WPA2-Personal   CCMP
                                Vendor defined  Vendor defined
    Authentication and cipher supported in ad-hoc mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                WPA2-Personal   CCMP
                                Vendor defined  Vendor defined
    Wireless Display Supported: No (Graphics Driver: Yes, Wi-Fi Driver: No)

Hosted network supported : Yes,这样就可以创建热点了,设置网络并启动:

C:\Windows\system32>netsh wlan set hostednetwork mode=allow ssid=myhome key=12345678
The hosted network mode has been set to allow.
The SSID of the hosted network has been successfully changed.
The user key passphrase of the hosted network has been successfully changed.
C:\Windows\system32>netsh wlan start hostednetwork
The hosted network started.

检查状态:

C:\Windows\system32>netsh wlan show  hostednetwork    
Hosted network settings
-----------------------
    Mode                   : Allowed
    SSID name              : "myhome"
    Max number of clients  : 100
    Authentication         : WPA2-Personal
    Cipher                 : CCMP

Hosted network status
---------------------
    Status                 : Started
    BSSID                  : 06:1a:8c:30:08:b1
    Radio type             : 802.11n
    Channel                : 1
    Number of clients      : 0

在win10的移动热点设置中:

在此处输入图片描述 每次我把它拖到右边的on状态,它就会自动变回左边的off状态。
为什么不能与其他设备共享互联网连接?
我的安卓手机可以连接myhome热点,但不能连接互联网!

在此处输入图片描述

那么该如何修复呢?

答案1

您的无线连接需要是私密的,才能成为其他机器的热点。

使用设置应用程序,选择无线设置,然后选择私人/公共。

请参见下文:

将无线设置为私人

答案2

我的win10版本是Microsoft Windows [Version 10.0.19045.3448],答案和John的有点不同。1
.在我的电脑上,找不到将热点设为私密的方法。2
.我所做的很简单,为创建的热点设置共享Local Area Connection*9
运行我帖子中的所有命令后,选择为Contral panel-- Network and Internet-- Network Connections,它将显示为:

在此处输入图片描述

Local Area Connection*9是由我的命令创建的。
现在选择Ethernet(不是其他两个)
在此处输入图片描述

在共享菜单中,允许Local Area Connection*9 连接Ethernet,是时候myhome12345678Android 手机连接了!

相关内容