diff -r ab7247ff6ef9 -r 00032b836e76 wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_iap_data.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_iap_data.h Fri Mar 19 10:03:22 2010 +0200 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_iap_data.h Fri Apr 16 16:56:12 2010 +0300 @@ -15,6 +15,9 @@ * */ +/* +* %version: 11 % +*/ #ifndef CORE_IAP_DATA_H #define CORE_IAP_DATA_H @@ -264,7 +267,13 @@ */ void remove_mac_from_iap_blacklist( const core_mac_address_s& mac ); - + + /** + * Check whether the IAP data contains a valid + * combination of parameters. + */ + bool_t is_valid() const; + private: // data /** Adaptation side data about the WLAN connection */