Index: opensync-2.0.5.0/src/lib/schema/inc/schema_consts.h =================================================================== --- opensync-2.0.5.0.orig/src/lib/schema/inc/schema_consts.h +++ opensync-2.0.5.0/src/lib/schema/inc/schema_consts.h @@ -142,7 +142,7 @@ typedef enum { #define SCHEMA_CONSTS_INET_DHCP_LEASE_TIME "lease_time" #define SCHEMA_CONSTS_INET_DHCP_FORCE "force" -/* Custom options */ +/* vif Custom options */ #define SCHEMA_CONSTS_RATE_LIMIT "rate_limit_en" #define SCHEMA_CONSTS_RATE_DL "ssid_dl_limit" #define SCHEMA_CONSTS_RATE_UL "ssid_ul_limit" @@ -154,6 +154,10 @@ typedef enum { #define SCHEMA_CONSTS_DISABLE_B_RATES "disable_b_rates" #define SCHEMA_CONSTS_IEEE80211k "ieee80211k" #define SCHEMA_CONSTS_DYNAMIC_VLAN "dynamic_vlan" + +/* radio Custom options */ +#define SCHEMA_CONSTS_LOCAL_PWR_CONSTRAINT "local_pwr_constraint" + /* Captive Portal */ #define SCHEMA_CONSTS_SESSION_TIMEOUT "session_timeout" #define SCHEMA_CONSTS_BROWSER_TITLE "browser_title"