|
hostapd
|
struct eap_method_ret - EAP return values from struct eap_method::process() More...
#include <eap_i.h>
Public Attributes | |
| Boolean | ignore |
| ignore - Whether method decided to drop the current packed (OUT) | |
| EapMethodState | methodState |
| methodState - Method-specific state (IN/OUT) | |
| EapDecision | decision |
| decision - Authentication decision (OUT) | |
| Boolean | allowNotifications |
| allowNotifications - Whether method allows notifications (OUT) | |
struct eap_method_ret - EAP return values from struct eap_method::process()
These structure contains OUT variables for the interface between peer state machine and methods (RFC 4137, Sect. 4.2). eapRespData will be returned as the return value of struct eap_method::process() so it is not included in this structure.
1.8.12