Add support for dynamic vlan in custom_options:
dynamic_vlan (values 0 1 and 2)
0 - disabled
1 - enabled
2 - enabled and reject if Radius server doesnt have Dynamic VLAN
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
This patch will reslove command manager crash issue and also add support for deleting the lingering entries in
the command state table
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
- Added milliseconds timestamp precision
- Data type changed to uint64 to hold millisecond timestamp
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
- Removed unwanted nested client event structures.
Doing this not only reduced complexity in the code but also helped get
rid of multple memory leaks and crashes in SM and datapipeline.
- Simplified ubus invoke calls. Nested ubus invokes were resulting in some
- data loss in callbacks
- Fixed incorrect conversion of session_id data type. This was blocking
clearing of sessions.
- Got rid of unnecessary strdups/mallocs. Potential memory leaks.
- Fixed missing conversion of frequency to band
- Removed unwanted logging which was filling the syslog buffer.
- Resolved a race occuring on the shared list between ubus_collector and SM.
- Relevant changes in datapipeline/protobuf to support the modified interface.
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
- fix potential issue with icon config section name
- remove passpoint related entries in config wireless on delete
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
- group the common data in dhcp events into one message
- add a timestamp in milliseconds in each dhcp event
- aggregate all dhcp events into a single dhcp event
Signed-off-by: Luka Kudra <luka.kudra@netexperience.com>
- group the common data in dhcp events into one message
- add a timestamp in milliseconds in each dhcp event
- aggregate all dhcp events into a single dhcp event
Signed-off-by: Luka Kudra <luka.kudra@netexperience.com>
DHCP_leased_IP table was not getting populated for some of the
associated clients. Enabling capture in promiscous mode allows
capturing of all the dhcp packets.
Fixes: WIFI-1177
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
- Patch to support basic batman configuraion through ovsdb interface
in addition to the defaults.
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
This Patch add APNOS support for captive portal radius user
authentication
Package: OpenNDS
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
- Add support for configuring Passpoint parameters
- Add support for configuring RADIUS accounting parameters
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
Add channel and band (2G 5GL 5GU) in the voice/video detect
protobuf messages.
Add Provider domain and codecs in voice/video detect protobuf
Signed-off-by: Chaitanya Kiran Godavarthi <chaitanya.kiran@connectus.ai>
This patch will support captive portal username and password
Package:openNDS
Fixes: WIFI-413
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
- Inactive firmware image version is stored over upgrade
and is reported in AWLAN_Node table.
- Rename FW_IMAGE_NAME to FW_IMAGE_ACTIVE
FIXES: WIFI-609
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
* opensync_stats.proto gets compiled during the build
process. The pre-compiled files (opensync_stats.pb-c.*)
should not be patched any longer; I have also updated
some older patches for all of this this to work. OpenWrt
creates a temporary proto-c package for the host ARCH and
generates source and header files for the target platform.
This happens after all the patches have been applied and just
before the opensync compilation process.
Signed-off-by: Damir Franusic <damir.franusic@netexperience.com>
- Support to decode dhcp fingerprint using a locally stored fingerbank database
Fixes: WIFI-433
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
- Added support to report client DHCP attributes such as
subnetmask, gateway, dhcp server, primary and secondary dns
Fixes: WIFI-432
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
- Add kernel module which detects voice/video by
analysing the traffic.
- Add new report to the stats manager in opensync.
- Generates a report each time a voice call is
detected, indicats callstart, callstop and callreport.
Signed-off-by: Chaitanya Kiran Godavarthi <chaitanya.kiran@connectus.ai>
Implement a per-SSID embedded Captive Portal making use of OpenNDS
Authentication type:None
Fix for WIFI-596
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
- synthetic dhcp client checks if the dhcp server is responsive and
reports back to cloud
Fixes: WIFI-441
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>