MCPcopy
hub / github.com/bndw/wifi-card / onEncryptionModeChange

Function onEncryptionModeChange

src/App.js:102–105  ·  view source on GitHub ↗
(encryptionMode)

Source from the content-addressed store, hash-verified

100 setSettings({ ...settings, password });
101 };
102 const onEncryptionModeChange = (encryptionMode) => {
103 setErrors({ ...errors, passwordError: '' });
104 setSettings({ ...settings, encryptionMode });
105 };
106 const onEapMethodChange = (eapMethod) => {
107 setSettings({ ...settings, eapMethod });
108 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected