diff -r 1c425781161e -r 3d23268b50f6 wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_server.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_server.h Tue Jul 06 16:24:00 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_server.h Wed Aug 18 11:35:02 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 55 % +* %version: 56 % */ #ifndef CORE_SERVER_H @@ -501,7 +501,7 @@ * @param request_id An unique identification for the request. * @param is_active_scan_allowed specifies whether active scanning is allowed. * @param iap_data_list containing list of iap data structures. - * @param iap_id_list list of iap ids are stored here on completion. + * @param iap_availability_list List of available IAPs. * @param iap_ssid_list List of possible secondary SSIDs. * @param scan_data contains the scan results */ @@ -509,7 +509,7 @@ u32_t request_id, bool_t is_active_scan_allowed, core_type_list_c& iap_data_list, - core_type_list_c& iap_id_list, + core_type_list_c& iap_availability_list, core_type_list_c* iap_ssid_list, ScanList& scan_data );