Windows ja wifi: Difference between revisions

From ICO wiki
Jump to navigationJump to search
Line 22: Line 22:
==Wifi sätete vaatamine==
==Wifi sätete vaatamine==
   netsh wlan show settings
   netsh wlan show settings
* Wifi profiilide vaatamine:
==Wifi profiilide vaatamine==
Arvutisse salvestatud wifi võrkude profiilide vaatamine:
   netsh wlan show profiles
   netsh wlan show profiles
mille väljund on näiteks järgmine:
<source lang="text">
C:\Users\Matzu>netsh wlan show profiles
Profiles on interface Wireless Network Connection:
Group policy profiles (read only)
---------------------------------
    <None>
User profiles
-------------
    All User Profile    : Testik
    All User Profile    : Matzu
    All User Profile    : itcollege
    All User Profile    : ThomsonAC7674
</source>
Kindla wifi profiili informatsiooni vaatamine:
netsh wlan show profiles <profiilinimi>
Näiteks vaatame itcollege wifi profiili:
<source lang="text">
C:\Users\Matzu>netsh wlan show profiles itcollege
Profile itcollege on interface Wireless Network Connection:
=======================================================================
Applied: All User Profile
Profile information
-------------------
    Version                : 1
    Type                  : Wireless LAN
    Name                  : itcollege
    Control options        :
        Connection mode    : Connect automatically
        Network broadcast  : Connect only if this network is broadcasting
        AutoSwitch        : Do not switch to other networks
Connectivity settings
---------------------
    Number of SSIDs        : 1
    SSID name              : "itcollege"
    Network type          : Infrastructure
    Radio type            : [ Any Radio Type ]
    Vendor extension          : Not present
Security settings
-----------------
    Authentication        : Open
    Cipher                : None
    Security key          : Absent
    Key Index              : 1
</source>


=Ajalugu=
=Ajalugu=

Revision as of 13:02, 1 May 2010

Sissejuhatus

Referaadi eesmärk on teha lühikokkuvõte Wifi ühenduse kasutamisest ja konfigureerimiest Windowsis. Täpsemalt käsitlen netsh wlan utiliiti, mis toimib alates Windows Vistast. Näited põhinevad Windows7-l.

Autor

  • Martin Jõgi
  • Grupp A21

Üldine

netsh wlan käsud ja näited

Kõikie käskude vaatamiseks kirjuta cmd.exe -s netsh wlan

Saadav olevate võrguliideste kindlaks tegemine

  • Wifi (wlan) võrguliidese olemasolu vaatamine:
 netsh wlan show interfaces

või

 ipconfig /all

kus tuleks vaadata alates reast "Wireless LAN adapter Wireless Network Connection:"

Wifi võrguliidese võimete kindlaks tegemine

Kui tahame teada installitud wifi draivite versiooni või mis raadio tüübid on selles draiveris toetatud jms, siis:

  • Wifi draiverite informatsiooni vaatamine:
 netsh wlan show drivers

Wifi sätete vaatamine

 netsh wlan show settings

Wifi profiilide vaatamine

Arvutisse salvestatud wifi võrkude profiilide vaatamine:

 netsh wlan show profiles

mille väljund on näiteks järgmine:

C:\Users\Matzu>netsh wlan show profiles

Profiles on interface Wireless Network Connection:

Group policy profiles (read only)
---------------------------------
    <None>

User profiles
-------------
    All User Profile     : Testik
    All User Profile     : Matzu
    All User Profile     : itcollege
    All User Profile     : ThomsonAC7674

Kindla wifi profiili informatsiooni vaatamine:

netsh wlan show profiles <profiilinimi>

Näiteks vaatame itcollege wifi profiili:

C:\Users\Matzu>netsh wlan show profiles itcollege

Profile itcollege on interface Wireless Network Connection:
=======================================================================

Applied: All User Profile

Profile information
-------------------
    Version                : 1
    Type                   : Wireless LAN
    Name                   : itcollege
    Control options        :
        Connection mode    : Connect automatically
        Network broadcast  : Connect only if this network is broadcasting
        AutoSwitch         : Do not switch to other networks

Connectivity settings
---------------------
    Number of SSIDs        : 1
    SSID name              : "itcollege"
    Network type           : Infrastructure
    Radio type             : [ Any Radio Type ]
    Vendor extension          : Not present

Security settings
-----------------
    Authentication         : Open
    Cipher                 : None
    Security key           : Absent
    Key Index              : 1

Ajalugu

Kokkuvõte

Kasutatud kirjandus