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

Ensure there is no other wpa supplicants running #22

Merged
merged 1 commit into from
May 10, 2019

Conversation

mattludwigs
Copy link
Member

When bringing up a WiFi interface we have to ensure that wpa_supplicant isn't running. On initial startup, there is no wpa_supplicant running so killall returns a non zero exit code, but we are okay with that and always just want to run this before trying to start a new wpa_supplicant just to make sure.

.gitignore Outdated Show resolved Hide resolved
@mattludwigs mattludwigs requested a review from fhunleth May 10, 2019 18:58
@fhunleth fhunleth merged commit 0833c3e into master May 10, 2019
@fhunleth fhunleth deleted the kill-wpa-supplicant-on-up branch May 10, 2019 19:27
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.

None yet

2 participants