#include "eap_chbind.h"
Go to the source code of this file.
Functions | |
static bool | chbind_build_response (REQUEST *request, CHBIND_REQ *chbind) |
static size_t | chbind_get_data (chbind_packet_t const *packet, int desired_nsid, uint8_t const **data) |
PW_CODE | chbind_process (REQUEST *request, CHBIND_REQ *chbind) |
VALUE_PAIR * | eap_chbind_packet2vp (REQUEST *request, chbind_packet_t *packet) |
chbind_packet_t * | eap_chbind_vp2packet (TALLOC_CTX *ctx, VALUE_PAIR *vps) |
|
static |
Definition at line 29 of file eap_chbind.c.
|
static |
PW_CODE chbind_process | ( | REQUEST * | request, |
CHBIND_REQ * | chbind | ||
) |
Definition at line 156 of file eap_chbind.c.
VALUE_PAIR* eap_chbind_packet2vp | ( | REQUEST * | request, |
chbind_packet_t * | packet | ||
) |
Definition at line 291 of file eap_chbind.c.
chbind_packet_t* eap_chbind_vp2packet | ( | TALLOC_CTX * | ctx, |
VALUE_PAIR * | vps | ||
) |
Definition at line 245 of file eap_chbind.c.