Lines Matching refs:ctx
133 * call will be used as the ctx parameter for these callback functions.
138 * @ctx: eapol_ctx from eap_sm_init() call
140 struct wpa_ssid * (*get_config)(void *ctx);
147 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
151 * @ctx: eapol_ctx from eap_sm_init() call
155 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
160 * @ctx: eapol_ctx from eap_sm_init() call
164 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
168 * @ctx: eapol_ctx from eap_sm_init() call
172 void (*set_int)(void *ctx, enum eapol_int_var variable,
177 * @ctx: eapol_ctx from eap_sm_init() call
182 u8 * (*get_eapReqData)(void *ctx, size_t *len);
186 * @ctx: eapol_ctx from eap_sm_init() call
192 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
196 * @ctx: eapol_ctx from eap_sm_init() call
200 const struct wpa_config_blob * (*get_config_blob)(void *ctx,
205 * @ctx: eapol_ctx from eap_sm_init() call
213 void (*notify_pending)(void *ctx);
267 void eap_register_scard_ctx(struct eap_sm *sm, void *ctx);