WIFI-956: WPA2-Enterprise SSID Not Broadcasting

Correct search for the RadiusProfiles OpensyncGatewayExternalCloud to be
under the equipment_ap profile, as opposed to the previous SSID Profile.
This allows creation of profiles with Radius on the AP.

** Additional correct docker image build
This commit is contained in:
Mike Hansen
2020-10-14 12:26:52 -04:00
parent 764fb8caf7
commit a3fe53d6bd
5 changed files with 34 additions and 1 deletions

View File

@@ -835,7 +835,7 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
.addAll(profileContainer.getChildrenOfType(ssidProfile.getId(), ProfileType.hotspot_2pt0));
radiusSet.addAll(profileContainer.getChildrenOfType(ssidProfile.getId(), ProfileType.radius));
radiusSet.addAll(profileContainer.getChildrenOfType(ret.getApProfile().getId(), ProfileType.radius));
if (ssidProfile.getDetails() != null) {
Long captivePortId = ((SsidConfiguration) ssidProfile.getDetails()).getCaptivePortalId();
if (captivePortId != null) {