zoukankan      html  css  js  c++  java
  • netsh command usage

    Microsoft Windows [Version 6.1.7000]
    (C) Copyright 2009 Microsoft Corp. 
    C:Windows>netsh wlan set profileparameter ?

    Usage: set profileparameter [name=] [[interface=]] 
          [SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
          [ConnectionMode=auto|manual] [nonBroadcast=yes|no] 
          [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] 
          [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] 
          [keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no] 
          [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] 
          [preAuthThrottle=1-16 [FIPS=yes|no] 
          [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] 
          [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] 
          [allowDialog=yes|no] [userVLAN=yes|no] 
          [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] 
          [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] 

    Parameters:

       Tag              Value
       name           - Name of the profile to be modified.
       interface      - Name of the interface on which the profile is set.
       SSIDname       - SSID of the wireless LAN, maximum length is 32. 
       ConnectionType - Specify the network is infrastructure (ESS) or ad-hoc (IBSS). 
       ConnectionMode - Connecting to network automatic or manually. 
                        Must be manual if connection type is IBSS. 
       autoSwitch     - The roaming behavior of an auto-connected network 
                        when a more preferred network is in range. 
       nonBroadcast   - Whether to connect to a hidden network. 
       authentication - The authentication type to be used. 
       encryption     - The encryption method to be used. 
       keyType        - Whether the shared key is a network key or a passphrase. 
       keyIndex       - The key index should be used to encrypt wireless traffic. 
       keyMaterial    - The network key or pasphrase. 
       PMKCacheMode   - Whether PMK caching will be used. Only valid for WPA2 networks. 
       PMKCacheSize   - The number of entries in the PMK cache on the client. 
       PMKCacheTTL    - The length of time in seconds, that a PMK cache will be kept. 
       preAuthMode    - Whether preauthentication will be used. Only valid for WPA2 networks. 
       preAuthThrottle - The number of reauthentication attempts to try on neighboring APs. 
       FIPS           - Enable or Disable FIPS mode. 
       useOneX         - Whether 802.1X authentication is used. 
       authMode       - Type of credentials to be used for authentication.
       ssoMode        - Type of single sign on to be attempted if any.
       maxDelay       - Timeout value to establish single sign on connection.
       allowDialog    - Allow or Disallow a dialog to be shown for preLogon.
       userVLAN       - Specify if the network switches to a different VLAN on user authentication.
       heldPeriod     - The interval time between two attempt authentications, in seconds. 
       AuthPeriod     - The maximum time, in seconds, a client waits for a response from the authenticator. 
       StartPeriod    - The length of time, in seconds, to wait before an EAPOL-Start
       maxStart       - The maximum number of EAPOL-Start messages sent. 
       maxAuthFailures - The maximum number of authentication failures allowed 
                        for a set of credentials. 
       cacheUserData -  Whether the user credentials are cached for subsequent use. 

    Remarks:

       Modifies the specified profile. If the interface is specified then
       only profile on that interface are modified.

       The name parameter is required. At least one other parameter besides profile name 
       and interface must also be specified.

    Examples:

       set profileparameter name=Profile1 authMode=userOnly ssoMode=preLogon
       set profileparameter name=Profile2 ssoMode=none fips=yes

  • 相关阅读:
    从零开始学android开发-setBackgroundDrawable与setBackgroundResource的区别
    从零开始学android开发-用Intent启动Activity的方法
    从零开始学android开发-View的setOnClickListener的添加方法
    从零开始学android开发- 应用程序窗体显示状态操作requestWindowFeature
    从零开始学android开发- layout属性介绍
    android常见错误--Unable to resolve target ‘android
    Html+jquery mobile
    用jQuery Mobile做HTML5移动应用的三个优缺点
    Chrome Apps将可以打包成iOS或Android应用
    [转]0.python:scikit-learn基本用法
  • 原文地址:https://www.cnblogs.com/nullbaby/p/7483498.html
Copyright © 2011-2022 走看看