Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:scard_ctx

2243  * @scard_ctx: Context pointer for smartcard related callback functions
2245 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx)
2249 sm->scard_ctx = scard_ctx;
2251 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);