User Tools

Site Tools


educare:iw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
educare:iw [2019/12/22 11:43] profproeducare:iw [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====iw===
  
 +è un pacchetto Debian e Ubuntu
 +
 +è un comando che permette di eseguire operazioni sulla scheda di rete wireless
 +
 +  iw [opzioni] COMANDO
 +
 +Comando può essere:
 +  * help
 +  * event
 +  * features
 +  * commands
 +  * list
 +  * phy ......
 +  * dev  (controllo a basso livello del dispositivo: una miriade di possibilità)
 +
 +
 +==esempio==
 +
 +iw list
 +
 +<code>
 +  Supported ciphers:
 +         wep40
 +         wep104
 +         TKIP
 +         CCMP
 +         GCMP
 +         CMAC
 +         GMAC
 +         
 +  Supported interface modes:
 +         IBSS
 +         managed
 +         AP
 +         AP/VLAN
 +         monitor
 +         mesh point
 +         P2P-client
 +         P2P-GO
 +         outside context of a BSS
 +   Band 1:
 +         bitrate: 1.0 Mbps
 +                  54.0 Mbps
 +         frequencies:
 +                  2412 MHz
 +                  2417 MHz
 +                  2422 MHz
 +                  2427 MHz
 +                  ....
 +                  2462 MHz
 +                  2467 MHz
 +                  2472 MHz
 +                  2484 MHz
 +                  
 +</code>