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

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.c97 static int changed_cipher(struct ieee802_1x_cp_sm *sm) argument
99 return sm->confidentiality_offset != sm->cipher_offset ||
100 sm->current_cipher_suite != sm->cipher_suite;
104 static int changed_connect(struct ieee802_1x_cp_sm *sm) argument
106 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
114 sm
431 struct ieee802_1x_cp_sm *sm; local
486 ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) argument
502 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
510 ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) argument
531 struct ieee802_1x_cp_sm *sm = cp_ctx; local
542 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; local
553 struct ieee802_1x_cp_sm *sm = cp_ctx; local
564 struct ieee802_1x_cp_sm *sm = cp_ctx; local
575 struct ieee802_1x_cp_sm *sm = cp_ctx; local
586 struct ieee802_1x_cp_sm *sm = cp_ctx; local
596 struct ieee802_1x_cp_sm *sm = cp_ctx; local
609 struct ieee802_1x_cp_sm *sm = cp_ctx; local
619 struct ieee802_1x_cp_sm *sm = cp_ctx; local
629 struct ieee802_1x_cp_sm *sm = cp_ctx; local
640 struct ieee802_1x_cp_sm *sm = cp_ctx; local
650 struct ieee802_1x_cp_sm *sm = cp_ctx; local
660 struct ieee802_1x_cp_sm *sm = cp_ctx; local
670 struct ieee802_1x_cp_sm *sm = cp_ctx; local
680 struct ieee802_1x_cp_sm *sm = cp_ctx; local
690 struct ieee802_1x_cp_sm *sm = cp_ctx; local
709 struct ieee802_1x_cp_sm *sm = cp_ctx; local
718 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
727 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c97 static int changed_cipher(struct ieee802_1x_cp_sm *sm) argument
99 return sm->confidentiality_offset != sm->cipher_offset ||
100 sm->current_cipher_suite != sm->cipher_suite;
104 static int changed_connect(struct ieee802_1x_cp_sm *sm) argument
106 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
114 sm
431 struct ieee802_1x_cp_sm *sm; local
486 ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) argument
502 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
510 ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) argument
531 struct ieee802_1x_cp_sm *sm = cp_ctx; local
542 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; local
553 struct ieee802_1x_cp_sm *sm = cp_ctx; local
564 struct ieee802_1x_cp_sm *sm = cp_ctx; local
575 struct ieee802_1x_cp_sm *sm = cp_ctx; local
586 struct ieee802_1x_cp_sm *sm = cp_ctx; local
596 struct ieee802_1x_cp_sm *sm = cp_ctx; local
609 struct ieee802_1x_cp_sm *sm = cp_ctx; local
619 struct ieee802_1x_cp_sm *sm = cp_ctx; local
629 struct ieee802_1x_cp_sm *sm = cp_ctx; local
640 struct ieee802_1x_cp_sm *sm = cp_ctx; local
650 struct ieee802_1x_cp_sm *sm = cp_ctx; local
660 struct ieee802_1x_cp_sm *sm = cp_ctx; local
670 struct ieee802_1x_cp_sm *sm = cp_ctx; local
680 struct ieee802_1x_cp_sm *sm = cp_ctx; local
690 struct ieee802_1x_cp_sm *sm = cp_ctx; local
709 struct ieee802_1x_cp_sm *sm = cp_ctx; local
718 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
727 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c97 static int changed_cipher(struct ieee802_1x_cp_sm *sm) argument
99 return sm->confidentiality_offset != sm->cipher_offset ||
100 sm->current_cipher_suite != sm->cipher_suite;
104 static int changed_connect(struct ieee802_1x_cp_sm *sm) argument
106 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
114 sm
431 struct ieee802_1x_cp_sm *sm; local
486 ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) argument
502 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
510 ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) argument
531 struct ieee802_1x_cp_sm *sm = cp_ctx; local
542 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; local
553 struct ieee802_1x_cp_sm *sm = cp_ctx; local
564 struct ieee802_1x_cp_sm *sm = cp_ctx; local
575 struct ieee802_1x_cp_sm *sm = cp_ctx; local
586 struct ieee802_1x_cp_sm *sm = cp_ctx; local
596 struct ieee802_1x_cp_sm *sm = cp_ctx; local
609 struct ieee802_1x_cp_sm *sm = cp_ctx; local
619 struct ieee802_1x_cp_sm *sm = cp_ctx; local
629 struct ieee802_1x_cp_sm *sm = cp_ctx; local
640 struct ieee802_1x_cp_sm *sm = cp_ctx; local
650 struct ieee802_1x_cp_sm *sm = cp_ctx; local
660 struct ieee802_1x_cp_sm *sm = cp_ctx; local
670 struct ieee802_1x_cp_sm *sm = cp_ctx; local
680 struct ieee802_1x_cp_sm *sm = cp_ctx; local
690 struct ieee802_1x_cp_sm *sm = cp_ctx; local
709 struct ieee802_1x_cp_sm *sm = cp_ctx; local
718 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
727 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
[all...]
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
H A Dlength.pass.cpp25 SM sm = SM(); local
26 assert(sm.length() == 0);
28 sm.first = s;
29 sm.second = s + 3;
30 sm.matched = true;
31 assert(sm.length() == 3);
36 SM sm = SM(); local
37 assert(sm.length() == 0);
39 sm.first = s;
40 sm
[all...]
H A Dcompare_string_type.pass.cpp26 SM sm = SM(); local
27 assert(sm.compare(string()) == 0);
29 sm.first = s;
30 sm.second = s + 3;
31 sm.matched = true;
32 assert(sm.compare(string()) > 0);
33 assert(sm.compare(string("123")) == 0);
39 SM sm = SM(); local
40 assert(sm.compare(string()) == 0);
42 sm
[all...]
H A Dcompare_value_type_ptr.pass.cpp25 SM sm = SM(); local
26 assert(sm.compare("") == 0);
28 sm.first = s;
29 sm.second = s + 3;
30 sm.matched = true;
31 assert(sm.compare("") > 0);
32 assert(sm.compare("123") == 0);
37 SM sm = SM(); local
38 assert(sm.compare(L"") == 0);
40 sm
[all...]
H A Doperator_string.pass.cpp25 SM sm = SM(); local
26 SM::string_type str = sm;
29 sm.first = s;
30 sm.second = s + 3;
31 sm.matched = true;
32 str = sm;
38 SM sm = SM(); local
39 SM::string_type str = sm;
42 sm.first = s;
43 sm
[all...]
H A Dstr.pass.cpp25 SM sm = SM(); local
26 SM::string_type str = sm.str();
29 sm.first = s;
30 sm.second = s + 3;
31 sm.matched = true;
32 str = sm.str();
38 SM sm = SM(); local
39 SM::string_type str = sm.str();
42 sm.first = s;
43 sm
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c33 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
36 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
38 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
39 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
40 static int eap_sm_nextId(struct eap_sm *sm, int id);
41 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
43 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
44 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
45 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
48 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) argument
56 eap_get_erp_domain(struct eap_sm *sm) argument
66 eap_erp_get_key(struct eap_sm *sm, const char *keyname) argument
75 eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) argument
85 eap_sm_buildInitiateReauthStart(struct eap_sm *sm, u8 id) argument
162 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
191 eap_log_msg(struct eap_sm *sm, const char *fmt, ...) argument
412 eap_server_erp_init(struct eap_sm *sm) argument
693 erp_send_finish_reauth(struct eap_sm *sm, struct eap_server_erp_key *erp, u8 id, u8 flags, u16 seq, const char *nai) argument
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
1455 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
1528 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
1546 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
1564 eap_sm_nextId(struct eap_sm *sm, int id) argument
1586 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1640 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1657 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1689 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1771 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1786 eap_server_sm_step(struct eap_sm *sm) argument
1822 struct eap_sm *sm; local
1890 eap_server_sm_deinit(struct eap_sm *sm) argument
1923 eap_sm_notify_cached(struct eap_sm *sm) argument
1938 eap_sm_pending_cb(struct eap_sm *sm) argument
1953 eap_sm_method_pending(struct eap_sm *sm) argument
1967 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1974 eap_erp_update_identity(struct eap_sm *sm, const u8 *eap, size_t len) argument
2017 eap_get_interface(struct eap_sm *sm) argument
2031 eap_server_clear_identity(struct eap_sm *sm) argument
2039 eap_server_mschap_rx_callback(struct eap_sm *sm, const char *source, const u8 *username, size_t username_len, const u8 *challenge, const u8 *response) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c33 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
36 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
38 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
39 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
40 static int eap_sm_nextId(struct eap_sm *sm, int id);
41 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
43 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
44 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
45 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
48 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) argument
56 eap_get_erp_domain(struct eap_sm *sm) argument
66 eap_erp_get_key(struct eap_sm *sm, const char *keyname) argument
75 eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) argument
85 eap_sm_buildInitiateReauthStart(struct eap_sm *sm, u8 id) argument
162 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
191 eap_log_msg(struct eap_sm *sm, const char *fmt, ...) argument
412 eap_server_erp_init(struct eap_sm *sm) argument
693 erp_send_finish_reauth(struct eap_sm *sm, struct eap_server_erp_key *erp, u8 id, u8 flags, u16 seq, const char *nai) argument
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
1455 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
1528 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
1546 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
1564 eap_sm_nextId(struct eap_sm *sm, int id) argument
1586 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1640 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1657 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1689 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1771 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1786 eap_server_sm_step(struct eap_sm *sm) argument
1822 struct eap_sm *sm; local
1890 eap_server_sm_deinit(struct eap_sm *sm) argument
1923 eap_sm_notify_cached(struct eap_sm *sm) argument
1938 eap_sm_pending_cb(struct eap_sm *sm) argument
1953 eap_sm_method_pending(struct eap_sm *sm) argument
1967 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1974 eap_erp_update_identity(struct eap_sm *sm, const u8 *eap, size_t len) argument
2017 eap_get_interface(struct eap_sm *sm) argument
2031 eap_server_clear_identity(struct eap_sm *sm) argument
2039 eap_server_mschap_rx_callback(struct eap_sm *sm, const char *source, const u8 *username, size_t username_len, const u8 *challenge, const u8 *response) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c33 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
36 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
38 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
39 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
40 static int eap_sm_nextId(struct eap_sm *sm, int id);
41 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
43 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
44 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
45 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
48 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) argument
56 eap_get_erp_domain(struct eap_sm *sm) argument
66 eap_erp_get_key(struct eap_sm *sm, const char *keyname) argument
75 eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) argument
85 eap_sm_buildInitiateReauthStart(struct eap_sm *sm, u8 id) argument
162 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
191 eap_log_msg(struct eap_sm *sm, const char *fmt, ...) argument
412 eap_server_erp_init(struct eap_sm *sm) argument
693 erp_send_finish_reauth(struct eap_sm *sm, struct eap_server_erp_key *erp, u8 id, u8 flags, u16 seq, const char *nai) argument
1397 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
1455 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
1528 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
1546 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
1564 eap_sm_nextId(struct eap_sm *sm, int id) argument
1586 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1640 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1657 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1689 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1771 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1786 eap_server_sm_step(struct eap_sm *sm) argument
1822 struct eap_sm *sm; local
1890 eap_server_sm_deinit(struct eap_sm *sm) argument
1923 eap_sm_notify_cached(struct eap_sm *sm) argument
1938 eap_sm_pending_cb(struct eap_sm *sm) argument
1953 eap_sm_method_pending(struct eap_sm *sm) argument
1967 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1974 eap_erp_update_identity(struct eap_sm *sm, const u8 *eap, size_t len) argument
2017 eap_get_interface(struct eap_sm *sm) argument
2031 eap_server_clear_identity(struct eap_sm *sm) argument
2039 eap_server_mschap_rx_callback(struct eap_sm *sm, const char *source, const u8 *username, size_t username_len, const u8 *challenge, const u8 *response) argument
[all...]
/external/skia/tests/
H A DSkSharedMutexTest.cpp14 SkSharedMutex sm; local
15 sm.acquire();
16 sm.assertHeld();
17 sm.release();
18 sm.acquireShared();
19 sm.assertHeldShared();
20 sm.releaseShared();
24 SkSharedMutex sm; local
34 sm.acquireShared();
35 sm
[all...]
/external/skqp/tests/
H A DSkSharedMutexTest.cpp14 SkSharedMutex sm; local
15 sm.acquire();
16 sm.assertHeld();
17 sm.release();
18 sm.acquireShared();
19 sm.assertHeldShared();
20 sm.releaseShared();
24 SkSharedMutex sm; local
34 sm.acquireShared();
35 sm
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c152 static void eapol_sm_txLogoff(struct eapol_sm *sm);
153 static void eapol_sm_txStart(struct eapol_sm *sm);
154 static void eapol_sm_processKey(struct eapol_sm *sm);
155 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
156 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
157 static void eapol_sm_abortSupp(struct eapol_sm *sm);
158 static void eapol_sm_abort_cached(struct eapol_sm *sm);
160 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
161 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
168 struct eapol_sm *sm local
202 eapol_enable_timer_tick(struct eapol_sm *sm) argument
645 eapol_sm_txLogoff(struct eapol_sm *sm) argument
655 eapol_sm_txStart(struct eapol_sm *sm) argument
674 eapol_sm_processKey(struct eapol_sm *sm) argument
853 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
863 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
905 eapol_sm_abortSupp(struct eapol_sm *sm) argument
926 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
938 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
958 eapol_sm_step(struct eapol_sm *sm) argument
1092 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1113 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1137 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1196 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1266 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1422 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1436 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1456 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1478 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1500 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1524 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1570 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1624 eapol_sm_get_session_id(struct eapol_sm *sm, size_t *len) argument
1641 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1661 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1678 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm) argument
1687 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1715 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1731 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1749 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1764 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1786 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1804 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1818 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1827 struct eapol_sm *sm = ctx; local
1834 struct eapol_sm *sm = ctx; local
1844 struct eapol_sm *sm = ctx; local
1876 struct eapol_sm *sm = ctx; local
1916 struct eapol_sm *sm = ctx; local
1930 struct eapol_sm *sm = ctx; local
1946 struct eapol_sm *sm = ctx; local
1957 struct eapol_sm *sm = ctx; local
1970 struct eapol_sm *sm = ctx; local
1987 struct eapol_sm *sm = ctx; local
2001 struct eapol_sm *sm = ctx; local
2011 struct eapol_sm *sm = ctx; local
2019 struct eapol_sm *sm = ctx; local
2029 struct eapol_sm *sm = ctx; local
2040 struct eapol_sm *sm = ctx; local
2051 struct eapol_sm *sm = ctx; local
2092 struct eapol_sm *sm; local
2151 eapol_sm_deinit(struct eapol_sm *sm) argument
2168 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
2176 eapol_sm_failed(struct eapol_sm *sm) argument
2187 struct eapol_sm *sm = ctx; local
2196 eapol_sm_erp_flush(struct eapol_sm *sm) argument
2203 eapol_sm_build_erp_reauth_start(struct eapol_sm *sm) argument
2215 eapol_sm_process_erp_finish(struct eapol_sm *sm, const u8 *buf, size_t len) argument
2226 eapol_sm_update_erp_next_seq_num(struct eapol_sm *sm, u16 next_seq_num) argument
2238 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, const u8 **username, size_t *username_len, const u8 **realm, size_t *realm_len, u16 *erp_next_seq_num, const u8 **rrk, size_t *rrk_len) argument
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c152 static void eapol_sm_txLogoff(struct eapol_sm *sm);
153 static void eapol_sm_txStart(struct eapol_sm *sm);
154 static void eapol_sm_processKey(struct eapol_sm *sm);
155 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
156 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
157 static void eapol_sm_abortSupp(struct eapol_sm *sm);
158 static void eapol_sm_abort_cached(struct eapol_sm *sm);
160 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
161 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
168 struct eapol_sm *sm local
202 eapol_enable_timer_tick(struct eapol_sm *sm) argument
645 eapol_sm_txLogoff(struct eapol_sm *sm) argument
655 eapol_sm_txStart(struct eapol_sm *sm) argument
674 eapol_sm_processKey(struct eapol_sm *sm) argument
853 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
863 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
905 eapol_sm_abortSupp(struct eapol_sm *sm) argument
926 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
938 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
958 eapol_sm_step(struct eapol_sm *sm) argument
1092 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1113 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1137 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1196 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1266 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1422 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1436 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1456 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1478 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1500 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1524 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1570 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1624 eapol_sm_get_session_id(struct eapol_sm *sm, size_t *len) argument
1641 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1661 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1678 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm) argument
1687 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1715 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1731 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1749 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1764 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1786 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1804 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1818 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1827 struct eapol_sm *sm = ctx; local
1834 struct eapol_sm *sm = ctx; local
1844 struct eapol_sm *sm = ctx; local
1876 struct eapol_sm *sm = ctx; local
1916 struct eapol_sm *sm = ctx; local
1930 struct eapol_sm *sm = ctx; local
1946 struct eapol_sm *sm = ctx; local
1957 struct eapol_sm *sm = ctx; local
1970 struct eapol_sm *sm = ctx; local
1987 struct eapol_sm *sm = ctx; local
2001 struct eapol_sm *sm = ctx; local
2011 struct eapol_sm *sm = ctx; local
2019 struct eapol_sm *sm = ctx; local
2029 struct eapol_sm *sm = ctx; local
2040 struct eapol_sm *sm = ctx; local
2051 struct eapol_sm *sm = ctx; local
2092 struct eapol_sm *sm; local
2151 eapol_sm_deinit(struct eapol_sm *sm) argument
2168 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
2176 eapol_sm_failed(struct eapol_sm *sm) argument
2187 struct eapol_sm *sm = ctx; local
2196 eapol_sm_erp_flush(struct eapol_sm *sm) argument
2203 eapol_sm_build_erp_reauth_start(struct eapol_sm *sm) argument
2215 eapol_sm_process_erp_finish(struct eapol_sm *sm, const u8 *buf, size_t len) argument
2226 eapol_sm_update_erp_next_seq_num(struct eapol_sm *sm, u16 next_seq_num) argument
2238 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, const u8 **username, size_t *username_len, const u8 **realm, size_t *realm_len, u16 *erp_next_seq_num, const u8 **rrk, size_t *rrk_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c152 static void eapol_sm_txLogoff(struct eapol_sm *sm);
153 static void eapol_sm_txStart(struct eapol_sm *sm);
154 static void eapol_sm_processKey(struct eapol_sm *sm);
155 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
156 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
157 static void eapol_sm_abortSupp(struct eapol_sm *sm);
158 static void eapol_sm_abort_cached(struct eapol_sm *sm);
160 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
161 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
168 struct eapol_sm *sm local
202 eapol_enable_timer_tick(struct eapol_sm *sm) argument
645 eapol_sm_txLogoff(struct eapol_sm *sm) argument
655 eapol_sm_txStart(struct eapol_sm *sm) argument
674 eapol_sm_processKey(struct eapol_sm *sm) argument
853 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
863 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
905 eapol_sm_abortSupp(struct eapol_sm *sm) argument
926 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
938 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
958 eapol_sm_step(struct eapol_sm *sm) argument
1092 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1113 eapol_sm_get_method_name(struct eapol_sm *sm) argument
1137 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1196 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1266 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1422 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1436 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1456 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1478 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1500 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1524 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1570 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1624 eapol_sm_get_session_id(struct eapol_sm *sm, size_t *len) argument
1641 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1661 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1678 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm) argument
1687 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1715 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1731 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1749 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1764 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1786 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1804 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1818 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1827 struct eapol_sm *sm = ctx; local
1834 struct eapol_sm *sm = ctx; local
1844 struct eapol_sm *sm = ctx; local
1876 struct eapol_sm *sm = ctx; local
1916 struct eapol_sm *sm = ctx; local
1930 struct eapol_sm *sm = ctx; local
1946 struct eapol_sm *sm = ctx; local
1957 struct eapol_sm *sm = ctx; local
1970 struct eapol_sm *sm = ctx; local
1987 struct eapol_sm *sm = ctx; local
2001 struct eapol_sm *sm = ctx; local
2011 struct eapol_sm *sm = ctx; local
2019 struct eapol_sm *sm = ctx; local
2029 struct eapol_sm *sm = ctx; local
2040 struct eapol_sm *sm = ctx; local
2051 struct eapol_sm *sm = ctx; local
2092 struct eapol_sm *sm; local
2151 eapol_sm_deinit(struct eapol_sm *sm) argument
2168 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) argument
2176 eapol_sm_failed(struct eapol_sm *sm) argument
2187 struct eapol_sm *sm = ctx; local
2196 eapol_sm_erp_flush(struct eapol_sm *sm) argument
2203 eapol_sm_build_erp_reauth_start(struct eapol_sm *sm) argument
2215 eapol_sm_process_erp_finish(struct eapol_sm *sm, const u8 *buf, size_t len) argument
2226 eapol_sm_update_erp_next_seq_num(struct eapol_sm *sm, u16 next_seq_num) argument
2238 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, const u8 **username, size_t *username_len, const u8 **realm, size_t *realm_len, u16 *erp_next_seq_num, const u8 **rrk, size_t *rrk_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
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)
85 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
106 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
777 struct eapol_state_machine *sm; local
882 eapol_auth_free(struct eapol_state_machine *sm) argument
905 eapol_sm_step_run(struct eapol_state_machine *sm) argument
986 struct eapol_state_machine *sm = eloop_ctx; local
998 eapol_auth_step(struct eapol_state_machine *sm) argument
1010 eapol_auth_initialize(struct eapol_state_machine *sm) argument
1031 struct eapol_state_machine *sm = ctx; local
1044 struct eapol_state_machine *sm = ctx; local
1052 struct eapol_state_machine *sm = ctx; local
1059 struct eapol_state_machine *sm = ctx; local
1067 struct eapol_state_machine *sm = ctx; local
1074 struct eapol_state_machine *sm = ctx; local
1091 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
1103 eapol_auth_reauthenticate(struct eapol_state_machine *sm) argument
1112 eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param, const char *value) argument
[all...]
/external/wpa_supplicant_8/src/eapol_auth/
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)
85 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
106 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
777 struct eapol_state_machine *sm; local
882 eapol_auth_free(struct eapol_state_machine *sm) argument
905 eapol_sm_step_run(struct eapol_state_machine *sm) argument
986 struct eapol_state_machine *sm = eloop_ctx; local
998 eapol_auth_step(struct eapol_state_machine *sm) argument
1010 eapol_auth_initialize(struct eapol_state_machine *sm) argument
1031 struct eapol_state_machine *sm = ctx; local
1044 struct eapol_state_machine *sm = ctx; local
1052 struct eapol_state_machine *sm = ctx; local
1059 struct eapol_state_machine *sm = ctx; local
1067 struct eapol_state_machine *sm = ctx; local
1074 struct eapol_state_machine *sm = ctx; local
1091 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
1103 eapol_auth_reauthenticate(struct eapol_state_machine *sm) argument
1112 eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param, const char *value) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
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)
85 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
106 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
777 struct eapol_state_machine *sm; local
882 eapol_auth_free(struct eapol_state_machine *sm) argument
905 eapol_sm_step_run(struct eapol_state_machine *sm) argument
986 struct eapol_state_machine *sm = eloop_ctx; local
998 eapol_auth_step(struct eapol_state_machine *sm) argument
1010 eapol_auth_initialize(struct eapol_state_machine *sm) argument
1031 struct eapol_state_machine *sm = ctx; local
1044 struct eapol_state_machine *sm = ctx; local
1052 struct eapol_state_machine *sm = ctx; local
1059 struct eapol_state_machine *sm = ctx; local
1067 struct eapol_state_machine *sm = ctx; local
1074 struct eapol_state_machine *sm = ctx; local
1091 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
1103 eapol_auth_reauthenticate(struct eapol_state_machine *sm) argument
1112 eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param, const char *value) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
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...]
H A Dwpa.c38 * @sm: Pointer to WPA state machine data from wpa_sm_init()
48 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, argument
53 size_t mic_len = wpa_mic_len(sm->key_mgmt, sm->pmk_len);
57 MAC2STR(dest), ver, (int) mic_len, sm->key_mgmt);
58 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
63 if (wpa_sm_get_bssid(sm, sm->bssid) < 0) {
64 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
68 dest = sm
177 wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) argument
242 wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) argument
260 wpa_supplicant_get_pmk(struct wpa_sm *sm, const unsigned char *src_addr, const u8 *pmkid) argument
423 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) argument
514 wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, struct wpa_ptk *ptk) argument
529 wpa_supplicant_process_1_of_4(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
639 struct wpa_sm *sm = eloop_ctx; local
644 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) argument
692 struct wpa_sm *sm = eloop_ctx; local
698 wpa_supplicant_install_ptk(struct wpa_sm *sm, const struct wpa_eapol_key *key) argument
767 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) argument
803 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) argument
869 wpa_supplicant_gtk_tx_bit_workaround(const struct wpa_sm *sm, int tx) argument
887 wpa_supplicant_rsc_relaxation(const struct wpa_sm *sm, const u8 *rsc) argument
917 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
972 wpa_supplicant_install_igtk(struct wpa_sm *sm, const struct wpa_igtk_kde *igtk, int wnm_sleep) argument
1023 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
1050 wpa_report_ie_mismatch(struct wpa_sm *sm, const char *reason, const u8 *src_addr, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *rsn_ie, size_t rsn_ie_len) argument
1090 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
1121 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
1149 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1185 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1220 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1293 wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, u16 ver, u16 key_info, struct wpa_ptk *ptk) argument
1335 wpa_supplicant_process_3_of_4(struct wpa_sm *sm, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
1465 wpa_supplicant_process_1_of_2_rsn(struct wpa_sm *sm, const u8 *keydata, size_t keydatalen, u16 key_info, struct wpa_gtk_data *gd) argument
1516 wpa_supplicant_process_1_of_2_wpa(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 key_info, u16 ver, struct wpa_gtk_data *gd) argument
1603 wpa_supplicant_send_2_of_2(struct wpa_sm *sm, const struct wpa_eapol_key *key, int ver, u16 key_info) argument
1644 wpa_supplicant_process_1_of_2(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 ver) argument
1715 wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm, struct wpa_eapol_key *key, u16 ver, const u8 *buf, size_t len) argument
1780 wpa_supplicant_decrypt_key_data(struct wpa_sm *sm, struct wpa_eapol_key *key, size_t mic_len, u16 ver, u8 *key_data, size_t *key_data_len) argument
1865 wpa_sm_aborted_cached(struct wpa_sm *sm) argument
1875 wpa_eapol_key_dump(struct wpa_sm *sm, const struct wpa_eapol_key *key, unsigned int key_data_len, const u8 *mic, unsigned int mic_len) argument
1913 wpa_supp_aead_decrypt(struct wpa_sm *sm, u8 *buf, size_t buf_len, size_t *key_data_len) argument
1998 wpa_sm_rx_eapol(struct wpa_sm *sm, const u8 *src_addr, const u8 *buf, size_t len) argument
2269 wpa_key_mgmt_suite(struct wpa_sm *sm) argument
2322 wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) argument
2398 struct wpa_sm *sm = ctx; local
2446 struct wpa_sm *sm; local
2475 wpa_sm_deinit(struct wpa_sm *sm) argument
2514 wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) argument
2591 wpa_sm_notify_disassoc(struct wpa_sm *sm) argument
2627 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) argument
2659 wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) argument
2683 wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) argument
2695 wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) argument
2714 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
2761 wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) argument
2774 wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, const char *bridge_ifname) argument
2789 wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) argument
2803 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) argument
2873 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
2912 wpa_sm_pmf_enabled(struct wpa_sm *sm) argument
2934 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
2993 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3027 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3061 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3094 wpa_sm_parse_own_wpa_ie(struct wpa_sm *sm, struct wpa_ie_data *data) argument
3110 wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, size_t len) argument
3116 wpa_sm_pmksa_cache_head(struct wpa_sm *sm) argument
3123 wpa_sm_pmksa_cache_add_entry(struct wpa_sm *sm, struct rsn_pmksa_cache_entry * entry) argument
3130 wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid, const u8 *fils_cache_id) argument
3140 wpa_sm_pmksa_exists(struct wpa_sm *sm, const u8 *bssid, const void *network_ctx) argument
3147 wpa_sm_drop_sa(struct wpa_sm *sm) argument
3169 wpa_sm_has_ptk(struct wpa_sm *sm) argument
3177 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3183 wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) argument
3190 wpa_wnmsleep_install_key(struct wpa_sm *sm, u8 subelem_id, u8 *buf) argument
3251 wpa_sm_get_p2p_ip_addr(struct wpa_sm *sm, u8 *buf) argument
3262 wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) argument
3274 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
3294 wpa_sm_set_test_assoc_ie(struct wpa_sm *sm, struct wpabuf *buf) argument
3301 wpa_sm_get_anonce(struct wpa_sm *sm) argument
3311 fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) argument
3442 fils_process_auth(struct wpa_sm *sm, const u8 *bssid, const u8 *data, size_t len) argument
3736 fils_ft_build_assoc_req_rsne(struct wpa_sm *sm, struct wpabuf *buf) argument
3839 fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek, size_t *kek_len, const u8 **snonce, const u8 **anonce, const struct wpabuf **hlp, unsigned int num_hlp) argument
3940 fils_process_hlp_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
3956 fils_process_hlp_container(struct wpa_sm *sm, const u8 *pos, size_t len) argument
4005 fils_process_assoc_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
4173 wpa_sm_set_reset_fils_completed(struct wpa_sm *sm, int set) argument
4182 wpa_fils_is_completed(struct wpa_sm *sm) argument
4194 owe_build_assoc_req(struct wpa_sm *sm, u16 group) argument
4239 owe_process_assoc_resp(struct wpa_sm *sm, const u8 *bssid, const u8 *resp_ies, size_t resp_ies_len) argument
4397 wpa_sm_set_fils_cache_id(struct wpa_sm *sm, const u8 *fils_cache_id) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
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...]
H A Dwpa.c38 * @sm: Pointer to WPA state machine data from wpa_sm_init()
48 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, argument
53 size_t mic_len = wpa_mic_len(sm->key_mgmt, sm->pmk_len);
57 MAC2STR(dest), ver, (int) mic_len, sm->key_mgmt);
58 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
63 if (wpa_sm_get_bssid(sm, sm->bssid) < 0) {
64 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
68 dest = sm
177 wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) argument
242 wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) argument
260 wpa_supplicant_get_pmk(struct wpa_sm *sm, const unsigned char *src_addr, const u8 *pmkid) argument
423 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) argument
514 wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, struct wpa_ptk *ptk) argument
529 wpa_supplicant_process_1_of_4(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
639 struct wpa_sm *sm = eloop_ctx; local
644 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) argument
692 struct wpa_sm *sm = eloop_ctx; local
698 wpa_supplicant_install_ptk(struct wpa_sm *sm, const struct wpa_eapol_key *key) argument
767 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) argument
803 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) argument
869 wpa_supplicant_gtk_tx_bit_workaround(const struct wpa_sm *sm, int tx) argument
887 wpa_supplicant_rsc_relaxation(const struct wpa_sm *sm, const u8 *rsc) argument
917 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
972 wpa_supplicant_install_igtk(struct wpa_sm *sm, const struct wpa_igtk_kde *igtk, int wnm_sleep) argument
1023 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
1050 wpa_report_ie_mismatch(struct wpa_sm *sm, const char *reason, const u8 *src_addr, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *rsn_ie, size_t rsn_ie_len) argument
1090 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
1121 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
1149 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1185 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1220 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1293 wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, u16 ver, u16 key_info, struct wpa_ptk *ptk) argument
1335 wpa_supplicant_process_3_of_4(struct wpa_sm *sm, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
1465 wpa_supplicant_process_1_of_2_rsn(struct wpa_sm *sm, const u8 *keydata, size_t keydatalen, u16 key_info, struct wpa_gtk_data *gd) argument
1516 wpa_supplicant_process_1_of_2_wpa(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 key_info, u16 ver, struct wpa_gtk_data *gd) argument
1603 wpa_supplicant_send_2_of_2(struct wpa_sm *sm, const struct wpa_eapol_key *key, int ver, u16 key_info) argument
1644 wpa_supplicant_process_1_of_2(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 ver) argument
1715 wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm, struct wpa_eapol_key *key, u16 ver, const u8 *buf, size_t len) argument
1780 wpa_supplicant_decrypt_key_data(struct wpa_sm *sm, struct wpa_eapol_key *key, size_t mic_len, u16 ver, u8 *key_data, size_t *key_data_len) argument
1865 wpa_sm_aborted_cached(struct wpa_sm *sm) argument
1875 wpa_eapol_key_dump(struct wpa_sm *sm, const struct wpa_eapol_key *key, unsigned int key_data_len, const u8 *mic, unsigned int mic_len) argument
1913 wpa_supp_aead_decrypt(struct wpa_sm *sm, u8 *buf, size_t buf_len, size_t *key_data_len) argument
1998 wpa_sm_rx_eapol(struct wpa_sm *sm, const u8 *src_addr, const u8 *buf, size_t len) argument
2269 wpa_key_mgmt_suite(struct wpa_sm *sm) argument
2322 wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) argument
2398 struct wpa_sm *sm = ctx; local
2446 struct wpa_sm *sm; local
2475 wpa_sm_deinit(struct wpa_sm *sm) argument
2514 wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) argument
2591 wpa_sm_notify_disassoc(struct wpa_sm *sm) argument
2627 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) argument
2659 wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) argument
2683 wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) argument
2695 wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) argument
2714 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
2761 wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) argument
2774 wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, const char *bridge_ifname) argument
2789 wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) argument
2803 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) argument
2873 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
2912 wpa_sm_pmf_enabled(struct wpa_sm *sm) argument
2934 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
2993 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3027 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3061 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3094 wpa_sm_parse_own_wpa_ie(struct wpa_sm *sm, struct wpa_ie_data *data) argument
3110 wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, size_t len) argument
3116 wpa_sm_pmksa_cache_head(struct wpa_sm *sm) argument
3123 wpa_sm_pmksa_cache_add_entry(struct wpa_sm *sm, struct rsn_pmksa_cache_entry * entry) argument
3130 wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid, const u8 *fils_cache_id) argument
3140 wpa_sm_pmksa_exists(struct wpa_sm *sm, const u8 *bssid, const void *network_ctx) argument
3147 wpa_sm_drop_sa(struct wpa_sm *sm) argument
3169 wpa_sm_has_ptk(struct wpa_sm *sm) argument
3177 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3183 wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) argument
3190 wpa_wnmsleep_install_key(struct wpa_sm *sm, u8 subelem_id, u8 *buf) argument
3251 wpa_sm_get_p2p_ip_addr(struct wpa_sm *sm, u8 *buf) argument
3262 wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) argument
3274 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
3294 wpa_sm_set_test_assoc_ie(struct wpa_sm *sm, struct wpabuf *buf) argument
3301 wpa_sm_get_anonce(struct wpa_sm *sm) argument
3311 fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) argument
3442 fils_process_auth(struct wpa_sm *sm, const u8 *bssid, const u8 *data, size_t len) argument
3736 fils_ft_build_assoc_req_rsne(struct wpa_sm *sm, struct wpabuf *buf) argument
3839 fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek, size_t *kek_len, const u8 **snonce, const u8 **anonce, const struct wpabuf **hlp, unsigned int num_hlp) argument
3940 fils_process_hlp_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
3956 fils_process_hlp_container(struct wpa_sm *sm, const u8 *pos, size_t len) argument
4005 fils_process_assoc_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
4173 wpa_sm_set_reset_fils_completed(struct wpa_sm *sm, int set) argument
4182 wpa_fils_is_completed(struct wpa_sm *sm) argument
4194 owe_build_assoc_req(struct wpa_sm *sm, u16 group) argument
4239 owe_process_assoc_resp(struct wpa_sm *sm, const u8 *bssid, const u8 *resp_ies, size_t resp_ies_len) argument
4397 wpa_sm_set_fils_cache_id(struct wpa_sm *sm, const u8 *fils_cache_id) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
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...]
H A Dwpa.c38 * @sm: Pointer to WPA state machine data from wpa_sm_init()
48 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, argument
53 size_t mic_len = wpa_mic_len(sm->key_mgmt, sm->pmk_len);
57 MAC2STR(dest), ver, (int) mic_len, sm->key_mgmt);
58 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
63 if (wpa_sm_get_bssid(sm, sm->bssid) < 0) {
64 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
68 dest = sm
177 wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) argument
242 wpa_supplicant_key_mgmt_set_pmk(struct wpa_sm *sm) argument
260 wpa_supplicant_get_pmk(struct wpa_sm *sm, const unsigned char *src_addr, const u8 *pmkid) argument
423 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) argument
514 wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, struct wpa_ptk *ptk) argument
529 wpa_supplicant_process_1_of_4(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
639 struct wpa_sm *sm = eloop_ctx; local
644 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) argument
692 struct wpa_sm *sm = eloop_ctx; local
698 wpa_supplicant_install_ptk(struct wpa_sm *sm, const struct wpa_eapol_key *key) argument
767 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) argument
803 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc, int wnm_sleep) argument
869 wpa_supplicant_gtk_tx_bit_workaround(const struct wpa_sm *sm, int tx) argument
887 wpa_supplicant_rsc_relaxation(const struct wpa_sm *sm, const u8 *rsc) argument
917 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
972 wpa_supplicant_install_igtk(struct wpa_sm *sm, const struct wpa_igtk_kde *igtk, int wnm_sleep) argument
1023 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
1050 wpa_report_ie_mismatch(struct wpa_sm *sm, const char *reason, const u8 *src_addr, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *rsn_ie, size_t rsn_ie_len) argument
1090 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
1121 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
1149 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1185 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1220 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1293 wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, u16 ver, u16 key_info, struct wpa_ptk *ptk) argument
1335 wpa_supplicant_process_3_of_4(struct wpa_sm *sm, const struct wpa_eapol_key *key, u16 ver, const u8 *key_data, size_t key_data_len) argument
1465 wpa_supplicant_process_1_of_2_rsn(struct wpa_sm *sm, const u8 *keydata, size_t keydatalen, u16 key_info, struct wpa_gtk_data *gd) argument
1516 wpa_supplicant_process_1_of_2_wpa(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 key_info, u16 ver, struct wpa_gtk_data *gd) argument
1603 wpa_supplicant_send_2_of_2(struct wpa_sm *sm, const struct wpa_eapol_key *key, int ver, u16 key_info) argument
1644 wpa_supplicant_process_1_of_2(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len, u16 ver) argument
1715 wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm, struct wpa_eapol_key *key, u16 ver, const u8 *buf, size_t len) argument
1780 wpa_supplicant_decrypt_key_data(struct wpa_sm *sm, struct wpa_eapol_key *key, size_t mic_len, u16 ver, u8 *key_data, size_t *key_data_len) argument
1865 wpa_sm_aborted_cached(struct wpa_sm *sm) argument
1875 wpa_eapol_key_dump(struct wpa_sm *sm, const struct wpa_eapol_key *key, unsigned int key_data_len, const u8 *mic, unsigned int mic_len) argument
1913 wpa_supp_aead_decrypt(struct wpa_sm *sm, u8 *buf, size_t buf_len, size_t *key_data_len) argument
1998 wpa_sm_rx_eapol(struct wpa_sm *sm, const u8 *src_addr, const u8 *buf, size_t len) argument
2269 wpa_key_mgmt_suite(struct wpa_sm *sm) argument
2322 wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) argument
2398 struct wpa_sm *sm = ctx; local
2446 struct wpa_sm *sm; local
2475 wpa_sm_deinit(struct wpa_sm *sm) argument
2514 wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) argument
2591 wpa_sm_notify_disassoc(struct wpa_sm *sm) argument
2627 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid) argument
2659 wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) argument
2683 wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) argument
2695 wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) argument
2714 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
2761 wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) argument
2774 wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, const char *bridge_ifname) argument
2789 wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) argument
2803 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) argument
2873 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
2912 wpa_sm_pmf_enabled(struct wpa_sm *sm) argument
2934 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
2993 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3027 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3061 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
3094 wpa_sm_parse_own_wpa_ie(struct wpa_sm *sm, struct wpa_ie_data *data) argument
3110 wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, size_t len) argument
3116 wpa_sm_pmksa_cache_head(struct wpa_sm *sm) argument
3123 wpa_sm_pmksa_cache_add_entry(struct wpa_sm *sm, struct rsn_pmksa_cache_entry * entry) argument
3130 wpa_sm_pmksa_cache_add(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *bssid, const u8 *fils_cache_id) argument
3140 wpa_sm_pmksa_exists(struct wpa_sm *sm, const u8 *bssid, const void *network_ctx) argument
3147 wpa_sm_drop_sa(struct wpa_sm *sm) argument
3169 wpa_sm_has_ptk(struct wpa_sm *sm) argument
3177 wpa_sm_update_replay_ctr(struct wpa_sm *sm, const u8 *replay_ctr) argument
3183 wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) argument
3190 wpa_wnmsleep_install_key(struct wpa_sm *sm, u8 subelem_id, u8 *buf) argument
3251 wpa_sm_get_p2p_ip_addr(struct wpa_sm *sm, u8 *buf) argument
3262 wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) argument
3274 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
3294 wpa_sm_set_test_assoc_ie(struct wpa_sm *sm, struct wpabuf *buf) argument
3301 wpa_sm_get_anonce(struct wpa_sm *sm) argument
3311 fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) argument
3442 fils_process_auth(struct wpa_sm *sm, const u8 *bssid, const u8 *data, size_t len) argument
3736 fils_ft_build_assoc_req_rsne(struct wpa_sm *sm, struct wpabuf *buf) argument
3839 fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek, size_t *kek_len, const u8 **snonce, const u8 **anonce, const struct wpabuf **hlp, unsigned int num_hlp) argument
3940 fils_process_hlp_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
3956 fils_process_hlp_container(struct wpa_sm *sm, const u8 *pos, size_t len) argument
4005 fils_process_assoc_resp(struct wpa_sm *sm, const u8 *resp, size_t len) argument
4173 wpa_sm_set_reset_fils_completed(struct wpa_sm *sm, int set) argument
4182 wpa_fils_is_completed(struct wpa_sm *sm) argument
4194 owe_build_assoc_req(struct wpa_sm *sm, u16 group) argument
4239 owe_process_assoc_resp(struct wpa_sm *sm, const u8 *bssid, const u8 *resp_ies, size_t resp_ies_len) argument
4397 wpa_sm_set_fils_cache_id(struct wpa_sm *sm, const u8 *fils_cache_id) argument
[all...]

Completed in 1771 milliseconds

1234567891011>>