Home
last modified time | relevance | path

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

123456

/external/wpa_supplicant_8/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_sm_free_key(struct eap_sm *sm) in eap_sm_free_key()
107 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
130 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method()
374 static char * eap_home_realm(struct eap_sm *sm) in eap_home_realm()
[all …]
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()
209 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
288 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data()
295 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth()
304 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth()
[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()
/external/wpa_supplicant_8/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.c46 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send()
172 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request()
237 static void wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) in wpa_supplicant_key_mgmt_set_pmk()
255 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk()
410 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4()
501 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk()
516 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4()
625 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local
630 static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, in wpa_supplicant_key_neg_complete()
676 struct wpa_sm *sm = eloop_ctx; in wpa_sm_rekey_ptk() local
[all …]
Dwpa.h179 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit()
183 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc()
187 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc()
191 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk()
197 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa()
201 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth()
205 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx()
209 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config()
214 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr()
218 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname()
[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()
367 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add()
447 int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
[all …]
Dwpa_ft.c21 int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk_ft()
58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params()
141 static u8 * wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, in wpa_ft_gen_req_ies()
314 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) in wpa_ft_install_ptk()
347 int wpa_ft_prepare_auth_request(struct wpa_sm *sm, const u8 *mdie) in wpa_ft_prepare_auth_request()
370 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response()
521 int wpa_ft_is_completed(struct wpa_sm *sm) in wpa_ft_is_completed()
533 void wpa_reset_ft_completed(struct wpa_sm *sm) in wpa_reset_ft_completed()
540 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, in wpa_ft_process_gtk_subelem()
615 static int wpa_ft_process_igtk_subelem(struct wpa_sm *sm, const u8 *igtk_elem, in wpa_ft_process_igtk_subelem()
[all …]
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h349 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit()
352 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step()
355 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status()
360 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib()
365 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure()
370 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol()
375 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key()
378 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled()
382 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid()
386 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success()
[all …]
Deapol_supp_sm.c167 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local
201 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick()
633 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff()
643 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart()
662 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey()
841 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp()
851 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp()
893 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp()
911 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized()
923 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm) in eapol_sm_set_port_unauthorized()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tls.c56 static void eap_tls_valid_session(struct eap_sm *sm, struct eap_tls_data *data) in eap_tls_valid_session()
71 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
93 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
115 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
137 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset()
147 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start()
168 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq()
211 static Boolean eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check()
238 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg()
252 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
[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.c74 static void * eap_sim_init(struct eap_sm *sm) in eap_sim_init()
92 static void eap_sim_reset(struct eap_sm *sm, void *priv) in eap_sim_reset()
101 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm, in eap_sim_build_start()
147 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, in eap_sim_build_encr()
218 static struct wpabuf * eap_sim_build_challenge(struct eap_sm *sm, in eap_sim_build_challenge()
248 static struct wpabuf * eap_sim_build_reauth(struct eap_sm *sm, in eap_sim_build_reauth()
285 static struct wpabuf * eap_sim_build_notification(struct eap_sm *sm, in eap_sim_build_notification()
324 static struct wpabuf * eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sim_buildReq()
346 static Boolean eap_sim_check(struct eap_sm *sm, void *priv, in eap_sim_check()
413 static void eap_sim_process_start(struct eap_sm *sm, in eap_sim_process_start()
[all …]
Deap_server.c48 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) in eap_get_erp_send_reauth_start()
56 static const char * eap_get_erp_domain(struct eap_sm *sm) in eap_get_erp_domain()
66 static struct eap_server_erp_key * eap_erp_get_key(struct eap_sm *sm, in eap_erp_get_key()
75 static int eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) in eap_erp_add_key()
85 static struct wpabuf * eap_sm_buildInitiateReauthStart(struct eap_sm *sm, in eap_sm_buildInitiateReauthStart()
162 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get()
191 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()
693 static void erp_send_finish_reauth(struct eap_sm *sm, in erp_send_finish_reauth()
1397 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, in eap_sm_calculateTimeout()
[all …]
Deap_server_aka.c90 static int eap_aka_check_identity_reauth(struct eap_sm *sm, in eap_aka_check_identity_reauth()
131 static void eap_aka_check_identity(struct eap_sm *sm, in eap_aka_check_identity()
180 static void * eap_aka_init(struct eap_sm *sm) in eap_aka_init()
204 static void * eap_aka_prime_init(struct eap_sm *sm) in eap_aka_prime_init()
237 static void eap_aka_reset(struct eap_sm *sm, void *priv) in eap_aka_reset()
348 static struct wpabuf * eap_aka_build_identity(struct eap_sm *sm, in eap_aka_build_identity()
390 static int eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, in eap_aka_build_encr()
465 static struct wpabuf * eap_aka_build_challenge(struct eap_sm *sm, in eap_aka_build_challenge()
541 static struct wpabuf * eap_aka_build_reauth(struct eap_sm *sm, in eap_aka_build_reauth()
588 static struct wpabuf * eap_aka_build_notification(struct eap_sm *sm, in eap_aka_build_notification()
[all …]
Deap_server_fast.c111 static EapType eap_fast_req_failure(struct eap_sm *sm, in eap_fast_req_failure()
272 static void eap_fast_derive_key_auth(struct eap_sm *sm, in eap_fast_derive_key_auth()
302 static void eap_fast_derive_key_provisioning(struct eap_sm *sm, in eap_fast_derive_key_provisioning()
333 static int eap_fast_get_phase2_key(struct eap_sm *sm, in eap_fast_get_phase2_key()
378 static int eap_fast_update_icmk(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_update_icmk()
411 static void * eap_fast_init(struct eap_sm *sm) in eap_fast_init()
507 static void eap_fast_reset(struct eap_sm *sm, void *priv) in eap_fast_reset()
524 static struct wpabuf * eap_fast_build_start(struct eap_sm *sm, in eap_fast_build_start()
550 static int eap_fast_phase1_done(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_phase1_done()
577 static struct wpabuf * eap_fast_build_phase2_req(struct eap_sm *sm, in eap_fast_build_phase2_req()
[all …]
Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) in eap_psk_init()
46 static void eap_psk_reset(struct eap_sm *sm, void *priv) in eap_psk_reset()
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, in eap_psk_build_1()
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, in eap_psk_build_3()
156 static struct wpabuf * eap_psk_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_psk_buildReq()
174 static Boolean eap_psk_check(struct eap_sm *sm, void *priv, in eap_psk_check()
213 static void eap_psk_process_2(struct eap_sm *sm, in eap_psk_process_2()
329 static void eap_psk_process_4(struct eap_sm *sm, in eap_psk_process_4()
409 static void eap_psk_process(struct eap_sm *sm, void *priv, in eap_psk_process()
438 static Boolean eap_psk_isDone(struct eap_sm *sm, void *priv) in eap_psk_isDone()
[all …]
Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init()
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset()
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq()
77 static Boolean eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check()
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process()
188 static Boolean eap_gtc_isDone(struct eap_sm *sm, void *priv) in eap_gtc_isDone()
195 static Boolean eap_gtc_isSuccess(struct eap_sm *sm, void *priv) in eap_gtc_isSuccess()
Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init()
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset()
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq()
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check()
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process()
139 static Boolean eap_md5_isDone(struct eap_sm *sm, void *priv) in eap_md5_isDone()
146 static Boolean eap_md5_isSuccess(struct eap_sm *sm, void *priv) in eap_md5_isSuccess()
Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
144 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm, in eap_sake_build_challenge()
180 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
215 static struct wpabuf * eap_sake_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sake_buildReq()
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
364 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
[all …]
Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
232 static struct wpabuf * eap_peap_build_phase2_req(struct eap_sm *sm, in eap_peap_build_phase2_req()
268 static struct wpabuf * eap_peap_build_phase2_soh(struct eap_sm *sm, in eap_peap_build_phase2_soh()
323 static int eap_peap_derive_cmk(struct eap_sm *sm, struct eap_peap_data *data) in eap_peap_derive_cmk()
381 static struct wpabuf * eap_peap_build_phase2_tlv(struct eap_sm *sm, in eap_peap_build_phase2_tlv()
[all …]
Deap_server_pax.c46 static void * eap_pax_init(struct eap_sm *sm) in eap_pax_init()
64 static void eap_pax_reset(struct eap_sm *sm, void *priv) in eap_pax_reset()
72 static struct wpabuf * eap_pax_build_std_1(struct eap_sm *sm, in eap_pax_build_std_1()
119 static struct wpabuf * eap_pax_build_std_3(struct eap_sm *sm, in eap_pax_build_std_3()
165 static struct wpabuf * eap_pax_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_pax_buildReq()
183 static Boolean eap_pax_check(struct eap_sm *sm, void *priv, in eap_pax_check()
283 static void eap_pax_process_std_2(struct eap_sm *sm, in eap_pax_process_std_2()
443 static void eap_pax_process_ack(struct eap_sm *sm, in eap_pax_process_ack()
456 static void eap_pax_process(struct eap_sm *sm, void *priv, in eap_pax_process()
488 static Boolean eap_pax_isDone(struct eap_sm *sm, void *priv) in eap_pax_isDone()
[all …]
Deap_server_tls_common.c40 struct eap_sm *sm = ctx; in eap_server_tls_log_cb() local
46 int eap_server_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data, in eap_server_tls_ssl_init()
100 void eap_server_tls_ssl_deinit(struct eap_sm *sm, struct eap_ssl_data *data) in eap_server_tls_ssl_deinit()
109 u8 * eap_server_tls_derive_key(struct eap_sm *sm, struct eap_ssl_data *data, in eap_server_tls_derive_key()
141 u8 * eap_server_tls_derive_session_id(struct eap_sm *sm, in eap_server_tls_derive_session_id()
306 int eap_server_tls_phase1(struct eap_sm *sm, struct eap_ssl_data *data) in eap_server_tls_phase1()
409 struct wpabuf * eap_server_tls_encrypt(struct eap_sm *sm, in eap_server_tls_encrypt()
426 int eap_server_tls_process(struct eap_sm *sm, struct eap_ssl_data *data, in eap_server_tls_process()
428 int (*proc_version)(struct eap_sm *sm, void *priv, in eap_server_tls_process()
430 void (*proc_msg)(struct eap_sm *sm, void *priv, in eap_server_tls_process()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c97 static int changed_cipher(struct ieee802_1x_cp_sm *sm) in changed_cipher()
104 static int changed_connect(struct ieee802_1x_cp_sm *sm) in changed_connect()
431 struct ieee802_1x_cp_sm *sm; in ieee802_1x_cp_sm_init() local
486 static void ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) in ieee802_1x_cp_step_run()
502 struct ieee802_1x_cp_sm *sm = eloop_ctx; in ieee802_1x_cp_step_cb() local
510 void ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) in ieee802_1x_cp_sm_deinit()
531 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_pending() local
542 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; in ieee802_1x_cp_connect_unauthenticated() local
553 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_authenticated() local
564 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_secure() local
[all …]

123456