Lines Matching refs:sm
52 const u8 * eap_get_eapKeyData(struct eap_sm *sm, size_t *len);
53 void eap_deinit_prev_method(struct eap_sm *sm, const char *txt);
54 struct wpabuf * eap_sm_build_nak(struct eap_sm *sm, EapType type, u8 id);
55 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
56 int eap_peer_blob_init(struct eap_sm *sm);
57 void eap_peer_blob_deinit(struct eap_sm *sm);
59 struct eap_sm *sm, const u8 *private_key_passwd,
61 void eap_peer_config_deinit(struct eap_sm *sm);
62 void eap_sm_abort(struct eap_sm *sm);
64 void eap_sm_request_identity(struct eap_sm *sm);
65 void eap_sm_request_password(struct eap_sm *sm);
66 void eap_sm_request_new_password(struct eap_sm *sm);
67 bool eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method);