mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 02:43:38 +00:00
Add local_power_constraint radio params Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
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"
|