You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(net.configuration): add missing 802.1X password field definition
- Add CONFIG_802_1X_PASSWORD to NetworkConfigurationPropertyNames enum
- Add password field definition to network configuration metadata
- Ensures 802.1X authentication password field is properly exposed in configuration
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
Copy file name to clipboardExpand all lines: bundles/org.eclipse.kura.net.configuration/src/main/java/org/eclipse/kura/net/configuration/NetworkConfigurationPropertyNames.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.kura.net.configuration/src/main/java/org/eclipse/kura/net/configuration/NetworkConfigurationServiceCommon.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.kura.net.configuration/src/main/resources/org/eclipse/kura/net/configuration/messages/NetworkConfigurationMessagesBundle.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (c) 2023 Eurotech and/or its affiliates and others
2
+
# Copyright (c) 2023, 2025 Eurotech and/or its affiliates and others
3
3
#
4
4
# This program and the accompanying materials are made
5
5
# available under the terms of the Eclipse Public License 2.0
@@ -79,6 +79,7 @@ CONFIG_WIFI_MASTER_CHANNEL=The wifi channel to use.
79
79
CONFIG_WIFI_MASTER_IGNORE_SSID=Specify if the SSID broadcast is ignored.
Copy file name to clipboardExpand all lines: tests/org.eclipse.kura.net.configuration.test/src/test/java/org/eclipse/kura/net/configuration/NetworkConfigurationServiceCommonTest.java
+55-3Lines changed: 55 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ public void shouldWrapStringPasswords() throws KuraException {
Copy file name to clipboardExpand all lines: tests/org.eclipse.kura.nm.test/src/test/java/org/eclipse/kura/nm/configuration/NMConfigurationServiceImplTest.java
0 commit comments