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

Fix for nlerror 19 on key refresh. Issue #22 #30

Merged
merged 1 commit into from
Jan 28, 2016

Conversation

alexgrin
Copy link
Contributor

Since we're not certain that we have perfect sync between kernel and meshd-nl80211 peer state, we simply call CMD_NEW_STATION every time just in case. More likely than not it will return -EEXISTS when we try to add new station during reauth. Failing to create new station when one exists appears to be harmless, though it generates an error -EEXIST for cmd 19. We should simply suppress the error.

bcopeland added a commit that referenced this pull request Jan 28, 2016
Fix for nlerror 19 on key refresh. Issue #22
@bcopeland bcopeland merged commit 813ffab into cozybit:master Jan 28, 2016
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