Home
last modified time | relevance | path

Searched refs:fast_version (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c38 int fast_version; member
427 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
433 data->fast_version = data->force_version; in eap_fast_init()
538 wpabuf_put_u8(req, EAP_TLS_FLAGS_START | data->fast_version); in eap_fast_build_start()
863 data->fast_version); in eap_fast_buildReq()
868 data->fast_version, id); in eap_fast_buildReq()
925 data->fast_version, id); in eap_fast_buildReq()
1440 if (peer_version < data->fast_version) { in eap_fast_process_version()
1443 peer_version, data->fast_version, peer_version); in eap_fast_process_version()
1444 data->fast_version in eap_fast_process_version()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c38 int fast_version; member
427 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
433 data->fast_version = data->force_version; in eap_fast_init()
540 wpabuf_put_u8(req, EAP_TLS_FLAGS_START | data->fast_version); in eap_fast_build_start()
865 data->fast_version); in eap_fast_buildReq()
870 data->fast_version, id); in eap_fast_buildReq()
928 data->fast_version, id); in eap_fast_buildReq()
1454 if (peer_version < data->fast_version) { in eap_fast_process_version()
1457 peer_version, data->fast_version, peer_version); in eap_fast_process_version()
1458 data->fast_version in eap_fast_process_version()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c36 int fast_version; member
157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
1148 data->fast_version, identifier, in eap_fast_encrypt_response()
1315 data->fast_version, in eap_fast_decrypt()
1487 flags & EAP_TLS_VERSION_MASK, data->fast_version); in eap_fast_process_start()
1488 if ((flags & EAP_TLS_VERSION_MASK) < data->fast_version) in eap_fast_process_start()
1489 data->fast_version = flags & EAP_TLS_VERSION_MASK; in eap_fast_process_start()
1491 data->fast_version); in eap_fast_process_start()
1603 data->fast_version, id, &msg, in eap_fast_process()
1663 data->fast_version); in eap_fast_process()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_fast.c36 int fast_version; member
157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
1168 data->fast_version, identifier, in eap_fast_encrypt_response()
1335 data->fast_version, in eap_fast_decrypt()
1507 flags & EAP_TLS_VERSION_MASK, data->fast_version); in eap_fast_process_start()
1508 if ((flags & EAP_TLS_VERSION_MASK) < data->fast_version) in eap_fast_process_start()
1509 data->fast_version = flags & EAP_TLS_VERSION_MASK; in eap_fast_process_start()
1511 data->fast_version); in eap_fast_process_start()
1623 data->fast_version, id, &msg, in eap_fast_process()
1683 data->fast_version); in eap_fast_process()
[all...]

Completed in 8 milliseconds