wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
radius_rx_handler Struct Reference

RADIUS client RX handler. More...

Data Fields

RadiusRxResult(* handler )(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data)
 Received RADIUS message handler.
 
void * data
 Context data for the handler.
 

Detailed Description

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().


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