mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2026-01-27 10:23:02 +00:00
WIFI-907: Add new Hotspot, IdProvider, Operator, and Venue profiles to all-cloud-in-one
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"name": "TipWlan-cloud-hotspot-access",
|
||||
"details": {
|
||||
"model_type": "SsidConfiguration",
|
||||
"ssid": "Default-SSID-1602113058718",
|
||||
"ssid": "TipWlan-cloud-hotspot-access",
|
||||
"appliedRadios": [
|
||||
"is5GHzU",
|
||||
"is5GHzL",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"name": "TipWlan-cloud-hotspot-access",
|
||||
"details": {
|
||||
"model_type": "SsidConfiguration",
|
||||
"ssid": "Default-SSID-1602113058718",
|
||||
"ssid": "TipWlan-cloud-hotspot-access",
|
||||
"appliedRadios": [
|
||||
"is5GHzU",
|
||||
"is5GHzL",
|
||||
|
||||
@@ -347,6 +347,7 @@ public class AllInOneStartListener implements ApplicationRunner {
|
||||
appliedRadiosPsk.add(RadioType.is2dot4GHz);
|
||||
appliedRadiosPsk.add(RadioType.is5GHzL);
|
||||
appliedRadiosPsk.add(RadioType.is5GHzU);
|
||||
ssidConfigPsk.setSsid("TipWlan-cloud-hotspot-access");
|
||||
ssidConfigPsk.setAppliedRadios(appliedRadiosPsk);
|
||||
ssidConfigPsk.setSecureMode(SecureMode.wpa2PSK);
|
||||
ssidConfigPsk.setKeyStr("testing123");
|
||||
|
||||
Reference in New Issue
Block a user