This Patch add APNOS support for captive portal radius user
authentication
Package: OpenNDS
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
Add algorithm which chooses a APC and
backup APC among the APs in a subnet.
This APC can be used to perform few functions
on behalf of the APs on the subnet. For example,
the APC AP will be used as a radius proxy for
the APs in the subnet.
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
- Add support for configuring Passpoint parameters
- Add support for configuring RADIUS accounting parameters
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
* Previous patch caused CI/CD to fail; this fix
fixes the issue.
Signed-off-by: Mario Senecic <mario.senecic@sartura.hr>
Signed-off-by: Damir Franusic <damir.franusic@sartura.hr>
OpenSync uses a non monotomic timer. If ntp sets time during boot, the 10
minute time will get interrupted and maverick comes up after ~30s. Fix
this by using a monotomic clock.
Signed-off-by: John Crispin <john@phrozen.org>
* Bugfix in hostapd: fixed improper increment operator usage in os_realloc
function that caused a crash on multiple SSIDs
* Bugfix in ubus_collector: fixed the improper usage of blobmsg_for_each_attr
macro and the misplaced evsched_task_reschedule calls
* Reverted the previous client sessions hostapd patch
Signed-off-by: Mario Senecic <mario.senecic@sartura.hr>
The unit shall bring up the Maverick SSID if it fails to on-board with the cloud
within the first 10 minutes of its live.
Signed-off-by: John Crispin <john@phrozen.org>
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>
The feature provides ability to create a remote ssh session.
libwebsocket is a modified version of library hence included as a package.
Signed-off-by: Ammad Rehmat <ammad.rehmat@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>
The AX silicon uses multi phy devices. The path matching code
needs an update to be able to detect this.
Signed-off-by: John Crispin <john@phrozen.org>
This code worked on 32bit as sizeof(struct blob_attr) == 4, same as a
pointer. On 64bit a pointer requires 8 bytes however.
Signed-off-by: John Crispin <john@phrozen.org>
This patch will resolve the issue:VIF State captive_portal/session_timeout reports 0 value when not set
Fixes: WIFI-790
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
- Incorrect dhcp fingerprint info was reported in case client is not found in
the local fingerbank database. This patch fixes the issue.
Fixes: WIFI-791
Signed-off-by: Yashvardhan <yashvardhan@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>
On-channel survey reports only the active channel.
Off-channel survey reports on channels actually measured.
Channel utilization reported as a percentage.
Fixes: Wifi-638
Signed-off-by: Rick Sommerville <rick.sommerville@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>
- Enabled DHCP sniffing support in libinet
- Added support to populate DHCP_leased_IP table with sniffing results
Fixes: WIFI-432
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>