Searched refs:sm (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c142 static void eapol_sm_txLogoff(struct eapol_sm *sm);
143 static void eapol_sm_txStart(struct eapol_sm *sm);
144 static void eapol_sm_processKey(struct eapol_sm *sm);
145 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
146 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
147 static void eapol_sm_abortSupp(struct eapol_sm *sm);
148 static void eapol_sm_abort_cached(struct eapol_sm *sm);
150 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
151 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
158 struct eapol_sm *sm local
192 eapol_enable_timer_tick(struct eapol_sm *sm) argument
596 eapol_sm_txLogoff(struct eapol_sm *sm) argument
606 eapol_sm_txStart(struct eapol_sm *sm) argument
625 eapol_sm_processKey(struct eapol_sm *sm) argument
794 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
804 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
833 eapol_sm_abortSupp(struct eapol_sm *sm) argument
851 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
858 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
873 eapol_sm_step(struct eapol_sm *sm) argument
994 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1015 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1039 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1091 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1161 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1282 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1296 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1314 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1336 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1358 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1382 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1417 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1451 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1467 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1488 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1502 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1531 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1547 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1565 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1580 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1602 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1620 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1634 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1643 struct eapol_sm *sm = ctx; local
1650 struct eapol_sm *sm = ctx; local
1660 struct eapol_sm *sm = ctx; local
1690 struct eapol_sm *sm = ctx; local
1727 struct eapol_sm *sm = ctx; local
1741 struct eapol_sm *sm = ctx; local
1757 struct eapol_sm *sm = ctx; local
1768 struct eapol_sm *sm = ctx; local
1781 struct eapol_sm *sm = ctx; local
1798 struct eapol_sm *sm = ctx; local
1811 struct eapol_sm *sm = ctx; local
1821 struct eapol_sm *sm = ctx; local
1830 struct eapol_sm *sm = ctx; local
1865 struct eapol_sm *sm; local
1914 eapol_sm_deinit(struct eapol_sm *sm) argument
1928 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
1936 eapol_sm_failed(struct eapol_sm *sm) argument
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c142 static void eapol_sm_txLogoff(struct eapol_sm *sm);
143 static void eapol_sm_txStart(struct eapol_sm *sm);
144 static void eapol_sm_processKey(struct eapol_sm *sm);
145 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
146 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
147 static void eapol_sm_abortSupp(struct eapol_sm *sm);
148 static void eapol_sm_abort_cached(struct eapol_sm *sm);
150 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
151 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
158 struct eapol_sm *sm local
192 eapol_enable_timer_tick(struct eapol_sm *sm) argument
596 eapol_sm_txLogoff(struct eapol_sm *sm) argument
606 eapol_sm_txStart(struct eapol_sm *sm) argument
625 eapol_sm_processKey(struct eapol_sm *sm) argument
794 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
804 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
833 eapol_sm_abortSupp(struct eapol_sm *sm) argument
851 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
858 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
873 eapol_sm_step(struct eapol_sm *sm) argument
994 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1015 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1039 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1091 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1161 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1282 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1296 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1314 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1336 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1358 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1382 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1417 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1451 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1467 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1488 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1502 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1531 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1547 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1565 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1580 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1602 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1620 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1634 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1643 struct eapol_sm *sm = ctx; local
1650 struct eapol_sm *sm = ctx; local
1660 struct eapol_sm *sm = ctx; local
1690 struct eapol_sm *sm = ctx; local
1727 struct eapol_sm *sm = ctx; local
1741 struct eapol_sm *sm = ctx; local
1757 struct eapol_sm *sm = ctx; local
1768 struct eapol_sm *sm = ctx; local
1781 struct eapol_sm *sm = ctx; local
1798 struct eapol_sm *sm = ctx; local
1811 struct eapol_sm *sm = ctx; local
1821 struct eapol_sm *sm = ctx; local
1830 struct eapol_sm *sm = ctx; local
1865 struct eapol_sm *sm; local
1914 eapol_sm_deinit(struct eapol_sm *sm) argument
1928 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
1936 eapol_sm_failed(struct eapol_sm *sm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c142 static void eapol_sm_txLogoff(struct eapol_sm *sm);
143 static void eapol_sm_txStart(struct eapol_sm *sm);
144 static void eapol_sm_processKey(struct eapol_sm *sm);
145 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
146 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
147 static void eapol_sm_abortSupp(struct eapol_sm *sm);
148 static void eapol_sm_abort_cached(struct eapol_sm *sm);
150 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
151 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
158 struct eapol_sm *sm local
192 eapol_enable_timer_tick(struct eapol_sm *sm) argument
596 eapol_sm_txLogoff(struct eapol_sm *sm) argument
606 eapol_sm_txStart(struct eapol_sm *sm) argument
625 eapol_sm_processKey(struct eapol_sm *sm) argument
794 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
804 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
833 eapol_sm_abortSupp(struct eapol_sm *sm) argument
851 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
858 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
873 eapol_sm_step(struct eapol_sm *sm) argument
994 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1015 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1039 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1091 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1161 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1282 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1296 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1314 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1336 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1358 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1382 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1417 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1451 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1467 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1488 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1502 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1531 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1547 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1565 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1580 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1602 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1620 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1634 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1643 struct eapol_sm *sm = ctx; local
1650 struct eapol_sm *sm = ctx; local
1660 struct eapol_sm *sm = ctx; local
1690 struct eapol_sm *sm = ctx; local
1727 struct eapol_sm *sm = ctx; local
1741 struct eapol_sm *sm = ctx; local
1757 struct eapol_sm *sm = ctx; local
1768 struct eapol_sm *sm = ctx; local
1781 struct eapol_sm *sm = ctx; local
1798 struct eapol_sm *sm = ctx; local
1811 struct eapol_sm *sm = ctx; local
1821 struct eapol_sm *sm = ctx; local
1830 struct eapol_sm *sm = ctx; local
1865 struct eapol_sm *sm; local
1914 eapol_sm_deinit(struct eapol_sm *sm) argument
1928 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
1936 eapol_sm_failed(struct eapol_sm *sm) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h22 void pmksa_candidate_free(struct wpa_sm *sm);
23 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
25 void rsn_preauth_deinit(struct wpa_sm *sm);
26 void rsn_preauth_scan_results(struct wpa_sm *sm,
28 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
30 void rsn_preauth_candidate_process(struct wpa_sm *sm);
31 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
33 int rsn_preauth_in_progress(struct wpa_sm *sm);
37 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
41 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm) argument
45 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
51 rsn_preauth_deinit(struct wpa_sm *sm) argument
54 rsn_preauth_scan_results(struct wpa_sm *sm, struct wpa_scan_results *results) argument
59 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
65 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
71 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c32 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
35 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
37 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
38 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
39 static int eap_sm_nextId(struct eap_sm *sm, int id);
40 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
43 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
44 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
82 * @sm
93 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
827 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
879 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
949 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
967 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
985 eap_sm_nextId(struct eap_sm *sm, int id) argument
1007 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1061 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1078 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1110 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1185 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1200 eap_server_sm_step(struct eap_sm *sm) argument
1236 struct eap_sm *sm; local
1295 eap_server_sm_deinit(struct eap_sm *sm) argument
1327 eap_sm_notify_cached(struct eap_sm *sm) argument
1342 eap_sm_pending_cb(struct eap_sm *sm) argument
1357 eap_sm_method_pending(struct eap_sm *sm) argument
1371 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1383 eap_get_interface(struct eap_sm *sm) argument
1397 eap_server_clear_identity(struct eap_sm *sm) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c32 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
35 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
37 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
38 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
39 static int eap_sm_nextId(struct eap_sm *sm, int id);
40 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
43 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
44 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
82 * @sm
93 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
827 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
879 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
949 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
967 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
985 eap_sm_nextId(struct eap_sm *sm, int id) argument
1007 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1061 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1078 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1110 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1185 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1200 eap_server_sm_step(struct eap_sm *sm) argument
1236 struct eap_sm *sm; local
1295 eap_server_sm_deinit(struct eap_sm *sm) argument
1327 eap_sm_notify_cached(struct eap_sm *sm) argument
1342 eap_sm_pending_cb(struct eap_sm *sm) argument
1357 eap_sm_method_pending(struct eap_sm *sm) argument
1371 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1383 eap_get_interface(struct eap_sm *sm) argument
1397 eap_server_clear_identity(struct eap_sm *sm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c32 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
35 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
37 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
38 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
39 static int eap_sm_nextId(struct eap_sm *sm, int id);
40 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
43 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
44 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
82 * @sm
93 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
827 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
879 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
949 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
967 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
985 eap_sm_nextId(struct eap_sm *sm, int id) argument
1007 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1061 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1078 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1110 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1185 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1200 eap_server_sm_step(struct eap_sm *sm) argument
1236 struct eap_sm *sm; local
1295 eap_server_sm_deinit(struct eap_sm *sm) argument
1327 eap_sm_notify_cached(struct eap_sm *sm) argument
1342 eap_sm_pending_cb(struct eap_sm *sm) argument
1357 eap_sm_method_pending(struct eap_sm *sm) argument
1371 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1383 eap_get_interface(struct eap_sm *sm) argument
1397 eap_server_clear_identity(struct eap_sm *sm) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_dump.c122 struct eapol_state_machine *sm)
126 sm->aWhile, sm->quietWhile, sm->reAuthWhen);
135 prefix, _SB(sm->authAbort), _SB(sm->authFail),
136 port_state_txt(sm->authPortStatus), _SB(sm->authStart),
137 prefix, _SB(sm->authTimeout), _SB(sm
121 eapol_auth_dump_state(FILE *f, const char *prefix, struct eapol_state_machine *sm) argument
[all...]
H A Deapol_auth_sm.c23 #define STATE_MACHINE_ADDR sm->addr
30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
35 #define txCannedFail() eapol_auth_tx_canned_eap(sm, 0)
36 #define txCannedSuccess() eapol_auth_tx_canned_eap(sm, 1)
37 #define txReq() eapol_auth_tx_req(sm)
84 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
105 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
763 struct eapol_state_machine *sm; local
855 eapol_auth_free(struct eapol_state_machine *sm) argument
875 eapol_sm_step_run(struct eapol_state_machine *sm) argument
956 struct eapol_state_machine *sm = eloop_ctx; local
968 eapol_auth_step(struct eapol_state_machine *sm) argument
980 eapol_auth_initialize(struct eapol_state_machine *sm) argument
1001 struct eapol_state_machine *sm = ctx; local
1009 struct eapol_state_machine *sm = ctx; local
1022 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
[all...]
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_dump.c122 struct eapol_state_machine *sm)
126 sm->aWhile, sm->quietWhile, sm->reAuthWhen);
135 prefix, _SB(sm->authAbort), _SB(sm->authFail),
136 port_state_txt(sm->authPortStatus), _SB(sm->authStart),
137 prefix, _SB(sm->authTimeout), _SB(sm
121 eapol_auth_dump_state(FILE *f, const char *prefix, struct eapol_state_machine *sm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_dump.c122 struct eapol_state_machine *sm)
126 sm->aWhile, sm->quietWhile, sm->reAuthWhen);
135 prefix, _SB(sm->authAbort), _SB(sm->authFail),
136 port_state_txt(sm->authPortStatus), _SB(sm->authStart),
137 prefix, _SB(sm->authTimeout), _SB(sm
121 eapol_auth_dump_state(FILE *f, const char *prefix, struct eapol_state_machine *sm) argument
[all...]
/external/openssl/crypto/store/
H A Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) argument
88 sm->init = init_f;
92 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f) argument
94 sm->clean = clean_f;
98 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f) argument
100 sm->generate_object = generate_f;
104 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f) argument
106 sm->get_object = get_f;
110 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f) argument
112 sm
116 STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) argument
122 STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) argument
128 STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) argument
134 STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) argument
140 STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) argument
146 STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f) argument
152 STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f) argument
158 STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f) argument
164 STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f) argument
170 STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
176 STORE_method_get_initialise_function(STORE_METHOD *sm) argument
181 STORE_method_get_cleanup_function(STORE_METHOD *sm) argument
186 STORE_method_get_generate_function(STORE_METHOD *sm) argument
191 STORE_method_get_get_function(STORE_METHOD *sm) argument
196 STORE_method_get_store_function(STORE_METHOD *sm) argument
201 STORE_method_get_modify_function(STORE_METHOD *sm) argument
206 STORE_method_get_revoke_function(STORE_METHOD *sm) argument
211 STORE_method_get_delete_function(STORE_METHOD *sm) argument
216 STORE_method_get_list_start_function(STORE_METHOD *sm) argument
221 STORE_method_get_list_next_function(STORE_METHOD *sm) argument
226 STORE_method_get_list_end_function(STORE_METHOD *sm) argument
231 STORE_method_get_update_store_function(STORE_METHOD *sm) argument
236 STORE_method_get_lock_store_function(STORE_METHOD *sm) argument
241 STORE_method_get_unlock_store_function(STORE_METHOD *sm) argument
246 STORE_method_get_ctrl_function(STORE_METHOD *sm) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap.c37 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
40 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
42 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
43 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
44 static int eap_sm_nextId(struct eap_sm *sm, int id);
45 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
47 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
48 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
49 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
87 * @sm
98 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
798 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
850 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
920 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
938 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
956 eap_sm_nextId(struct eap_sm *sm, int id) argument
978 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1029 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1046 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1078 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1153 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1168 eap_server_sm_step(struct eap_sm *sm) argument
1204 struct eap_sm *sm; local
1255 eap_server_sm_deinit(struct eap_sm *sm) argument
1286 eap_sm_notify_cached(struct eap_sm *sm) argument
1301 eap_sm_pending_cb(struct eap_sm *sm) argument
1316 eap_sm_method_pending(struct eap_sm *sm) argument
1330 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1342 eap_get_interface(struct eap_sm *sm) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c188 static void eapol_sm_txLogoff(struct eapol_sm *sm);
189 static void eapol_sm_txStart(struct eapol_sm *sm);
190 static void eapol_sm_processKey(struct eapol_sm *sm);
191 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
192 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
193 static void eapol_sm_abortSupp(struct eapol_sm *sm);
194 static void eapol_sm_abort_cached(struct eapol_sm *sm);
202 struct eapol_sm *sm = timeout_ctx; local
204 if (sm->authWhile > 0) {
205 sm
236 eapol_enable_timer_tick(struct eapol_sm *sm) argument
616 eapol_sm_txLogoff(struct eapol_sm *sm) argument
626 eapol_sm_txStart(struct eapol_sm *sm) argument
645 eapol_sm_processKey(struct eapol_sm *sm) argument
808 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
818 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
847 eapol_sm_abortSupp(struct eapol_sm *sm) argument
873 eapol_sm_step(struct eapol_sm *sm) argument
994 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1024 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1076 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1146 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1267 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1281 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1299 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1321 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1343 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1367 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1402 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1436 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1452 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1472 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1486 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1514 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1530 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1548 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1563 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1585 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1603 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1617 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1626 struct eapol_sm *sm = ctx; local
1633 struct eapol_sm *sm = ctx; local
1643 struct eapol_sm *sm = ctx; local
1673 struct eapol_sm *sm = ctx; local
1710 struct eapol_sm *sm = ctx; local
1724 struct eapol_sm *sm = ctx; local
1739 struct eapol_sm *sm = ctx; local
1750 struct eapol_sm *sm = ctx; local
1763 struct eapol_sm *sm = ctx; local
1780 struct eapol_sm *sm = ctx; local
1815 struct eapol_sm *sm; local
1865 eapol_sm_deinit(struct eapol_sm *sm) argument
[all...]
H A Deapol_supp_sm.h225 void eapol_sm_deinit(struct eapol_sm *sm);
226 void eapol_sm_step(struct eapol_sm *sm);
227 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
229 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
230 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
232 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
234 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm);
235 void eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled);
236 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
237 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolea
259 eapol_sm_deinit(struct eapol_sm *sm) argument
262 eapol_sm_step(struct eapol_sm *sm) argument
265 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
270 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
275 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
280 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
285 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
288 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
292 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
296 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
300 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
303 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, struct eapol_config *conf) argument
308 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
312 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
315 eapol_sm_notify_cached(struct eapol_sm *sm) argument
320 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
324 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
327 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
330 eapol_sm_request_reauth(struct eapol_sm *sm) argument
333 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
337 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c42 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
44 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
45 static void eap_sm_processIdentity(struct eap_sm *sm,
47 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
49 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
57 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) argument
59 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
63 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, argument
66 sm
70 eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) argument
76 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) argument
83 eapol_get_eapReqData(struct eap_sm *sm) argument
89 eap_deinit_prev_method(struct eap_sm *sm, const char *txt) argument
109 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
515 eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
545 eap_peer_sm_step_idle(struct eap_sm *sm) argument
577 eap_peer_req_is_duplicate(struct eap_sm *sm) argument
603 eap_peer_sm_step_received(struct eap_sm *sm) argument
652 eap_peer_sm_step_local(struct eap_sm *sm) argument
735 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
751 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
798 eap_sm_buildNak(struct eap_sm *sm, int id) argument
847 eap_sm_processIdentity(struct eap_sm *sm, const struct wpabuf *req) argument
871 eap_sm_imsi_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
914 eap_sm_set_scard_pin(struct eap_sm *sm, struct eap_peer_config *conf) argument
936 eap_sm_get_scard_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
961 eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) argument
1021 eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req) argument
1060 eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req) argument
1175 struct eap_sm *sm; local
1210 eap_peer_sm_deinit(struct eap_sm *sm) argument
1230 eap_peer_sm_step(struct eap_sm *sm) argument
1250 eap_sm_abort(struct eap_sm *sm) argument
1354 eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1420 eap_sm_request(struct eap_sm *sm, eap_ctrl_req_type type, const char *msg, size_t msglen) argument
1499 eap_sm_request_identity(struct eap_sm *sm) argument
1514 eap_sm_request_password(struct eap_sm *sm) argument
1529 eap_sm_request_new_password(struct eap_sm *sm) argument
1544 eap_sm_request_pin(struct eap_sm *sm) argument
1560 eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) argument
1575 eap_sm_request_passphrase(struct eap_sm *sm) argument
1588 eap_sm_notify_ctrl_attached(struct eap_sm *sm) argument
1695 eap_set_fast_reauth(struct eap_sm *sm, int enabled) argument
1706 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
1722 eap_get_config(struct eap_sm *sm) argument
1734 eap_get_config_identity(struct eap_sm *sm, size_t *len) argument
1750 eap_get_config_password(struct eap_sm *sm, size_t *len) argument
1769 eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) argument
1787 eap_get_config_new_password(struct eap_sm *sm, size_t *len) argument
1803 eap_get_config_otp(struct eap_sm *sm, size_t *len) argument
1821 eap_clear_config_otp(struct eap_sm *sm) argument
1838 eap_get_config_phase1(struct eap_sm *sm) argument
1852 eap_get_config_phase2(struct eap_sm *sm) argument
1866 eap_key_available(struct eap_sm *sm) argument
1881 eap_notify_success(struct eap_sm *sm) argument
1897 eap_notify_lower_layer_success(struct eap_sm *sm) argument
1928 eap_get_eapKeyData(struct eap_sm *sm, size_t *len) argument
1950 eap_get_eapRespData(struct eap_sm *sm) argument
1972 eap_register_scard_ctx(struct eap_sm *sm, void *ctx) argument
1987 eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2001 eap_get_config_blob(struct eap_sm *sm, const char *name) argument
2020 eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2035 eap_notify_pending(struct eap_sm *sm) argument
2045 eap_invalidate_cached_session(struct eap_sm *sm) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c38 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
40 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
41 static void eap_sm_processIdentity(struct eap_sm *sm,
43 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
45 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
53 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) argument
55 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
59 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, argument
62 sm
66 eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) argument
72 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) argument
79 eapol_get_eapReqData(struct eap_sm *sm) argument
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
95 eap_deinit_prev_method(struct eap_sm *sm, const char *txt) argument
118 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
552 eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
582 eap_peer_sm_step_idle(struct eap_sm *sm) argument
614 eap_peer_req_is_duplicate(struct eap_sm *sm) argument
640 eap_peer_sm_step_received(struct eap_sm *sm) argument
689 eap_peer_sm_step_local(struct eap_sm *sm) argument
772 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
788 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
835 eap_sm_buildNak(struct eap_sm *sm, int id) argument
884 eap_sm_processIdentity(struct eap_sm *sm, const struct wpabuf *req) argument
933 eap_sm_append_3gpp_realm(struct eap_sm *sm, char *imsi, size_t max_len, size_t *imsi_len) argument
975 eap_sm_imsi_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1046 eap_sm_set_scard_pin(struct eap_sm *sm, struct eap_peer_config *conf) argument
1068 eap_sm_get_scard_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1093 eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) argument
1153 eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req) argument
1192 eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req) argument
1294 struct eap_sm *sm = ctx; local
1363 struct eap_sm *sm; local
1411 eap_peer_sm_deinit(struct eap_sm *sm) argument
1433 eap_peer_sm_step(struct eap_sm *sm) argument
1453 eap_sm_abort(struct eap_sm *sm) argument
1557 eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1618 eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, const char *msg, size_t msglen) argument
1676 eap_sm_get_method_name(struct eap_sm *sm) argument
1693 eap_sm_request_identity(struct eap_sm *sm) argument
1708 eap_sm_request_password(struct eap_sm *sm) argument
1723 eap_sm_request_new_password(struct eap_sm *sm) argument
1738 eap_sm_request_pin(struct eap_sm *sm) argument
1754 eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) argument
1769 eap_sm_request_passphrase(struct eap_sm *sm) argument
1782 eap_sm_notify_ctrl_attached(struct eap_sm *sm) argument
1889 eap_set_fast_reauth(struct eap_sm *sm, int enabled) argument
1900 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
1916 eap_get_config(struct eap_sm *sm) argument
1928 eap_get_config_identity(struct eap_sm *sm, size_t *len) argument
1938 eap_get_ext_password(struct eap_sm *sm, struct eap_peer_config *config) argument
1965 eap_get_config_password(struct eap_sm *sm, size_t *len) argument
1992 eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) argument
2018 eap_get_config_new_password(struct eap_sm *sm, size_t *len) argument
2034 eap_get_config_otp(struct eap_sm *sm, size_t *len) argument
2052 eap_clear_config_otp(struct eap_sm *sm) argument
2069 eap_get_config_phase1(struct eap_sm *sm) argument
2083 eap_get_config_phase2(struct eap_sm *sm) argument
2092 eap_get_config_fragment_size(struct eap_sm *sm) argument
2106 eap_key_available(struct eap_sm *sm) argument
2121 eap_notify_success(struct eap_sm *sm) argument
2137 eap_notify_lower_layer_success(struct eap_sm *sm) argument
2168 eap_get_eapKeyData(struct eap_sm *sm, size_t *len) argument
2190 eap_get_eapRespData(struct eap_sm *sm) argument
2212 eap_register_scard_ctx(struct eap_sm *sm, void *ctx) argument
2227 eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2241 eap_get_config_blob(struct eap_sm *sm, const char *name) argument
2260 eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2275 eap_notify_pending(struct eap_sm *sm) argument
2285 eap_invalidate_cached_session(struct eap_sm *sm) argument
2318 eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext) argument
2332 eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c38 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
40 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
41 static void eap_sm_processIdentity(struct eap_sm *sm,
43 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
45 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
53 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) argument
55 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
59 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, argument
62 sm
66 eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) argument
72 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) argument
79 eapol_get_eapReqData(struct eap_sm *sm) argument
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
95 eap_deinit_prev_method(struct eap_sm *sm, const char *txt) argument
118 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
552 eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
582 eap_peer_sm_step_idle(struct eap_sm *sm) argument
614 eap_peer_req_is_duplicate(struct eap_sm *sm) argument
640 eap_peer_sm_step_received(struct eap_sm *sm) argument
689 eap_peer_sm_step_local(struct eap_sm *sm) argument
772 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
788 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
835 eap_sm_buildNak(struct eap_sm *sm, int id) argument
884 eap_sm_processIdentity(struct eap_sm *sm, const struct wpabuf *req) argument
933 eap_sm_append_3gpp_realm(struct eap_sm *sm, char *imsi, size_t max_len, size_t *imsi_len) argument
975 eap_sm_imsi_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1046 eap_sm_set_scard_pin(struct eap_sm *sm, struct eap_peer_config *conf) argument
1068 eap_sm_get_scard_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1093 eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) argument
1153 eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req) argument
1192 eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req) argument
1294 struct eap_sm *sm = ctx; local
1363 struct eap_sm *sm; local
1411 eap_peer_sm_deinit(struct eap_sm *sm) argument
1433 eap_peer_sm_step(struct eap_sm *sm) argument
1453 eap_sm_abort(struct eap_sm *sm) argument
1557 eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1618 eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, const char *msg, size_t msglen) argument
1676 eap_sm_get_method_name(struct eap_sm *sm) argument
1693 eap_sm_request_identity(struct eap_sm *sm) argument
1708 eap_sm_request_password(struct eap_sm *sm) argument
1723 eap_sm_request_new_password(struct eap_sm *sm) argument
1738 eap_sm_request_pin(struct eap_sm *sm) argument
1754 eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) argument
1769 eap_sm_request_passphrase(struct eap_sm *sm) argument
1782 eap_sm_notify_ctrl_attached(struct eap_sm *sm) argument
1889 eap_set_fast_reauth(struct eap_sm *sm, int enabled) argument
1900 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
1916 eap_get_config(struct eap_sm *sm) argument
1928 eap_get_config_identity(struct eap_sm *sm, size_t *len) argument
1938 eap_get_ext_password(struct eap_sm *sm, struct eap_peer_config *config) argument
1965 eap_get_config_password(struct eap_sm *sm, size_t *len) argument
1992 eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) argument
2018 eap_get_config_new_password(struct eap_sm *sm, size_t *len) argument
2034 eap_get_config_otp(struct eap_sm *sm, size_t *len) argument
2052 eap_clear_config_otp(struct eap_sm *sm) argument
2069 eap_get_config_phase1(struct eap_sm *sm) argument
2083 eap_get_config_phase2(struct eap_sm *sm) argument
2092 eap_get_config_fragment_size(struct eap_sm *sm) argument
2106 eap_key_available(struct eap_sm *sm) argument
2121 eap_notify_success(struct eap_sm *sm) argument
2137 eap_notify_lower_layer_success(struct eap_sm *sm) argument
2168 eap_get_eapKeyData(struct eap_sm *sm, size_t *len) argument
2190 eap_get_eapRespData(struct eap_sm *sm) argument
2212 eap_register_scard_ctx(struct eap_sm *sm, void *ctx) argument
2227 eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2241 eap_get_config_blob(struct eap_sm *sm, const char *name) argument
2260 eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2275 eap_notify_pending(struct eap_sm *sm) argument
2285 eap_invalidate_cached_session(struct eap_sm *sm) argument
2318 eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext) argument
2332 eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c38 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
40 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
41 static void eap_sm_processIdentity(struct eap_sm *sm,
43 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
45 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
53 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) argument
55 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
59 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, argument
62 sm
66 eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) argument
72 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) argument
79 eapol_get_eapReqData(struct eap_sm *sm) argument
85 eap_notify_status(struct eap_sm *sm, const char *status, const char *parameter) argument
95 eap_deinit_prev_method(struct eap_sm *sm, const char *txt) argument
118 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
552 eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
582 eap_peer_sm_step_idle(struct eap_sm *sm) argument
614 eap_peer_req_is_duplicate(struct eap_sm *sm) argument
640 eap_peer_sm_step_received(struct eap_sm *sm) argument
689 eap_peer_sm_step_local(struct eap_sm *sm) argument
772 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
788 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
835 eap_sm_buildNak(struct eap_sm *sm, int id) argument
884 eap_sm_processIdentity(struct eap_sm *sm, const struct wpabuf *req) argument
933 eap_sm_append_3gpp_realm(struct eap_sm *sm, char *imsi, size_t max_len, size_t *imsi_len) argument
975 eap_sm_imsi_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1046 eap_sm_set_scard_pin(struct eap_sm *sm, struct eap_peer_config *conf) argument
1068 eap_sm_get_scard_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
1093 eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) argument
1153 eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req) argument
1192 eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req) argument
1294 struct eap_sm *sm = ctx; local
1363 struct eap_sm *sm; local
1411 eap_peer_sm_deinit(struct eap_sm *sm) argument
1433 eap_peer_sm_step(struct eap_sm *sm) argument
1453 eap_sm_abort(struct eap_sm *sm) argument
1557 eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1618 eap_sm_request(struct eap_sm *sm, enum wpa_ctrl_req_type field, const char *msg, size_t msglen) argument
1676 eap_sm_get_method_name(struct eap_sm *sm) argument
1693 eap_sm_request_identity(struct eap_sm *sm) argument
1708 eap_sm_request_password(struct eap_sm *sm) argument
1723 eap_sm_request_new_password(struct eap_sm *sm) argument
1738 eap_sm_request_pin(struct eap_sm *sm) argument
1754 eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) argument
1769 eap_sm_request_passphrase(struct eap_sm *sm) argument
1782 eap_sm_notify_ctrl_attached(struct eap_sm *sm) argument
1889 eap_set_fast_reauth(struct eap_sm *sm, int enabled) argument
1900 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
1916 eap_get_config(struct eap_sm *sm) argument
1928 eap_get_config_identity(struct eap_sm *sm, size_t *len) argument
1938 eap_get_ext_password(struct eap_sm *sm, struct eap_peer_config *config) argument
1965 eap_get_config_password(struct eap_sm *sm, size_t *len) argument
1992 eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) argument
2018 eap_get_config_new_password(struct eap_sm *sm, size_t *len) argument
2034 eap_get_config_otp(struct eap_sm *sm, size_t *len) argument
2052 eap_clear_config_otp(struct eap_sm *sm) argument
2069 eap_get_config_phase1(struct eap_sm *sm) argument
2083 eap_get_config_phase2(struct eap_sm *sm) argument
2092 eap_get_config_fragment_size(struct eap_sm *sm) argument
2106 eap_key_available(struct eap_sm *sm) argument
2121 eap_notify_success(struct eap_sm *sm) argument
2137 eap_notify_lower_layer_success(struct eap_sm *sm) argument
2168 eap_get_eapKeyData(struct eap_sm *sm, size_t *len) argument
2190 eap_get_eapRespData(struct eap_sm *sm) argument
2212 eap_register_scard_ctx(struct eap_sm *sm, void *ctx) argument
2227 eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2241 eap_get_config_blob(struct eap_sm *sm, const char *name) argument
2260 eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2275 eap_notify_pending(struct eap_sm *sm) argument
2285 eap_invalidate_cached_session(struct eap_sm *sm) argument
2318 eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext) argument
2332 eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h128 static inline void wpa_sm_set_state(struct wpa_sm *sm, enum wpa_states state) argument
130 WPA_ASSERT(sm->ctx->set_state);
131 sm->ctx->set_state(sm->ctx->ctx, state);
134 static inline enum wpa_states wpa_sm_get_state(struct wpa_sm *sm) argument
136 WPA_ASSERT(sm->ctx->get_state);
137 return sm->ctx->get_state(sm->ctx->ctx);
140 static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, int reason_code) argument
142 WPA_ASSERT(sm
146 wpa_sm_disassociate(struct wpa_sm *sm, int reason_code) argument
152 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
162 wpa_sm_get_network_ctx(struct wpa_sm *sm) argument
168 wpa_sm_get_bssid(struct wpa_sm *sm, u8 *bssid) argument
174 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) argument
181 wpa_sm_get_beacon_ie(struct wpa_sm *sm) argument
187 wpa_sm_cancel_auth_timeout(struct wpa_sm *sm) argument
193 wpa_sm_alloc_eapol(struct wpa_sm *sm, u8 type, const void *data, u16 data_len, size_t *msg_len, void **data_pos) argument
202 wpa_sm_add_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
209 wpa_sm_remove_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
216 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
224 wpa_sm_update_ft_ies(struct wpa_sm *sm, const u8 *md, const u8 *ies, size_t ies_len) argument
232 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
242 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
250 wpa_sm_set_rekey_offload(struct wpa_sm *sm) argument
259 wpa_sm_tdls_get_capa(struct wpa_sm *sm, int *tdls_supported, int *tdls_ext_setup) argument
269 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
281 wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, const u8 *peer) argument
290 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 capability, const u8 *supp_rates, size_t supp_rates_len) argument
[all...]
H A Dpreauth.h16 void pmksa_candidate_free(struct wpa_sm *sm);
17 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
19 void rsn_preauth_deinit(struct wpa_sm *sm);
20 int rsn_preauth_scan_results(struct wpa_sm *sm);
21 void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
23 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
25 void rsn_preauth_candidate_process(struct wpa_sm *sm);
26 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
28 int rsn_preauth_in_progress(struct wpa_sm *sm);
32 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
46 rsn_preauth_deinit(struct wpa_sm *sm) argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h128 static inline void wpa_sm_set_state(struct wpa_sm *sm, enum wpa_states state) argument
130 WPA_ASSERT(sm->ctx->set_state);
131 sm->ctx->set_state(sm->ctx->ctx, state);
134 static inline enum wpa_states wpa_sm_get_state(struct wpa_sm *sm) argument
136 WPA_ASSERT(sm->ctx->get_state);
137 return sm->ctx->get_state(sm->ctx->ctx);
140 static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, int reason_code) argument
142 WPA_ASSERT(sm
146 wpa_sm_disassociate(struct wpa_sm *sm, int reason_code) argument
152 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
162 wpa_sm_get_network_ctx(struct wpa_sm *sm) argument
168 wpa_sm_get_bssid(struct wpa_sm *sm, u8 *bssid) argument
174 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) argument
181 wpa_sm_get_beacon_ie(struct wpa_sm *sm) argument
187 wpa_sm_cancel_auth_timeout(struct wpa_sm *sm) argument
193 wpa_sm_alloc_eapol(struct wpa_sm *sm, u8 type, const void *data, u16 data_len, size_t *msg_len, void **data_pos) argument
202 wpa_sm_add_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
209 wpa_sm_remove_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
216 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
224 wpa_sm_update_ft_ies(struct wpa_sm *sm, const u8 *md, const u8 *ies, size_t ies_len) argument
232 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
242 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
250 wpa_sm_set_rekey_offload(struct wpa_sm *sm) argument
259 wpa_sm_tdls_get_capa(struct wpa_sm *sm, int *tdls_supported, int *tdls_ext_setup) argument
269 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
281 wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, const u8 *peer) argument
290 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 capability, const u8 *supp_rates, size_t supp_rates_len) argument
[all...]
H A Dpreauth.h16 void pmksa_candidate_free(struct wpa_sm *sm);
17 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
19 void rsn_preauth_deinit(struct wpa_sm *sm);
20 int rsn_preauth_scan_results(struct wpa_sm *sm);
21 void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
23 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
25 void rsn_preauth_candidate_process(struct wpa_sm *sm);
26 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
28 int rsn_preauth_in_progress(struct wpa_sm *sm);
32 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
46 rsn_preauth_deinit(struct wpa_sm *sm) argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h128 static inline void wpa_sm_set_state(struct wpa_sm *sm, enum wpa_states state) argument
130 WPA_ASSERT(sm->ctx->set_state);
131 sm->ctx->set_state(sm->ctx->ctx, state);
134 static inline enum wpa_states wpa_sm_get_state(struct wpa_sm *sm) argument
136 WPA_ASSERT(sm->ctx->get_state);
137 return sm->ctx->get_state(sm->ctx->ctx);
140 static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, int reason_code) argument
142 WPA_ASSERT(sm
146 wpa_sm_disassociate(struct wpa_sm *sm, int reason_code) argument
152 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
162 wpa_sm_get_network_ctx(struct wpa_sm *sm) argument
168 wpa_sm_get_bssid(struct wpa_sm *sm, u8 *bssid) argument
174 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) argument
181 wpa_sm_get_beacon_ie(struct wpa_sm *sm) argument
187 wpa_sm_cancel_auth_timeout(struct wpa_sm *sm) argument
193 wpa_sm_alloc_eapol(struct wpa_sm *sm, u8 type, const void *data, u16 data_len, size_t *msg_len, void **data_pos) argument
202 wpa_sm_add_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
209 wpa_sm_remove_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
216 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
224 wpa_sm_update_ft_ies(struct wpa_sm *sm, const u8 *md, const u8 *ies, size_t ies_len) argument
232 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
242 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
250 wpa_sm_set_rekey_offload(struct wpa_sm *sm) argument
259 wpa_sm_tdls_get_capa(struct wpa_sm *sm, int *tdls_supported, int *tdls_ext_setup) argument
269 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, const u8 *buf, size_t len) argument
281 wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, const u8 *peer) argument
290 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 capability, const u8 *supp_rates, size_t supp_rates_len) argument
[all...]
H A Dpreauth.h16 void pmksa_candidate_free(struct wpa_sm *sm);
17 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
19 void rsn_preauth_deinit(struct wpa_sm *sm);
20 int rsn_preauth_scan_results(struct wpa_sm *sm);
21 void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
23 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
25 void rsn_preauth_candidate_process(struct wpa_sm *sm);
26 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
28 int rsn_preauth_in_progress(struct wpa_sm *sm);
32 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
36 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
46 rsn_preauth_deinit(struct wpa_sm *sm) argument
50 rsn_preauth_scan_results(struct wpa_sm *sm) argument
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
72 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]

Completed in 747 milliseconds

1234567891011>>