All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
rlm_eap_leap.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "eap_leap.h"
+ Include dependency graph for rlm_eap_leap.c:

Go to the source code of this file.

Functions

static int CC_HINT (nonnull)
 
static int mod_process (UNUSED void *instance, eap_session_t *eap_session)
 

Variables

rlm_eap_module_t rlm_eap_leap
 

Function Documentation

static int CC_HINT ( nonnull  )
static

Definition at line 31 of file rlm_eap_leap.c.

+ Here is the call graph for this function:

static int mod_process ( UNUSED void *  instance,
eap_session_t eap_session 
)
static

Definition at line 87 of file rlm_eap_leap.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

rlm_eap_module_t rlm_eap_leap
Initial value:
= {
.name = "eap_leap",
.session_init = mod_session_init,
.process = mod_process
}
static int mod_session_init(void *instance, eap_session_t *eap_session)
Definition: rlm_eap_gtc.c:89
static int mod_process(UNUSED void *instance, eap_session_t *eap_session)
Definition: rlm_eap_leap.c:87

Definition at line 197 of file rlm_eap_leap.c.