wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_wlan_eapol_if_message.h
branchRCL_3
changeset 42 a828660c511c
parent 0 c40eb8fe8501
child 43 d3d7683d16f5
equal deleted inserted replaced
40:5fb7af913dfd 42:a828660c511c
    88     wlan_eapol_if_message_type_function_state_notification                          = 19,
    88     wlan_eapol_if_message_type_function_state_notification                          = 19,
    89     wlan_eapol_if_message_type_function_reassociate                                 = 20,
    89     wlan_eapol_if_message_type_function_reassociate                                 = 20,
    90     wlan_eapol_if_message_type_function_update_wlan_database_reference_values       = 21,
    90     wlan_eapol_if_message_type_function_update_wlan_database_reference_values       = 21,
    91     wlan_eapol_if_message_type_function_complete_start_wpx_fast_roam_reassociation  = 22,
    91     wlan_eapol_if_message_type_function_complete_start_wpx_fast_roam_reassociation  = 22,
    92     wlan_eapol_if_message_type_function_new_protected_setup_credentials             = 23,
    92     wlan_eapol_if_message_type_function_new_protected_setup_credentials             = 23,
       
    93     wlan_eapol_if_message_type_function_complete_disassociation                     = 37
    93     };
    94     };
    94 
    95 
    95 
    96 
    96 
    97 
    97 static const u32_t WLAN_EAPOL_MESSAGE_IF_TYPE_OFFSET   = 0;
    98 static const u32_t WLAN_EAPOL_MESSAGE_IF_TYPE_OFFSET   = 0;
   750         core_type_list_c< protected_setup_credential_c > & credential_list );
   751         core_type_list_c< protected_setup_credential_c > & credential_list );
   751 
   752 
   752     core_error_e parse_new_protected_setup_credentials(
   753     core_error_e parse_new_protected_setup_credentials(
   753         core_type_list_c< protected_setup_credential_c > & credential_list );
   754         core_type_list_c< protected_setup_credential_c > & credential_list );
   754 
   755 
       
   756     core_error_e parse_complete_disassociation(
       
   757         network_id_c * receive_network_id );
   755 
   758 
   756     void debug_print();
   759     void debug_print();
   757     
   760     
   758     void debug_print_type_string(
   761     void debug_print_type_string(
   759         wlan_eapol_if_message_type_e type, 
   762         wlan_eapol_if_message_type_e type,