eapol/eapol_framework/eapol_common/wpxstub/eapol_key_state_common_wpxm_stub.cpp
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
    84 }
    84 }
    85 
    85 
    86 //--------------------------------------------------
    86 //--------------------------------------------------
    87 
    87 
    88 //
    88 //
    89 eap_status_e eapol_key_state_c::derive_WPXM_WPXK1_WPXK2()
    89 EAP_FUNC_EXPORT eap_status_e eapol_key_state_c::derive_WPXM_WPXK1_WPXK2()
    90 {
    90 {
    91 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
    91 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
    92 }
    92 }
    93 
    93 
    94 //--------------------------------------------------
    94 //--------------------------------------------------
   104 }
   104 }
   105 
   105 
   106 //--------------------------------------------------
   106 //--------------------------------------------------
   107 
   107 
   108 //
   108 //
   109 eap_status_e eapol_key_state_c::derive_WPXM_PTK(const u32_t /* WPXM_WPXC */)
   109 EAP_FUNC_EXPORT eap_status_e eapol_key_state_c::derive_WPXM_PTK(const u32_t /* WPXM_WPXC */)
   110 {
   110 {
   111 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
   111 	return EAP_STATUS_RETURN(m_am_tools, eap_status_not_supported);
   112 }
   112 }
   113 
   113 
   114 //--------------------------------------------------
   114 //--------------------------------------------------