最終更新:2022-05-17 (火) 12:42:45 (700d)  

iwconfig
Top / iwconfig

configure a wireless network interface

無線LANインターフェイスを設定/状態表示する

iwconfig eth0 essid "linux"

man

  • NAME
           iwconfig - configure a wireless network interface
    
    SYNOPSIS
           iwconfig [interface]
           iwconfig interface [essid X] [nwid N] [mode M] [freq F]
                              [channel C][sens S ][ap A ][nick NN ]
                              [rate R] [rts RT] [frag FT] [txpower T]
                              [enc E] [key K] [power P] [retry R]
                              [modu M] [commit]
           iwconfig --help
           iwconfig --version

メモ

パラメータ

  • essid{NNN|any|on|off}
    mode{managed|ad-hoc|master|...}
    freqN.NNN[k|M|G]
    channelN
    bit{N[k|M|G]|auto|fixed}
    rate{N[k|M|G]|auto|fixed}
    enc{NNNN-NNNN|off}
    key{NNNN-NNNN|off}
    power{period N|timeout N|saving N|off}
    nicknameNNN
    nwid{NN|on|off}
    ap{N|off|auto}
    txpower{NmW|NdBm?|off|auto}
    sensN
    retry{limit N|lifetime N}
    rts{N|auto|fixed|off}
    frag{N|auto|fixed|off}
    modulation{11g|11a|CCK|OFDMg|...}
    commit

Ubuntu/パッケージ

関連

後継