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

wifi: WPA-Enterprise support #119

Merged
merged 2 commits into from
Jun 28, 2018
Merged

Conversation

majorz
Copy link
Collaborator

@majorz majorz commented Jun 26, 2018

Lightweight support for WPA-Enterprise wireless security (specifying CA and client certificates is WIP).

Connects-to: #118
Change-type: minor
---- Autogenerated Waffleboard Connection: Connects to #118

@@ -46,7 +46,7 @@ fn main() {
fn run() -> Result<()> {
let args: Vec<String> = env::args().collect();

if args.len() != 3 {
if args.len() != 4 {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? Usage string below suggests args.len() == 3, and you only seem to access up to args[2]. It seems to me that either this check or usage below is correct, not both.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, this is a leftover from checking the other auth methods. I will recommit now.

Lightweight support for WPA-Enterprise wireless security (specifying CA and client certificates is WIP).

Connects-to: #118
Change-type: minor
@majorz majorz changed the title WPA-Enterprise support wifi: WPA-Enterprise support Jun 28, 2018
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

Successfully merging this pull request may close these issues.

2 participants