OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eap_type_supp
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
158
u8
eap_type_supp
; /* EAP type of the last EAP packet from Supplicant */
member in struct:eapol_state_machine
eapol_auth_sm.c
286
if (sm->eap_type_authsrv != sm->
eap_type_supp
) {
289
"%d (%s)", sm->
eap_type_supp
,
290
eap_server_get_name(0, sm->
eap_type_supp
));
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_1x.c
741
sm->
eap_type_supp
= type = data[0];
[
all
...]
Completed in 48 milliseconds