Actions
Bug #209
closedIf no config file, SSID and Password display "(null)"
Start date:
04 Aug 2013
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
If there is no config file the SSID and Password files display the text "(null)". In these cases, the field should be left blank.
This is for the wireless client configuration. The acces point configuration does not have this issue.
Updated by Hammel over 11 years ago
It's worse than that. The /etc/wpa_supplicant.conf file has multiple fields with "(null)" in it when bui-network-config saves them. This must have been broken by the addition of the wap support because it was working before that.
Updated by Hammel over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
It appears the allocation of an "interfaces" entry on startup did not zero the data structure which caused some strange results under various conditions. Properly initializing the data struct seems to have fixed these issues.
Actions