Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -s (security) flag to t2 wifi #393

Closed
Frijol opened this issue Oct 23, 2015 · 2 comments
Closed

Add -s (security) flag to t2 wifi #393

Frijol opened this issue Oct 23, 2015 · 2 comments
Assignees

Comments

@Frijol
Copy link
Member

Frijol commented Oct 23, 2015

Per spec:

> -s <security>: security protocol to connect with (i.e. WEP, WPA, PSK)

moved from #82

@Frijol
Copy link
Member Author

Frijol commented Nov 15, 2015

Looks like some of the setup for this is already in place, just not fully implemented: in lib/tessel/commands.js:

module.exports.setNetworkEncryption = function(encryption) {
  return ['uci', 'set', 'wireless.@wifi-iface[0].encryption=' + encryption];
};

@rwaldron
Copy link
Contributor

@HipsterBrown same here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants