wlanutilities/wlanwizard/tsrc/stubs/wlanqtutils.h
changeset 58 301aeb18ae47
parent 56 de27cc8389dd
equal deleted inserted replaced
56:de27cc8389dd 58:301aeb18ae47
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 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".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
       
    15 * WLAN Qt Utilities library test stub.
    15 */
    16 */
    16 
    17 
    17 #ifndef STUB_WLANQTUTILS_H
    18 #ifndef STUB_WLANQTUTILS_H
    18 #define STUB_WLANQTUTILS_H
    19 #define STUB_WLANQTUTILS_H
    19 
    20 
    84     void connectIap(int iapId, bool runIct = false);
    85     void connectIap(int iapId, bool runIct = false);
    85     
    86     
    86     int connectedWlanId();
    87     int connectedWlanId();
    87 
    88 
    88     void disconnectIap(int iapId);
    89     void disconnectIap(int iapId);
    89     
    90 
       
    91     void moveIapToInternetSnap(int iapId);
       
    92 
    90     int activeIap();
    93     int activeIap();
    91     
    94     
    92     void scanWlanAps();
    95     void scanWlanAps();
    93    
    96    
    94     void scanWlanDirect(const QString &ssid);
    97     void scanWlanDirect(const QString &ssid);
   138     
   141     
   139     int mScanApStatus;
   142     int mScanApStatus;
   140     int mScanDirectStatus;
   143     int mScanDirectStatus;
   141 };
   144 };
   142 
   145 
   143 #endif /* WLANQTUTILS_H */
   146 #endif // WLANQTUTILS_H
   144 
       
   145 // End of File