wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_iap_data.h
branchRCL_3
changeset 6 e0f767079796
parent 0 c40eb8fe8501
equal deleted inserted replaced
5:51a71243e562 6:e0f767079796
    13 *
    13 *
    14 * Description:  Class holding all IAP related data
    14 * Description:  Class holding all IAP related data
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /*
       
    19 * %version: 11 %
       
    20 */
    18 
    21 
    19 #ifndef CORE_IAP_DATA_H
    22 #ifndef CORE_IAP_DATA_H
    20 #define CORE_IAP_DATA_H
    23 #define CORE_IAP_DATA_H
    21 
    24 
    22 #include "core_types.h"
    25 #include "core_types.h"
   262      * @since S60 v3.1
   265      * @since S60 v3.1
   263      * @param mac MAC address to be removed.
   266      * @param mac MAC address to be removed.
   264      */    
   267      */    
   265     void remove_mac_from_iap_blacklist(
   268     void remove_mac_from_iap_blacklist(
   266         const core_mac_address_s& mac );
   269         const core_mac_address_s& mac );
   267     
   270 
       
   271     /**
       
   272      * Check whether the IAP data contains a valid
       
   273      * combination of parameters. 
       
   274      */    
       
   275     bool_t is_valid() const;
       
   276 
   268 private: // data
   277 private: // data
   269 
   278 
   270     /** Adaptation side data about the WLAN connection */
   279     /** Adaptation side data about the WLAN connection */
   271     core_iap_data_s iap_data_m;
   280     core_iap_data_s iap_data_m;
   272 
   281