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 wpa_supplicant logs to syslog #1056

Merged
merged 1 commit into from Dec 5, 2021

Conversation

justin-p
Copy link
Contributor

@justin-p justin-p commented Nov 14, 2021

Ensure wpa_supplicant logs to syslog

Description

After enabling encryption as described in the documentation I noticed that every so often the DECRYPT_ME hotspot is not started.

Motivation and Context

Currently wpa_supplicant does not log to its own file or syslog so this issue is hard to pin down. Having wpa_supplicant log to syslog allows for some troubleshooting

  • I have raised an issue to propose this change (required)

#1055

How Has This Been Tested?

Manually updated wpa_supplicant command in pwnlib with additional flags (-u -s -O) and rebooted. wpa_supplicant now logs to syslog.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s

@evilsocket evilsocket merged commit cd50cf7 into evilsocket:master Dec 5, 2021
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