Difference between revisions of "Wifi windows 7"

From Teknologisk videncenter
Jump to: navigation, search
m (added Category:Winfo using HotCat)
m (References)
 
(7 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
                                 Delt            WEP
 
                                 Delt            WEP
 
                                 WPA2-Personal  CCMP
 
                                 WPA2-Personal  CCMP
 +
</source>
  
 
C:\Users\heth>
 
</source>
 
 
=Visible wireless networks=
 
=Visible wireless networks=
 
==SSID's==
 
==SSID's==
Line 42: Line 40:
 
     Godkendelse          : Åbn
 
     Godkendelse          : Åbn
 
     Kryptering            : Ingen
 
     Kryptering            : Ingen
 +
</source>
  
 
C:\Users\heth>
 
</source>
 
 
==BSSID's==
 
==BSSID's==
 +
Signal strength are expressed as 0 to 100% with 0% as -100 dBm and 100% as -50 dBm.<ref>[http://social.msdn.microsoft.com/Forums/vstudio/en-US/fdc8284f-e833-40ef-9cd2-2907c91dba59/how-to-get-wlan-ap-ssids-and-corresponding-signal-strength-in-dbm?forum=csharpgeneral Windows Signal strength]</ref>
 
<source lang=cmd>
 
<source lang=cmd>
 
C:\Users\heth\HOT><input>netsh wlan show networks mode = bssid</input>
 
C:\Users\heth\HOT><input>netsh wlan show networks mode = bssid</input>
Line 85: Line 82:
 
=Articles=
 
=Articles=
 
*[[Windows 7 as WiFi Access Point]]
 
*[[Windows 7 as WiFi Access Point]]
 +
=References=
 +
<references/>
 
{{Source cmd}}
 
{{Source cmd}}
  
 
[[Category:WiFi]]
 
[[Category:WiFi]]
[[Category:Winfo]]
+
[[Category:Windows 7]]

Latest revision as of 12:37, 29 August 2014

Wireless NIC

C:\Users\heth><input>netsh wlan show drivers</input>

Grænsefladenavn: Trådløs netværksforbindelse

    Driver                    : Intel(R) Centrino(R) Ultimate-N 6300 AGN
<notice>...Linier udeladt...</notice>
    Understøttede radiotyper  : 802.11a 802.11b 802.11g
    FIPS 140-2-tilstand understøttes: Ja
    Understøttet værtsbaseret netværk  : Ja
    Understøttet godkendelse og kryptering i infrastrukturtilstand:
                                Åbn             Ingen
                                Åbn             WEP-40bit
                                Åbn             WEP-104-bit
                                Åbn             WEP
                                Delt            WEP-40bit
                                Delt            WEP-104-bit
<notice>...Linier udeladt...</notice>
                                Delt            WEP-104-bit
                                Delt            WEP
                                WPA2-Personal   CCMP

Visible wireless networks

SSID's

C:\Users\heth><input>netsh wlan show networks</input>

Grænsefladenavn : Trådløs netværksforbindelse
Der er aktuelt 2 synlige netværk.

SSID 1 : Global
    Netværkstype          : Infrastruktur
    Godkendelse           : WPA2-Personal
    Kryptering            : CCMP

SSID 2 : Global-Undervisning
    Netværkstype          : Infrastruktur
    Godkendelse           : Åbn
    Kryptering            : Ingen

BSSID's

Signal strength are expressed as 0 to 100% with 0% as -100 dBm and 100% as -50 dBm.[1]

C:\Users\heth\HOT><input>netsh wlan show networks mode = bssid</input>

Grænsefladenavn : Trådløs netværksforbindelse
Der er aktuelt 2 synlige netværk.

SSID 1 : Global-Undervisning
    Netværkstype          : Infrastruktur
    Godkendelse           : Åbn
    Kryptering            : Ingen
    BSSID 1                 : 08:cc:68:cc:75:9f
         Signal           : 70%
         Radiotype        : 802.11n
         Kanal            : 40
         Grundlæggende hastigheder (Mbps) : 24
         Andre hastigheder (Mbps) : 36 48 54
    BSSID 2                 : a8:0c:0d:db:b0:3f
         Signal           : 46%
         Radiotype        : 802.11n
         Kanal            : 40
         Grundlæggende hastigheder (Mbps) : 24
         Andre hastigheder (Mbps) : 36 48 54
    BSSID 3                 : 08:cc:68:cc:71:9f
         Signal           : 45%
         Radiotype        : 802.11n
         Kanal            : 136
         Grundlæggende hastigheder (Mbps) : 24
         Andre hastigheder (Mbps) : 36 48 54
    BSSID 4                 : 08:cc:68:cc:36:3f
         Signal           : 99%
         Radiotype        : 802.11n
         Kanal            : 44
         Grundlæggende hastigheder (Mbps) : 24
         Andre hastigheder (Mbps) : 36 48 54

Articles

References