- Hostapd will have a list of channels which it is allowed to switch to after receiving DFS event.
- cpp check switched from 1.82 to 1.90-4 so some code changes in redirclient.c and captive.c for passing static analysis.
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
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 resolve the radio config fail problem, when tx
power configured more than allowed operational range of AP.
Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
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>
Not all opensync managers were terminated on service stop/restart.
Send SIGKILL to terminate all managers.
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
Added the rules statically in firewall.config, hence reverted the code
which adds firewall rules during startup.
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@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>