C:\Windows\system32> netsh wlan显示驱动程序
接口(interface)名称:无线网络连接

Driver                    : DW1501 Wireless-N WLAN Half-Mini Card
Vendor                    : Broadcom
Provider                  : Broadcom
Date                      : 21/01/2010
Version                   : 5.60.48.35
INF file                  : C:\Windows\INF\oem26.inf
Files                     : 5 total
                            C:\Windows\system32\DRIVERS\BCMWL6.SYS
                            C:\Windows\system32\bcmihvsrv.dll
                            C:\Windows\system32\bcmihvui.dll
                            C:\Windows\system32\drivers\vwifibus.sys
                            C:\Windows\system32\bcmwlcoi.dll
Type                      : Native Wi-Fi Driver
Radio types supported     : 802.11n 802.11g 802.11b
FIPS 140-2 mode supported : Yes
Hosted network supported  : Yes
Authentication and cipher supported in infrastructure mode:
                            Open            None
                            Open            WEP
                            Shared          None
                            Shared          WEP
                            WPA2-Enterprise TKIP
                            WPA2-Personal   TKIP
                            WPA2-Enterprise CCMP
                            WPA2-Personal   CCMP
                            WPA2-Enterprise Vendor defined
                            WPA2-Enterprise Vendor defined
                            Vendor defined  Vendor defined
                            Vendor defined  Vendor defined
                            Vendor defined  TKIP
                            Vendor defined  CCMP
                            WPA-Enterprise  TKIP
                            WPA-Personal    TKIP
                            WPA-Enterprise  CCMP
                            WPA-Personal    CCMP
Authentication and cipher supported in ad-hoc mode:
                            WPA2-Personal   CCMP
                            Open            None
                            Open            WEP
IHV service present       : Yes
IHV adapter OUI           : [00 10 18], type: [00]
IHV extensibility DLL path: C:\Windows\System32\bcmihvsrv.dll
IHV UI extensibility ClSID: {aaa6dee9-31b9-4f18-ab39-82ef9b06eb73}
IHV diagnostics CLSID     : {00000000-0000-0000-0000-000000000000}
我禁用并重新启用了很多次。仍然不知道什么地方出了错我总是得到错误的说法
“C:\Windows\system32> netsh wlan启动托管网络
托管网络无法启动。
连接到系统的设备不起作用。”
之前的命令运行良好。虚拟适配器以及所有功能都已启用。
netsh wlan show hostednetwork
C:\Windows\system32> netsh wlan显示托管网络
托管网络设置
Mode                   : Allowed
SSID name              : "Lathiyas"
Max number of clients  : 100
Authentication         : WPA2-Personal
Cipher                 : CCMP
托管网络状态
Status                 : Not started
然后尝试停止托管网络,然后再次尝试仍然相同的错误。我认为驱动程序存在一些问题。 Dell N5010 Windows 7-32位系统。请帮忙。

最佳答案

首先转到设备管理器,然后转到查看>>选择显示隐藏的设备...。然后转到网络适配器,找出Microsoft托管的网络Virual适配器...。按右键单击并启用选项...。

然后转到具有管理特权的命令提示符,然后输入以下命令:

netsh wlan set hostednetwork mode=allow
netsh wlan start hostednetwork

您的托管网络将正常运行。

关于wifi - "netsh wlan start hostednetwork "命令不起作用,无论我尝试什么,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18431634/

10-11 07:14