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>
* implementation of the following ubus methods:
1. "get_sessions"
2. "clear_sessions"
3. "clear_session"
4. "get_bss_list"
* tracking of STA sessions and events (AUTH, ASSOC, etc.)
* caching of events is handled by hostapd and resides in
AVL until it is processed by ubus_collector
* added hard-coded caching limit to prevent memory leaks;
this should be made configurable at some point in the
future
Signed-off-by: Damir Franusic <damir.franusic@netexperience.com>
Otherwise docker build is sending around 12G-16GB to docker daemon.
Since we are binding the wlan-ap code in the docker we do not have to
send entire code to docker daemon.
Signed-off-by: Sasikantha Babu <sbabu@benunets.com>
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>
The batman-adv source code in openwrt-routing for OpenWrt 19.07 is
expecting the backports' compat code from OpenWrt 19.07. But the mac80211
package in wifi-ax is providing the ABI (and API) from a much newer kernel.
To work around this problem, a fork of the batman-adv package from OpenWrt
19.07 without the patches 0001-0004 can be used to switch to the new
netlink policy structure from newer kernel versions.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
This patch will support captive portal username and password
Package:openNDS
Fixes: WIFI-413
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
The default Luci module is now the TIP onboarding one. Ut gets disabled
when the AP makes first contact with the cloud.
Signed-off-by: John Crispin <john@phrozen.org>
This pulls in latest firmware. Not much change from last time, qcache builds
are slightly less broken, but still broken none the less, so don't use those
for general use.
Signed-off-by: Ben Greear <greearb@candelatech.com>
A painfully slow bug hunt lead to the fact that edge-core 5410-L EU
variant has radios that hang when the driver sets the regulatory domain
to USA.
So, stop overriding regulatory domain by default. If a user wants to
do this on a platform, it can be changed on their specific platform.
While at it, increase tx buffers for 9984 a bit since we have some
extra RAM to spare. This will help scale high tx speed with lots of
stations associated since there is more buffer space to build larger ampdus.
Signed-off-by: Ben Greear <greearb@candelatech.com>
- 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 dtc binary has to be compiled using the host GCC and not the target
cross compiler GCC. And GCC 10 is using by default -fno-common which
inhibits the merging of tentative definitions by the linker.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
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>
If the board does not have a special way to read the serial/model, use the
same method as EC420 does as a default.
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>