Searched defs:eapol_callbacks (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.h | 138 struct eapol_callbacks { struct 143 struct eap_peer_config * (*get_config)(void *ctx); 150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable); 158 void (*set_bool)(void *ctx, enum eapol_bool_var variable, bool value); 166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); 174 void (*set_int)(void *ctx, enum eapol_int_var variable, 184 struct wpabuf * (*get_eapReqData)(void *ctx); 194 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob); 202 const struct wpa_config_blob * (*get_config_blob)(void *ctx, 215 void (*notify_pending)(void *ctx); [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap.h | 98 struct eapol_callbacks { struct 99 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, 101 const char * (*get_eap_req_id_text)(void *ctx, size_t *len); 102 void (*log_msg)(void *ctx, const char *msg); 103 int (*get_erp_send_reauth_start)(void *ctx); 104 const char * (*get_erp_domain)(void *ctx); 105 struct eap_server_erp_key * (*erp_get_key)(void *ctx, 107 int (*erp_add_key)(void *ctx, struct eap_server_erp_key *erp);
|