• Home
  • Raw
  • Download

Lines Matching refs:sm

332 void eap_peer_sm_deinit(struct eap_sm *sm);
333 int eap_peer_sm_step(struct eap_sm *sm);
334 void eap_sm_abort(struct eap_sm *sm);
335 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen,
337 const char * eap_sm_get_method_name(struct eap_sm *sm);
338 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
339 void eap_sm_request_identity(struct eap_sm *sm);
340 void eap_sm_request_password(struct eap_sm *sm);
341 void eap_sm_request_new_password(struct eap_sm *sm);
342 void eap_sm_request_pin(struct eap_sm *sm);
343 void eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len);
344 void eap_sm_request_passphrase(struct eap_sm *sm);
345 void eap_sm_request_sim(struct eap_sm *sm, const char *req);
346 void eap_sm_notify_ctrl_attached(struct eap_sm *sm);
350 void eap_set_fast_reauth(struct eap_sm *sm, int enabled);
351 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
352 void eap_set_force_disabled(struct eap_sm *sm, int disabled);
353 void eap_set_external_sim(struct eap_sm *sm, int external_sim);
354 int eap_key_available(struct eap_sm *sm);
355 void eap_notify_success(struct eap_sm *sm);
356 void eap_notify_lower_layer_success(struct eap_sm *sm);
357 const u8 * eap_get_eapSessionId(struct eap_sm *sm, size_t *len);
358 const u8 * eap_get_eapKeyData(struct eap_sm *sm, size_t *len);
359 struct wpabuf * eap_get_eapRespData(struct eap_sm *sm);
360 void eap_register_scard_ctx(struct eap_sm *sm, void *ctx);
361 void eap_invalidate_cached_session(struct eap_sm *sm);
367 void eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext);
368 void eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len);
369 int eap_peer_was_failure_expected(struct eap_sm *sm);
370 void eap_peer_erp_free_keys(struct eap_sm *sm);
371 struct wpabuf * eap_peer_build_erp_reauth_start(struct eap_sm *sm, u8 eap_id);
372 void eap_peer_finish(struct eap_sm *sm, const struct eap_hdr *hdr, size_t len);
373 int eap_peer_get_erp_info(struct eap_sm *sm, struct eap_peer_config *config,
377 int eap_peer_update_erp_next_seq_num(struct eap_sm *sm, u16 seq_num);
378 void eap_peer_erp_init(struct eap_sm *sm, u8 *ext_session_id,