Actions
Feature #178
closedAdd support for parsing wpa_supplicant.conf
Start date:
08 Apr 2013
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
This is currently stubbed but is not complete. I need to find a definition of the file format and then implement parsing similar to the way the interfaces file is parsed.
Updated by Hammel over 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Essentially complete for the most basic configuration, assuming we only care about two fields: SSID and PSK. All others will default to simplest configuration for now. Users can manually edit the file using File->Open to set other options.
Saving changes to file is not implemented yet.
Updated by Hammel over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Completed code for reading and writing wpa_supplicant.conf. Again - this is very simplistic and addresses only the most basic use case of a user using WPA_PSK and TKIP.
Actions