Bug 313291 - can't configure wlan-conection with hidden SSID
Summary: can't configure wlan-conection with hidden SSID
Status: RESOLVED FIXED
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Wireless (show other bugs)
Version: 0.9
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Lamarque V. Souza
URL:
Keywords:
: 314095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-15 13:10 UTC by phaef5Ie
Modified: 2013-01-29 19:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0.7


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phaef5Ie 2013-01-15 13:10:15 UTC
router configuration: WPA2(CCMP) + hidden SSID

I can't connect my router manually. After entering ssid in the plasma applet and switching to the security password register tab, I can't finish the connection. I enter the password but the "OK"-Button is still shaded grey. So I can only cancel the connection.

Connecting the router with not hidden ssid works.
Comment 1 Lamarque V. Souza 2013-01-15 15:34:11 UTC
I can reproduce this bug. I am working on a fix for this problem that also affects other security types. I will push the fix today or tomorrow.
Comment 2 Lamarque V. Souza 2013-01-15 16:55:06 UTC
Git commit d110e18f32cfc2d261f9c0fbe78a3f79147eab5f by Lamarque V. Souza.
Committed on 15/01/2013 at 17:53.
Pushed by lvsouza into branch 'master'.

Emit valid(bool) signal when necessary to enable Ok button when adding/editing
connections.
FIXED-IN: 0.9.0.7

M  +9    -1    libs/ui/security/eapmethodleap.cpp
M  +1    -0    libs/ui/security/eapmethodleap.h
M  +3    -1    libs/ui/security/eapmethodstack.cpp
M  +5    -0    libs/ui/security/leapauthwidget.cpp
M  +2    -0    libs/ui/security/leapauthwidget.h
M  +6    -0    libs/ui/security/peapwidget.cpp
M  +1    -0    libs/ui/security/peapwidget.h
M  +1    -0    libs/ui/security/securityeap.cpp
M  +11   -1    libs/ui/security/securityleap.cpp
M  +1    -0    libs/ui/security/securityleap.h
M  +6    -0    libs/ui/security/ttlswidget.cpp
M  +1    -0    libs/ui/security/ttlswidget.h
M  +1    -0    libs/ui/security/wirelesssecurityauth.cpp
M  +1    -0    libs/ui/security/wirelesssecuritysettingwidget.cpp
M  +7    -0    libs/ui/security/wpapskwidget.cpp
M  +1    -0    libs/ui/security/wpapskwidget.h
M  +1    -1    plasma_nm_version.h

http://commits.kde.org/networkmanagement/d110e18f32cfc2d261f9c0fbe78a3f79147eab5f
Comment 3 Lamarque V. Souza 2013-01-15 17:01:23 UTC
Git commit d2a96f6f00e8bbda69c16498b018d531177616f7 by Lamarque V. Souza.
Committed on 15/01/2013 at 17:53.
Pushed by lvsouza into branch 'nm09'.

Emit valid(bool) signal when necessary to enable Ok button when adding/editing
connections.
FIXED-IN: 0.9.0.7

M  +9    -1    libs/ui/security/eapmethodleap.cpp
M  +1    -0    libs/ui/security/eapmethodleap.h
M  +3    -1    libs/ui/security/eapmethodstack.cpp
M  +5    -0    libs/ui/security/leapauthwidget.cpp
M  +2    -0    libs/ui/security/leapauthwidget.h
M  +6    -0    libs/ui/security/peapwidget.cpp
M  +1    -0    libs/ui/security/peapwidget.h
M  +1    -0    libs/ui/security/securityeap.cpp
M  +11   -1    libs/ui/security/securityleap.cpp
M  +1    -0    libs/ui/security/securityleap.h
M  +6    -0    libs/ui/security/ttlswidget.cpp
M  +1    -0    libs/ui/security/ttlswidget.h
M  +1    -0    libs/ui/security/wirelesssecurityauth.cpp
M  +1    -0    libs/ui/security/wirelesssecuritysettingwidget.cpp
M  +7    -0    libs/ui/security/wpapskwidget.cpp
M  +1    -0    libs/ui/security/wpapskwidget.h
M  +1    -1    plasma_nm_version.h

http://commits.kde.org/networkmanagement/d2a96f6f00e8bbda69c16498b018d531177616f7
Comment 4 Lamarque V. Souza 2013-01-29 19:48:26 UTC
*** Bug 314095 has been marked as a duplicate of this bug. ***