美文网首页
Linux无线

Linux无线

作者: zippozeng | 来源:发表于2023-03-23 23:44 被阅读0次

    iw

    NAME

    iw - show / manipulate wireless devices and their configuration
    

    SYNOPSIS

    iw [ OPTIONS ] { help | OBJECT COMMAND }
    
    OBJECT := { dev | phy | reg }
    
    OPTIONS := { --version | --debug }
    

    OPTIONS

    --version
          print version information and exit.
    
    --debug
          enable netlink message debugging.
    

    IW - COMMAND SYNTAX

    OBJECT
         dev <interface name>
                - network interface.
    
         phy <phy name>
                - wireless hardware device (by name).
    
         phy#<phy index>
                - wireless hardware device (by index).
    
         reg    - regulatory agent.
    
     COMMAND
         Specifies the action to perform on the object.  The set of possible actions depends on the
         object type.  iw help will print all supported commands.
    

    相关文章

      网友评论

          本文标题:Linux无线

          本文链接:https://www.haomeiwen.com/subject/pldwrdtx.html