Navigation



Ignore:
Timestamp:
Dec 1, 2010, 6:19:54 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added ability to extract the Extended MSK (EMSK) for future use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/libdiameap.h

    r425 r610  
    114114                        struct eap_packet eapRespData); /* address of the eap_method_process method */
    115115        boolean (*eap_method_isDone)(struct eap_state_machine *smd); /* address of the eap_method_isDone method */
    116         int (*eap_method_getKey)(struct eap_state_machine *smd, u8 ** key,int *keylength); /* address of the eap_method_getKey method */
     116        int (*eap_method_getKey)(struct eap_state_machine *smd, u8 ** msk,int *msklength,
     117                        u8 ** emsk,int *emsklength); /* address of the eap_method_getKey method */
    117118        void (*eap_method_unregister)(void); /* (Optional) address of the eap_method_unregister method */
    118119        void (*eap_method_free)(void *); /* (Optional) address of the eap_method_datafree method */
Note: See TracChangeset for help on using the changeset viewer.