• Home
  • Raw
  • Download

Lines Matching refs:sm

312 void eap_peer_sm_deinit(struct eap_sm *sm);
313 int eap_peer_sm_step(struct eap_sm *sm);
314 void eap_sm_abort(struct eap_sm *sm);
315 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen,
317 const char * eap_sm_get_method_name(struct eap_sm *sm);
318 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
319 void eap_sm_request_identity(struct eap_sm *sm);
320 void eap_sm_request_password(struct eap_sm *sm);
321 void eap_sm_request_new_password(struct eap_sm *sm);
322 void eap_sm_request_pin(struct eap_sm *sm);
323 void eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len);
324 void eap_sm_request_passphrase(struct eap_sm *sm);
325 void eap_sm_request_sim(struct eap_sm *sm, const char *req);
326 void eap_sm_notify_ctrl_attached(struct eap_sm *sm);
330 void eap_set_fast_reauth(struct eap_sm *sm, int enabled);
331 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
332 void eap_set_force_disabled(struct eap_sm *sm, int disabled);
333 void eap_set_external_sim(struct eap_sm *sm, int external_sim);
334 int eap_key_available(struct eap_sm *sm);
335 void eap_notify_success(struct eap_sm *sm);
336 void eap_notify_lower_layer_success(struct eap_sm *sm);
337 const u8 * eap_get_eapSessionId(struct eap_sm *sm, size_t *len);
338 const u8 * eap_get_eapKeyData(struct eap_sm *sm, size_t *len);
339 struct wpabuf * eap_get_eapRespData(struct eap_sm *sm);
340 void eap_register_scard_ctx(struct eap_sm *sm, void *ctx);
341 void eap_invalidate_cached_session(struct eap_sm *sm);
347 void eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext);
348 void eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len);
349 int eap_peer_was_failure_expected(struct eap_sm *sm);
350 void eap_peer_erp_free_keys(struct eap_sm *sm);