Home
last modified time | relevance | path

Searched defs:sm (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.c56 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) in eapol_get_bool()
62 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, in eapol_set_bool()
69 static unsigned int eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) in eapol_get_int()
75 static void eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, in eapol_set_int()
82 static struct wpabuf * eapol_get_eapReqData(struct eap_sm *sm) in eapol_get_eapReqData()
88 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status()
98 static void eap_report_error(struct eap_sm *sm, int error_code) in eap_report_error()
106 static void eap_sm_free_key(struct eap_sm *sm) in eap_sm_free_key()
115 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
139 static int eap_config_allowed_method(struct eap_sm *sm, in eap_config_allowed_method()
[all …]
Deap_proxy_dummy.c27 int eap_proxy_key_available(struct eap_proxy_sm *sm) in eap_proxy_key_available()
33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eapKeyData()
39 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm) in eap_proxy_get_eapRespData()
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()
59 int eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, in eap_proxy_sm_get_status()
73 int eap_proxy_notify_config(struct eap_proxy_sm *sm, in eap_proxy_notify_config()
80 u8 * eap_proxy_get_eap_session_id(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eap_session_id()
86 u8 * eap_proxy_get_emsk(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_emsk()
92 void eap_proxy_sm_abort(struct eap_proxy_sm *sm) in eap_proxy_sm_abort()
Deap_tls.c32 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
76 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
103 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
138 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit()
151 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure()
173 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success()
232 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
323 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data()
330 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth()
339 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.c57 static bool eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) in eapol_get_bool()
63 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, in eapol_set_bool()
70 static unsigned int eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) in eapol_get_int()
76 static void eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, in eapol_set_int()
83 static struct wpabuf * eapol_get_eapReqData(struct eap_sm *sm) in eapol_get_eapReqData()
89 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status()
99 static void eap_report_error(struct eap_sm *sm, int error_code) in eap_report_error()
107 static void eap_sm_free_key(struct eap_sm *sm) in eap_sm_free_key()
116 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
140 static int eap_config_allowed_method(struct eap_sm *sm, in eap_config_allowed_method()
[all …]
Deap_proxy_dummy.c27 int eap_proxy_key_available(struct eap_proxy_sm *sm) in eap_proxy_key_available()
33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eapKeyData()
39 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm) in eap_proxy_get_eapRespData()
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()
59 int eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, in eap_proxy_sm_get_status()
73 int eap_proxy_notify_config(struct eap_proxy_sm *sm, in eap_proxy_notify_config()
80 u8 * eap_proxy_get_eap_session_id(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eap_session_id()
86 u8 * eap_proxy_get_emsk(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_emsk()
92 void eap_proxy_sm_abort(struct eap_proxy_sm *sm) in eap_proxy_sm_abort()
Deap_tls.c32 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
82 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
109 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
144 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit()
157 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure()
179 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success()
238 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
325 static bool eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data()
332 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth()
341 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
36 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
40 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
46 static inline void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
50 static inline int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
55 static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, in rsn_preauth_scan_result()
60 static inline void pmksa_candidate_add(struct wpa_sm *sm, in pmksa_candidate_add()
66 static inline int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, in rsn_preauth_get_status()
72 static inline int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress()
Dwpa.h228 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit()
232 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc()
236 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc()
240 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk()
246 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa()
250 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth()
254 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx()
258 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config()
263 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr()
267 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname()
[all …]
Dwpa.c52 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send()
181 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request()
253 static void wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) in wpa_supplicant_key_mgmt_set_pmk()
271 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk()
483 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4()
582 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk()
626 static int wpa_handle_ext_key_id(struct wpa_sm *sm, in wpa_handle_ext_key_id()
671 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4()
846 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local
851 static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, in wpa_supplicant_key_neg_complete()
[all …]
Dpreauth.c37 void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
64 struct wpa_sm *sm = ctx; in rsn_preauth_receive() local
86 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_cb() local
130 struct wpa_sm *sm = eloop_ctx; in rsn_preauth_timeout() local
142 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_send() local
179 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
282 void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
309 void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
375 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add()
455 int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
36 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
40 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
46 static inline void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
50 static inline int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
55 static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, in rsn_preauth_scan_result()
60 static inline void pmksa_candidate_add(struct wpa_sm *sm, in pmksa_candidate_add()
66 static inline int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, in rsn_preauth_get_status()
72 static inline int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress()
Dwpa.h190 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit()
194 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc()
198 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc()
202 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk()
208 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa()
212 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth()
216 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx()
220 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config()
225 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr()
229 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname()
[all …]
Dwpa.c50 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send()
179 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request()
243 static void wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) in wpa_supplicant_key_mgmt_set_pmk()
261 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk()
469 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4()
560 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk()
585 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4()
722 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local
727 static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, in wpa_supplicant_key_neg_complete()
777 struct wpa_sm *sm = eloop_ctx; in wpa_sm_rekey_ptk() local
[all …]
Dpreauth.c37 void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
55 struct wpa_sm *sm = ctx; in rsn_preauth_receive() local
77 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_cb() local
121 struct wpa_sm *sm = eloop_ctx; in rsn_preauth_timeout() local
133 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_send() local
170 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
273 void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
300 void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
368 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add()
448 int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.h370 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit()
373 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step()
376 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status()
381 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib()
386 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure()
391 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol()
396 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key()
399 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled()
403 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid()
407 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success()
[all …]
Deapol_supp_sm.c168 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local
203 static int eapol_sm_confirm_auth(struct eapol_sm *sm) in eapol_sm_confirm_auth()
212 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick()
664 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff()
674 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart()
693 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey()
874 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp()
884 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp()
926 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp()
947 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.h361 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit()
364 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step()
367 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status()
372 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib()
377 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure()
382 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol()
387 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key()
390 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled()
394 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid()
398 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success()
[all …]
Deapol_supp_sm.c168 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local
203 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick()
650 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff()
660 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart()
679 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey()
858 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp()
868 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp()
910 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp()
931 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized()
943 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm) in eapol_sm_set_port_unauthorized()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_tls.c57 static void eap_tls_valid_session(struct eap_sm *sm, struct eap_tls_data *data) in eap_tls_valid_session()
72 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
96 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
118 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
140 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset()
150 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start()
171 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq()
229 static bool eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check()
256 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg()
272 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
[all …]
Deap_server.c44 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) in eap_get_erp_send_reauth_start()
52 static const char * eap_get_erp_domain(struct eap_sm *sm) in eap_get_erp_domain()
62 static struct eap_server_erp_key * eap_erp_get_key(struct eap_sm *sm, in eap_erp_get_key()
71 static int eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) in eap_erp_add_key()
81 static struct wpabuf * eap_sm_buildInitiateReauthStart(struct eap_sm *sm, in eap_sm_buildInitiateReauthStart()
158 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get()
187 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...) in eap_log_msg()
419 static void eap_server_erp_init(struct eap_sm *sm) in eap_server_erp_init()
703 static void erp_send_finish_reauth(struct eap_sm *sm, in erp_send_finish_reauth()
1430 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, in eap_sm_calculateTimeout()
[all …]
Deap_server_identity.c21 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init()
34 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp()
45 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset()
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq()
82 static bool eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check()
99 static void eap_identity_process(struct eap_sm *sm, void *priv, in eap_identity_process()
143 static bool eap_identity_isDone(struct eap_sm *sm, void *priv) in eap_identity_isDone()
150 static bool eap_identity_isSuccess(struct eap_sm *sm, void *priv) in eap_identity_isSuccess()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_tls.c57 static void eap_tls_valid_session(struct eap_sm *sm, struct eap_tls_data *data) in eap_tls_valid_session()
72 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
96 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
118 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
140 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset()
150 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start()
171 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq()
228 static Boolean eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check()
255 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg()
304 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
[all …]
Deap_server.c45 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) in eap_get_erp_send_reauth_start()
53 static const char * eap_get_erp_domain(struct eap_sm *sm) in eap_get_erp_domain()
63 static struct eap_server_erp_key * eap_erp_get_key(struct eap_sm *sm, in eap_erp_get_key()
72 static int eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) in eap_erp_add_key()
82 static struct wpabuf * eap_sm_buildInitiateReauthStart(struct eap_sm *sm, in eap_sm_buildInitiateReauthStart()
159 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get()
188 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...) in eap_log_msg()
412 static void eap_server_erp_init(struct eap_sm *sm) in eap_server_erp_init()
696 static void erp_send_finish_reauth(struct eap_sm *sm, in erp_send_finish_reauth()
1412 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, in eap_sm_calculateTimeout()
[all …]
Deap_server_identity.c21 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init()
34 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp()
45 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset()
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq()
82 static Boolean eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check()
99 static void eap_identity_process(struct eap_sm *sm, void *priv, in eap_identity_process()
143 static Boolean eap_identity_isDone(struct eap_sm *sm, void *priv) in eap_identity_isDone()
150 static Boolean eap_identity_isSuccess(struct eap_sm *sm, void *priv) in eap_identity_isSuccess()
Deap_server_sim.c75 static void * eap_sim_init(struct eap_sm *sm) in eap_sim_init()
93 static void eap_sim_reset(struct eap_sm *sm, void *priv) in eap_sim_reset()
102 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm, in eap_sim_build_start()
148 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, in eap_sim_build_encr()
225 static struct wpabuf * eap_sim_build_challenge(struct eap_sm *sm, in eap_sim_build_challenge()
255 static struct wpabuf * eap_sim_build_reauth(struct eap_sm *sm, in eap_sim_build_reauth()
302 static struct wpabuf * eap_sim_build_notification(struct eap_sm *sm, in eap_sim_build_notification()
341 static struct wpabuf * eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sim_buildReq()
363 static Boolean eap_sim_check(struct eap_sm *sm, void *priv, in eap_sim_check()
430 static void eap_sim_process_start(struct eap_sm *sm, in eap_sim_process_start()
[all …]

12345678910