wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_server.h
changeset 39 3d23268b50f6
parent 17 41a8eba36f74
equal deleted inserted replaced
36:1c425781161e 39:3d23268b50f6
    14 * Description:  Main class for core server
    14 * Description:  Main class for core server
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 55 %
    19 * %version: 56 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_SERVER_H
    22 #ifndef CORE_SERVER_H
    23 #define CORE_SERVER_H
    23 #define CORE_SERVER_H
    24 
    24 
   499      * Find which iaps from the given list are currently available.
   499      * Find which iaps from the given list are currently available.
   500      * @since S60 v3.1
   500      * @since S60 v3.1
   501      * @param request_id An unique identification for the request.
   501      * @param request_id An unique identification for the request.
   502      * @param is_active_scan_allowed specifies whether active scanning is allowed.
   502      * @param is_active_scan_allowed specifies whether active scanning is allowed.
   503      * @param iap_data_list containing list of iap data structures.
   503      * @param iap_data_list containing list of iap data structures.
   504      * @param iap_id_list list of iap ids are stored here on completion.
   504      * @param iap_availability_list List of available IAPs.
   505      * @param iap_ssid_list List of possible secondary SSIDs.
   505      * @param iap_ssid_list List of possible secondary SSIDs.
   506      * @param scan_data contains the scan results
   506      * @param scan_data contains the scan results
   507      */
   507      */
   508     void get_available_iaps(
   508     void get_available_iaps(
   509         u32_t request_id,
   509         u32_t request_id,
   510         bool_t is_active_scan_allowed,
   510         bool_t is_active_scan_allowed,
   511         core_type_list_c<core_iap_data_s>& iap_data_list,
   511         core_type_list_c<core_iap_data_s>& iap_data_list,
   512         core_type_list_c<u32_t>& iap_id_list,
   512         core_type_list_c<core_iap_availability_data_s>& iap_availability_list,
   513         core_type_list_c<core_ssid_entry_s>* iap_ssid_list,
   513         core_type_list_c<core_ssid_entry_s>* iap_ssid_list,
   514         ScanList& scan_data );
   514         ScanList& scan_data );
   515 
   515 
   516     /**
   516     /**
   517      * Get the current RCPI value of the connection.
   517      * Get the current RCPI value of the connection.