wlanutilities/wlanwizard/tsrc/stubs/wlanmgmtclient_context.h
changeset 61 e1d68407ed06
parent 53 bdc64aa9b954
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26     ~WlanMgmtClientContext();
    26     ~WlanMgmtClientContext();
    27 
    27 
    28     void setObject(CWlanMgmtClient *eapQtConfig);
    28     void setObject(CWlanMgmtClient *eapQtConfig);
    29 public:
    29 public:
    30     
    30     
    31     void setRunProtectedSetup(const QString &ssid, int completionCode);
    31     void setRunProtectedSetup(
       
    32         const QString &ssid, 
       
    33         int completionCode,
       
    34         bool pushButtonMode );
       
    35     
    32     void appendResult(
    36     void appendResult(
    33         const QString &ssid,
    37         const QString &ssid,
    34         int securityMode,
    38         int securityMode,
    35         int operatingMode,
    39         int operatingMode,
    36         int defaultWepKeyIndex,
    40         int defaultWepKeyIndex,