wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h
changeset 39 3d23268b50f6
parent 36 1c425781161e
equal deleted inserted replaced
36:1c425781161e 39:3d23268b50f6
    14 * Description:  Contains common data structures used by WLAN management service.
    14 * Description:  Contains common data structures used by WLAN management service.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 11 %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANMGMTCOMMON_H
    22 #ifndef WLANMGMTCOMMON_H
    23 #define WLANMGMTCOMMON_H
    23 #define WLANMGMTCOMMON_H
    24 
    24 
   281     TWlanDefaultWepKey iWepDefaultKey;
   281     TWlanDefaultWepKey iWepDefaultKey;
   282     /** WPA preshared key. */
   282     /** WPA preshared key. */
   283     TWlanWpaPresharedKey iWpaPreSharedKey;
   283     TWlanWpaPresharedKey iWpaPreSharedKey;
   284     };
   284     };
   285 
   285 
       
   286 /**
       
   287  * Data structure for storing IAP availability data.
       
   288  */
       
   289 struct TWlanIapAvailabilityData
       
   290     {
       
   291     /**
       
   292      * ID of the IAP.
       
   293      */
       
   294     TUint iIapId;
       
   295     /** 
       
   296      * Received Signal Strength Indicator (RSSI) of the strongest
       
   297      * AP in the network.
       
   298      */
       
   299     TUint iRssi;
       
   300     };
       
   301 
   286 // CLASS DECLARATION
   302 // CLASS DECLARATION
   287 /** 
   303 /** 
   288  * Callback interface for WLAN management notifications.
   304  * Callback interface for WLAN management notifications.
   289  *
   305  *
   290  * These virtual methods should be inherited and implemented by the
   306  * These virtual methods should be inherited and implemented by the