OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eapRespData
(Results
1 - 13
of
13
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c
306
wpabuf_free(sm->
eapRespData
);
307
sm->
eapRespData
= NULL;
308
sm->
eapRespData
= eap_sm_buildNak(sm, sm->reqId);
331
*
eapRespData
. RFC 4137 uses three separate method procedure (check,
341
*
eapRespData
= m.buildResp(reqId)
348
wpabuf_free(sm->
eapRespData
);
349
sm->
eapRespData
= NULL;
350
sm->
eapRespData
= sm->m->process(sm, sm->eap_method_priv, &ret,
382
if (sm->
eapRespData
) {
386
sm->lastRespData = wpabuf_dup(sm->
eapRespData
);
[
all
...]
eap_i.h
36
* machine and methods (RFC 4137, Sect. 4.2).
eapRespData
will be returned as
112
* Returns: Pointer to allocated EAP response packet (
eapRespData
)
303
struct wpabuf *
eapRespData
; /* peer to lower layer */
/external/wpa_supplicant/
eap.c
277
os_free(sm->
eapRespData
);
278
sm->
eapRespData
= NULL;
279
sm->
eapRespData
= eap_sm_buildNak(sm, sm->reqId, &sm->eapRespDataLen);
303
*
eapRespData
. RFC 4137 uses three separate method procedure (check,
313
*
eapRespData
= m.buildResp(reqId)
320
os_free(sm->
eapRespData
);
321
sm->
eapRespData
= NULL;
322
sm->
eapRespData
= sm->m->process(sm, sm->eap_method_priv, &ret,
355
if (sm->
eapRespData
) {
361
os_memcpy(sm->lastRespData, sm->
eapRespData
,
[
all
...]
eap_i.h
34
* machine and methods (RFC 4137, Sect. 4.2).
eapRespData
will be returned as
112
* Returns: Pointer to allocated EAP response packet (
eapRespData
)
305
u8 *
eapRespData
; /* peer to lower layer */
/external/wpa_supplicant_8/src/eap_peer/
eap.c
315
wpabuf_free(sm->
eapRespData
);
316
sm->
eapRespData
= NULL;
317
sm->
eapRespData
= eap_sm_buildNak(sm, sm->reqId);
340
*
eapRespData
. RFC 4137 uses three separate method procedure (check,
350
*
eapRespData
= m.buildResp(reqId)
357
wpabuf_free(sm->
eapRespData
);
358
sm->
eapRespData
= NULL;
359
sm->
eapRespData
= sm->m->process(sm, sm->eap_method_priv, &ret,
391
if (sm->
eapRespData
) {
395
sm->lastRespData = wpabuf_dup(sm->
eapRespData
);
[
all
...]
eap_i.h
36
* machine and methods (RFC 4137, Sect. 4.2).
eapRespData
will be returned as
112
* Returns: Pointer to allocated EAP response packet (
eapRespData
)
303
struct wpabuf *
eapRespData
; /* peer to lower layer */
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h
50
struct wpabuf *
eapRespData
;
eap.c
163
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
229
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
271
sm->eap_if.
eapRespData
);
303
sm->m->process(sm, sm->eap_method_priv, sm->eap_if.
eapRespData
);
371
nak = wpabuf_head(sm->eap_if.
eapRespData
);
372
if (nak && wpabuf_len(sm->eap_if.
eapRespData
) > sizeof(*nak)) {
374
if (len > wpabuf_len(sm->eap_if.
eapRespData
))
375
len = wpabuf_len(sm->eap_if.
eapRespData
);
466
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
505
if (sm->eap_if.
eapRespData
== NULL)
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
eap.h
50
struct wpabuf *
eapRespData
;
eap_server.c
164
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
236
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
278
sm->eap_if.
eapRespData
);
310
sm->m->process(sm, sm->eap_method_priv, sm->eap_if.
eapRespData
);
381
nak = wpabuf_head(sm->eap_if.
eapRespData
);
382
if (nak && wpabuf_len(sm->eap_if.
eapRespData
) > sizeof(*nak)) {
384
if (len > wpabuf_len(sm->eap_if.
eapRespData
))
385
len = wpabuf_len(sm->eap_if.
eapRespData
);
482
eap_sm_parseEapResp(sm, sm->eap_if.
eapRespData
);
521
if (sm->eap_if.
eapRespData
== NULL)
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c
569
wpabuf_free(sess->eap_if->
eapRespData
);
570
sess->eap_if->
eapRespData
= wpabuf_alloc_ext_data(eap, eap_len);
571
if (sess->eap_if->
eapRespData
== NULL)
/external/wpa_supplicant_8/src/radius/
radius_server.c
759
wpabuf_free(sess->eap_if->
eapRespData
);
760
sess->eap_if->
eapRespData
= wpabuf_alloc_ext_data(eap, eap_len);
761
if (sess->eap_if->
eapRespData
== NULL)
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_1x.c
627
wpabuf_free(sm->eap_if->
eapRespData
);
628
sm->eap_if->
eapRespData
= wpabuf_alloc_copy(eap, len);
[
all
...]
Completed in 60 milliseconds