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/diameap_plugins.c

    r425 r610  
    329329                {
    330330                        plugin->eap_method_getKey = (int(*)(struct eap_state_machine *,
    331                                         u8**, int*)) dlsym(plugin->handler, registerplugin->getKey);
     331                                        u8**, int*,u8**, int*)) dlsym(plugin->handler, registerplugin->getKey);
    332332                        if (plugin->eap_method_getKey == NULL)
    333333                        {
Note: See TracChangeset for help on using the changeset viewer.