Public Attributes
radius_rx_handler Struct Reference

List of all members.

Public Attributes

void * data
RadiusRxResult(* handler )(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data)

Detailed Description

struct radius_rx_handler - RADIUS client RX handler

This data structure is used internally inside the RADIUS client module to store registered RX handlers. These handlers are registered by calls to radius_client_register() and unregistered when the RADIUS client is deinitialized with a call to radius_client_deinit().

Definition at line 67 of file radius_client.c.


Member Data Documentation

data - Context data for the handler

Definition at line 80 of file radius_client.c.

RadiusRxResult(* radius_rx_handler::handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data)

handler - Received RADIUS message handler

Definition at line 71 of file radius_client.c.


The documentation for this struct was generated from the following file:


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:33:26