Added the CFPPERIOD and CFPMAXDURATION. Don't know how they got overlooked.

This commit is contained in:
mark 2000-02-07 19:02:27 +00:00
parent 3860705b7f
commit 2f38d7bf45
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,8 @@ case "$ACTION" in
startcmd="$startcmd dtimperiod=$APDTIMINT"
startcmd="$startcmd cfpollable=$APCFPOLLABLE"
startcmd="$startcmd cfpollreq=$APCFPOLLREQ"
startcmd="$startcmd cfpperiod=$APCFPPERIOD"
startcmd="$startcmd cfpmaxduration=$APCFPMAXDURATION"
startcmd="$startcmd probedelay=$APPROBEDELAY"
startcmd="$startcmd dschannel=$APCHANNEL"
j=1

View File

@ -14,7 +14,7 @@ case "$ADDRESS" in
# Do we want to be an AP? If not, set IS_AP to 'n' and the AP
# variables can be left blank
IS_AP=y
IS_AP=n
AP_FWIMAGE=/etc/wlan/t10001c0.hex
APBRIDGEDEVICE=eth0
APSSID="WLAN_PRISM2"
@ -22,6 +22,8 @@ case "$ADDRESS" in
APDTIMINT=3
APCFPOLLABLE=false
APCFPOLLREQ=false
APCFPPERIOD=3
APCFPMAXDURATION=100
APPROBEDELAY=100
APCHANNEL=6
APBASICRATES="2 4"