Set Auto Block Ack - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

AP Information
Parameter Restrictions
Valid parameters are 0 for disable Tx AMSDU, and 1 for enable Tx AMSDU. Otherwise, a 004 error is
reported.

Set Auto Block Ack

Example: set auto block ack to 0
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d '{"autoBa"
: "0"}' https://localhost/api/2.0/wifi/ap/autoBa
Reply
{"success":"true","updatedAt":"2013-05-16 13:45:39"}
Parameter Restrictions
Valid parameters are 0 and 1. Otherwise, a 004 error is reported.
Get Auto Block Ack
Example: get auto block ack
Request
curl -k -X GET -H 'password: cdisco123' https://localhost/api/2.0/wifi/ap/autoBa
Reply
{"autoBa":"1","success":"true","getAt":"2013-05-16 15:25:51"}
Set Disallow TKIP
Example: set disallowTKIP to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"disallowTKIP" : "0"}' https://localhost/api/2.0/wifi/ap/disallowTKIP
Reply
{"disallowTKIP":"1","success":"true","getAt":"2013-05-16 15:25:51"}
Parameter Restrictions
Valid parameters are 0 and 1. Otherwise, a 004 error is reported.
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
4-24
0—Disable, set up a BA session manually.
1—Enable, set up a BA session automatically after connected (recommended).
0—Allow HT rate with TKIP, WEP cipher.
1—Disallow HT rate with TKIP, WEP cipher.
Chapter 4
Configuring HTTP API
OL-29491-01

Advertisement

Table of Contents
loading

Table of Contents