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>
- 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>
Procd currently only respawns hostapd five times. This commit
will ensure that hostapd is always respawned.
Fixes: WIFI-705
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
- 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>
Rick noticed I had a typo in previous commit, which caused 16 vdevs
to be allocated instead of 8. Fix this to be back to 8 as intended,
and now we can increase stations-per-radio to 147 again.
Signed-off-by: Ben Greear <greearb@candelatech.com>
- 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>
Procd currently only respawns hostapd five times. This commit
will ensure that hostapd is always respawned.
Fixes: WIFI-705
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
this code changes resolve the problem of not redirecting to intended page after client
authentication
Fixes: WIFI-596
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
This rebalances the 4019 firmware memory usage so it can support
more TIDs. This should fix the crash seen in CICD stress tests
of the ea3800 platform. Bug would have shown on other 4019 radio
testbeds as well if tested to same level as we test ea8300.
Signed-off-by: Ben Greear <greearb@candelatech.com>