wlanutilities/wlansniffer/aiplugin/inc/wsfaicontrollercmds.h
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  TWsfAiController's commands
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef WSFAICONTROLLERCMDS_H
       
    19 #define WSFAICONTROLLERCMDS_H
       
    20 
       
    21 /**
       
    22  * Scanning on, not connected
       
    23  */
       
    24 enum TWsfAiOffline
       
    25     {
       
    26     EAiOfflineStartBrowsing,
       
    27     EAiOfflineConnect,
       
    28     EAiOfflineSearchWlans,
       
    29     EAiOfflineDisableScan
       
    30     };
       
    31 
       
    32 
       
    33 /**
       
    34  * Scanning on, connected but browser not active or not using WLAN
       
    35  */
       
    36 enum TWsfAiConnected
       
    37     {
       
    38     EAiConnectedStartBrowsing,
       
    39     EAiConnectedDisconnect
       
    40     };
       
    41 
       
    42 
       
    43 /**
       
    44  * Scanning on, connecting
       
    45  */
       
    46 enum TWsfAiConnecting
       
    47     {
       
    48     EAiConnectingDisconnect
       
    49     };
       
    50 
       
    51 
       
    52 /**
       
    53  * Scanning on, connected and browser is using the connected WLAN
       
    54  */
       
    55 enum TWsfAiBrowsing
       
    56     {
       
    57     EAiBrowsingContinueBrowsing,
       
    58     EAiBrowsingDisconnect
       
    59     };
       
    60 
       
    61 
       
    62 
       
    63 #endif // WSFAICONTROLLERCMDS_H
       
    64 
       
    65 
       
    66 // End of file