ClearFoundation Tracker - ClearOS
View Issue Details
0000675ClearOSapp-wireless - Wirelesspublic2012-07-06 14:172012-08-02 19:03
dloper 
user2 
normalminoralways
closedfixed 
6.3.0 Beta 1 
6.3.06.3.0 
0000675: default hostapd.conf invalid due to spaces
Hostapd file (/etc/hostapd/hostapd.conf) contains spaces around the equal signs for ssid and passphrase values. The equal should NOT be proceeded or followed by a space from the US. Some fields allow for spaces like the ssid VALUE but spaces should not exist in the value NAMES or proceeding the equal.

For example:

ssid =WIRELESS

will produce an error

ssid= Wireless

will mean that the SSID will be [SPACE]WIRELESS

ssid=WIRELESS will be WIRELESS

the same is true for passwords.
Install app-wireless. check hostapd.conf
No tags attached.
Issue History
2012-07-06 14:17dloperNew Issue
2012-07-06 14:18dloperNote Added: 0000539
2012-07-17 09:23user2Assigned To => user2
2012-07-17 09:23user2Statusnew => confirmed
2012-07-17 09:25user2Statusconfirmed => resolved
2012-07-17 09:25user2Fixed in Version => 6.3.0
2012-07-17 09:25user2Resolutionopen => fixed
2012-07-17 09:28user2Target Version6.4.0 Alpha 1 => 6.3.0 Updates
2012-07-17 09:33user2Target Version6.3.0 Updates => 6.3.0
2012-08-02 19:03user2Statusresolved => closed

Notes
(0000539)
dloper   
2012-07-06 14:18   
ALSO, the parameter "ieee8021x=1" is only valid for WPA2 Infrastructure mode. It MUST be removed for preshared key modes.