Skip to content

Commit

Permalink
feat(web2): EAP-TLS Enterprise certificate support frontend (#4895)
Browse files Browse the repository at this point in the history
* feat: add frontend support for eap-tls

* fix: add private directive in front of NM_SECRET_FLAGS_NOT_REQUIRED

* refactor: added Optional to CA-Cert

* refactor: removed extra new line

* refactor: change private key -> public private key pair

* refactor: change private key -> public private key pair

* refactor: removed wrapping around PLACEHOLDER

* refactor: removed escaping on set value

* fix: removed magic var boolean check

* fix: PLACEHOLDER to use one built into password field

* fix: minor change to where UI validation is setup

* refactor: changed Ui with @marcellorinaldo to match TabWireless

* fix: re-enabled CA-Cert for TTLS AND PEAP
  • Loading branch information
GregoryIvo authored Oct 24, 2023
1 parent dc5d8fa commit 947c3e0
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class NMSettingsConverter {
private static final String KURA_PROPS_KEY_WIFI_MODE = "net.interface.%s.config.wifi.mode";
private static final String KURA_PROPS_KEY_WIFI_SECURITY_TYPE = "net.interface.%s.config.wifi.%s.securityType";

static final UInt32 NM_SECRET_FLAGS_NOT_REQUIRED = new UInt32(4);
private static final UInt32 NM_SECRET_FLAGS_NOT_REQUIRED = new UInt32(4);

private NMSettingsConverter() {
throw new IllegalStateException("Utility class");
Expand Down
Loading

0 comments on commit 947c3e0

Please sign in to comment.