- 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>
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>
Client ratelimit doesnt get updated when client
roams between ssids in the Access Point.
Signed-off-by: Chaitanya Kiran Godavarthi <chaitanya.kiran@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>
- FT over DS was set to 0 which wasnt taking effect due to missing
declarations in the policy
Fixes: WIFI-560
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
The radio is a qca9984 not a qca9888. Apply the correct firmware configuration.
The change also appplies to the AP2220 (obsolete).
Signed-off-by: Rick Sommerville <rick.sommerville@netexperience.com>
Track the average RSSI of associated stations. This information can be
used to deauth stations if their rssi gets too low.
Signed-off-by: John Crispin <john@phrozen.org>
- Added helper script to apply redirector address
- Added support to preserve the same
- Changed the default fqdn
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
We can now put "option rssi_ignore_probe_request -40" into uci. Probe requests
with a rssi worse then -40 will not be replied to.
Signed-off-by: John Crispin <john@phrozen.org>
beacon_rate config was introduced as part of rrm commit. Some
drivers don't support this. Removing this config from
hostapd config.
Signed-off-by: Arif Alam <arif.alam@connectus.ai>
the last nm2 patch incorrectly contained a chunk that disabled the process
watchdog for nm and wm. revert this change.
this patch shall be folded into the other nm2 patches when we move to trunk.
Signed-off-by: John Crispin <john@phrozen.org>
This patch adds support for the Sercomm Kiwi AP.
Specification:
- SoC: Qualcomm Atheros IPQ807x ARM64 quad core
- RAM: 1GB
- NAND Flash: 256MB
- Ethernet: 1 x 2G
- WLAN: 2x Titan AX
Installation instructions:
1) scp openwrt-ipq807x-sercomm_kiwi-squashfs-nand-factory.bin into the preflashed qsdk image
2) ssh into the unit and call sysupgrade -n openwrt-ipq807x-sercomm_kiwi-squashfs-nand-factory.bin
Signed-off-by: John Crispin <john@phrozen.org>