#ifndef __KEYS_H #define __KEYS_H //#define CW_KEY_WTP_DESCRIPTOR "capwap/wtp-descriptor" #define CW_SKEY_HARDWARE "hardware" #define CW_SKEY_SOFTWARE "software" #define CW_SKEY_BOOTLOADER "bootloader" #define CW_SKEY_OTHER_SOFTWARE "other-software" #define CW_SKEY_VENDOR "vendor" #define CW_SKEY_VERSION "version" #define CW_SKEY_MAX_RADIOS "max-radios" #define CW_SKEY_RADIOS_IN_USE "radios-in-use" //#define CW_KEY_WTP_NAME "wtp-name" //#define CW_KEY_DISCOVERY_TYPE "discovery-type" #define CW_KEY_WTP_MAC_TYPE "wtp-mac-type" #define CW_KEY_WTP_FRAME_TUNNEL_MODE "wtp-frame-tunnel-mode" #define CW_KEY_WTP_BOARD_DATA "wtp-board-data" #define CW_SKEY_MODELNO "model-no" #define CW_SKEY_SERIALNO "serial-no" #define CW_KEY_AC_DESCRIPTOR "ac-descriptor" #define CW_SKEY_STATION_LIMIT "station-limit" #define CW_SKEY_STATIONS "stations" #define CW_SKEY_ACTIVE_WTPS "active-wtps" #define CW_SKEY_MAX_WTPS "active-wtps" #define CW_SKEY_SECURITY "security" #define CW_SKEY_RMAC_FIELD "rmac-field" #define CW_SKEY_DTLS_POLICY "dtls-policy" #endif