mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 02:11:28 +00:00
- add ovsdb schema for radsec and radius proxy config - add radsec and radius proxy functionality - add APC functionality for radsec and radius proxy Send APC mode information through ubus from APC application to WM. Use the APC mode to direct the configuration of radius proxy. We get this information from APC: mode: DR (Designated Router) BDR (Back up Designated Router) OR (Other Router) NC (Not connected/Not configured) bdr_addr: IP of the BDR dr_addr: IP of the DR enabled: If Enabled/Disabled Signed-off-by: Arif Alam <arif.alam@netexperience.com> 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"
|