AP: Add wpa_msg() events for EAP server state machine

This commit is contained in:
Gregory Detal 2010-04-07 11:13:14 +03:00 committed by Jouni Malinen
parent d9a27b0455
commit bb437f282b
9 changed files with 36 additions and 0 deletions

View file

@ -189,6 +189,11 @@ struct radius_server_conf {
* eap_req_id_text_len - Length of eap_req_id_text buffer in octets
*/
size_t eap_req_id_text_len;
/*
* msg_ctx - Context data for wpa_msg() calls
*/
void *msg_ctx;
};