Lines Matching defs:sm

109 static int eap_config_allowed_method(struct eap_sm *sm,  in eap_config_allowed_method()
149 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method()
265 bool eap_sm_allowMethod(struct eap_sm *sm, int vendor, in eap_sm_allowMethod()
317 void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
326 static int eap_sm_set_scard_pin(struct eap_sm *sm, in eap_sm_set_scard_pin()
332 static int eap_sm_get_scard_identity(struct eap_sm *sm, in eap_sm_get_scard_identity()
350 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity()
410 struct wpabuf * eap_sm_build_identity_resp(struct eap_sm *sm, u8 id, int encrypted) in eap_sm_build_identity_resp()
449 struct wpabuf * eap_sm_build_nak(struct eap_sm *sm, EapType type, u8 id) in eap_sm_build_nak()
511 struct eap_sm *sm, const u8 *private_key_passwd, in eap_peer_config_init()
638 void eap_peer_config_deinit(struct eap_sm *sm) in eap_peer_config_deinit()
652 int eap_peer_blob_init(struct eap_sm *sm) in eap_peer_blob_init()
717 static void eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, in eap_sm_request()
750 #define eap_sm_request(sm, type, msg, msglen) do { } while (0) argument
753 const char * eap_sm_get_method_name(struct eap_sm *sm) in eap_sm_get_method_name()
770 void eap_sm_request_identity(struct eap_sm *sm) in eap_sm_request_identity()
785 void eap_sm_request_password(struct eap_sm *sm) in eap_sm_request_password()
800 void eap_sm_request_new_password(struct eap_sm *sm) in eap_sm_request_new_password()
806 void eap_peer_blob_deinit(struct eap_sm *sm) in eap_peer_blob_deinit()
823 void eap_sm_abort(struct eap_sm *sm) in eap_sm_abort()
839 struct eap_peer_config * eap_get_config(struct eap_sm *sm) in eap_get_config()
851 const u8 * eap_get_config_identity(struct eap_sm *sm, size_t *len) in eap_get_config_identity()
867 const u8 * eap_get_config_password(struct eap_sm *sm, size_t *len) in eap_get_config_password()
886 const u8 * eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) in eap_get_config_password2()
905 const u8 * eap_get_config_new_password(struct eap_sm *sm, size_t *len) in eap_get_config_new_password()
936 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) in eap_set_config_blob()
953 const struct wpa_config_blob * eap_get_config_blob(struct eap_sm *sm, in eap_get_config_blob()