Merge branch '1111-3.1' into 'dbus-interface'
连接隐藏WiFi不需要判断安全类型限制 See merge request kylin-desktop/kylin-nm!402
This commit is contained in:
commit
7021d9ae54
|
@ -730,8 +730,10 @@ bool NetDetail::createWirelessConnect()
|
|||
KyEapMethodType enterpriseType;
|
||||
securityPage->getSecuType(secuType, enterpriseType);
|
||||
//类型判断
|
||||
if (!checkWirelessSecurity(secuType)) {
|
||||
return false;
|
||||
if (!m_name.isEmpty()) {
|
||||
if (!checkWirelessSecurity(secuType)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
//基本信息
|
||||
|
|
Loading…
Reference in New Issue