mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 03:28:00 +00:00
WIFI-536: Clients unable to ping each other even though the Client Isolation feature is disabled.
This commit is contained in:
@@ -2513,7 +2513,7 @@ public class OvsdbDao {
|
||||
|
||||
boolean uapsdEnabled = radioConfiguration.getUapsdState() == StateSetting.enabled;
|
||||
|
||||
boolean apBridge = radioConfiguration.getStationIsolation() == StateSetting.enabled; // stationIsolation
|
||||
boolean apBridge = radioConfiguration.getStationIsolation() == StateSetting.disabled; // stationIsolation
|
||||
// off by default
|
||||
boolean enable80211r = false;
|
||||
int mobilityDomain = 0;
|
||||
|
||||
Reference in New Issue
Block a user