equal
deleted
inserted
replaced
402 iap->setStringAttribute(CMManagerShim::WlanSSID, ssid); |
402 iap->setStringAttribute(CMManagerShim::WlanSSID, ssid); |
403 iap->setIntAttribute(CMManagerShim::WlanSecurityMode, secMode); |
403 iap->setIntAttribute(CMManagerShim::WlanSecurityMode, secMode); |
404 iap->setIntAttribute( |
404 iap->setIntAttribute( |
405 CMManagerShim::WlanConnectionMode, |
405 CMManagerShim::WlanConnectionMode, |
406 wlanAp->value(WlanQtUtilsAp::ConfIdConnectionMode).toInt()); |
406 wlanAp->value(WlanQtUtilsAp::ConfIdConnectionMode).toInt()); |
|
407 iap->setBoolAttribute( |
|
408 CMManagerShim::CmHidden, |
|
409 wlanAp->value(WlanQtUtilsAp::ConfIdHidden).toBool()); |
|
410 iap->setBoolAttribute( |
|
411 CMManagerShim::WlanScanSSID, |
|
412 wlanAp->value(WlanQtUtilsAp::ConfIdWlanScanSSID).toBool()); |
407 |
413 |
408 // Store the WEP settings |
414 // Store the WEP settings |
409 storeWepKey( |
415 storeWepKey( |
410 wlanAp->value(WlanQtUtilsAp::ConfIdWepKey1).toString(), |
416 wlanAp->value(WlanQtUtilsAp::ConfIdWepKey1).toString(), |
411 1, |
417 1, |