OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eap_tls_msg_alloc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c
21
struct wpabuf *
eap_tls_msg_alloc
(EapType type, size_t payload_len,
function
197
req =
eap_tls_msg_alloc
(eap_type, plen, EAP_CODE_REQUEST, id);
233
req =
eap_tls_msg_alloc
(eap_type, 1, EAP_CODE_REQUEST, id);
/external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c
19
static struct wpabuf *
eap_tls_msg_alloc
(EapType type, size_t payload_len,
function
588
*out_data =
eap_tls_msg_alloc
(eap_type, 1 + length_included * 4 + len,
732
resp =
eap_tls_msg_alloc
(eap_type, 1, EAP_CODE_RESPONSE, id);
[
all
...]
Completed in 193 milliseconds