📄 wlan-ng.opts
字号:
#! /bin/sh # Wireless LAN adapter configuration## etc/pcmcia/wlan-ng.opts## Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved.# --------------------------------------------------------------------## linux-wlan## The contents of this file are subject to the Mozilla Public# License Version 1.1 (the "License"); you may not use this file# except in compliance with the License. You may obtain a copy of# the License at http://www.mozilla.org/MPL/## Software distributed under the License is distributed on an "AS# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or# implied. See the License for the specific language governing# rights and limitations under the License.## Alternatively, the contents of this file may be used under the# terms of the GNU Public License version 2 (the "GPL"), in which# case the provisions of the GPL are applicable instead of the# above. If you wish to allow the use of your version of this file# only under the terms of the GPL and not to allow others to use# your version of this file under the MPL, indicate your decision# by deleting the provisions above and replace them with the notice# and other provisions required by the GPL. If you do not delete# the provisions above, a recipient may use your version of this# file under either the MPL or the GPL.## --------------------------------------------------------------------## Inquiries regarding the linux-wlan Open Source project can be# made directly to:## AbsoluteValue Systems Inc.# info@linux-wlan.com# http://www.linux-wlan.com## --------------------------------------------------------------------## Portions of the development of this software were funded by # Intersil Corporation as part of PRISM(R) chipset product development.## --------------------------------------------------------------------## The address format is "scheme,socket,instance,hwaddr".## --------------------------------------------------------------------WLAN_VERSION=WLAN_PATCHLEVEL=WLAN_SUBLEVEL=WLAN_EXTRAVERSION=case "$ADDRESS" inwlannoenable,*,*,*) #=======ENABLE======================================== # Do we want to enable the card at all? Set to 'n' if you don't # want the card initialized for normal operation. Helpful for # (re)loading flash or for test purposes. WLAN_ENABLE=n;;*,*,*,*) #=======ENABLE======================================== # Do we want to enable the card at all? Set to 'n' if you don't # want the card initialized for normal operation. Helpful for # (re)loading flash or for test purposes. WLAN_ENABLE=y #=======USER MIB SETTINGS============================= # You can add the assignments for various MIB items # of your choosing to this variable, separated by # whitespace. The wlan-ng script will then set each one. # Just uncomment the variable and set the assignments # the way you want them. #USER_MIBS="p2CnfRoamingMode=1" #=======WEP=========================================== # [Dis/En]able WEP. Settings only matter if PrivacyInvoked is true dot11PrivacyInvoked=false # true|false dot11WEPDefaultKeyID=0 # 0|1|2|3 dot11ExcludeUnencrypted=true # true|false, in AP this means WEP # is required for all STAs # If PRIV_GENSTR is not empty, use PRIV_GENTSTR to generate # keys (just a convenience) PRIV_GENERATOR=/sbin/nwepgen # nwepgen, Neesus compatible PRIV_KEY128=false # keylength to generate PRIV_GENSTR="" # or set them explicitly. Set genstr or keys, not both. dot11WEPDefaultKey0= # format: xx:xx:xx:xx:xx or dot11WEPDefaultKey1= # xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx dot11WEPDefaultKey2= # e.g. 01:20:03:40:05 or dot11WEPDefaultKey3= # 01:02:03:04:05:06:07:08:09:0a:0b:0c:0d #=======SELECT STATION MODE=================== IS_ADHOC=n # y|n, y - adhoc, n - infrastructure #=======INFRASTRUCTURE STATION START=================== # SSID is all we have for now AuthType="opensystem" # opensystem | sharedkey (requires WEP) DesiredSSID="linux-wlan" #=======ADHOC STATION START============================ SSID="linux-wlan" # SSID BCNINT=100 # Beacon interval (in Kus) CHANNEL=6 # DS channel for BSS (1-14, depends # on regulatory domain) BASICRATES="2 4" # Rates for mgmt&ctl frames (in 500Kb/s) OPRATES="2 4 11 22" # Supported rates in BSS (in 500Kb/s) ;;esac
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -