Home
last modified time | relevance | path

Searched refs:fast_version (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
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 = peer_version; in eap_fast_process_version()
/external/wpa_supplicant_8/src/eap_peer/
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()