wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_operation_handle_bss_lost.h
branchRCL_3
changeset 43 d3d7683d16f5
parent 42 a828660c511c
equal deleted inserted replaced
42:a828660c511c 43:d3d7683d16f5
    14 * Description:  Statemachine for handling BSS lost notification from drivers.
    14 * Description:  Statemachine for handling BSS lost notification from drivers.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 12 %
    19 * %version: 11 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_OPERATION_HANDLE_BSS_LOST_H
    22 #ifndef CORE_OPERATION_HANDLE_BSS_LOST_H
    23 #define CORE_OPERATION_HANDLE_BSS_LOST_H
    23 #define CORE_OPERATION_HANDLE_BSS_LOST_H
    24 
    24 
    39 public:
    39 public:
    40 
    40 
    41     enum core_state_e
    41     enum core_state_e
    42         {
    42         {
    43         core_state_init = core_base_state_next,
    43         core_state_init = core_base_state_next,
    44         core_state_eapol_disassociated,
       
    45         core_state_set_tx_level,
    44         core_state_set_tx_level,
    46         core_state_set_tx_level_success,
    45         core_state_set_tx_level_success,
    47         core_state_scan_start,
    46         core_state_scan_start,
    48         core_state_scan_complete,
    47         core_state_scan_complete,
    49         core_state_connect_failure,
    48         core_state_connect_failure,