9971e36a6d
FossilOrigin-Name: f0cd261531de060a6ad8dd4030a1a47587fd7b6f37101286b7d0dcf57d1de838
48 lines
811 B
Plaintext
48 lines
811 B
Plaintext
#default configuration file for wpt
|
|
|
|
config 'wtp'
|
|
# WTP name
|
|
# (default is empty, the WTP will
|
|
# create a random name)
|
|
option name
|
|
|
|
# MTU
|
|
option mtu 1500
|
|
|
|
# Do MTU discovery (means append mtu discovery
|
|
# padding msg element when sendig discovery requests)
|
|
option mtu_discovery 1
|
|
|
|
# SSL certificate and key
|
|
# (default is empty, you have to specify one)
|
|
option ssl_cert
|
|
option ssl_key
|
|
|
|
# ciphers
|
|
#
|
|
option ssl_cipher
|
|
|
|
# vendor id
|
|
# set the vendor id as integer value
|
|
# default is gnu
|
|
option vendor_id
|
|
|
|
option max_discovery_interval 30
|
|
option discovery_interval 5
|
|
|
|
|
|
# capwap mmode
|
|
# possible values: capwap, cisco
|
|
# default is "capwap"
|
|
option capwap_mode "capwap"
|
|
|
|
|
|
config 'dbg'
|
|
# debug options
|
|
option dtls 0
|
|
option dtls_detail 0
|
|
option dtls_bio 0
|
|
option dtls_bio_dmp 0
|
|
|
|
|