OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eapol_conf
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c
180
struct eapol_config
eapol_conf
;
local
234
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
235
eapol_conf
.accept_802_1x_keys = 0;
236
eapol_conf
.required_keys = 0;
237
eapol_conf
.fast_reauth = sm->fast_reauth;
238
eapol_conf
.workaround = sm->eap_workaround;
239
eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &
eapol_conf
);
/external/wpa_supplicant_8/src/rsn_supp/
preauth.c
170
struct eapol_config
eapol_conf
;
local
224
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
225
eapol_conf
.accept_802_1x_keys = 0;
226
eapol_conf
.required_keys = 0;
227
eapol_conf
.fast_reauth = sm->fast_reauth;
228
eapol_conf
.workaround = sm->eap_workaround;
229
eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &
eapol_conf
);
/external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c
388
struct eapol_config
eapol_conf
;
local
421
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
422
eapol_conf
.accept_802_1x_keys = 1;
423
eapol_conf
.required_keys = 0;
424
eapol_conf
.fast_reauth = wpa_s->conf->fast_reauth;
425
eapol_conf
.workaround = ssid->eap_workaround;
426
eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &
eapol_conf
);
wpa_supplicant.c
250
struct eapol_config
eapol_conf
;
local
262
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
264
eapol_conf
.accept_802_1x_keys = 1;
265
eapol_conf
.required_keys = 0;
267
eapol_conf
.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
270
eapol_conf
.required_keys |=
275
eapol_conf
.required_keys = 0;
279
eapol_conf
.fast_reauth = wpa_s->conf->fast_reauth;
280
eapol_conf
.workaround = ssid->eap_workaround
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c
433
struct eapol_config
eapol_conf
;
local
466
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
467
eapol_conf
.accept_802_1x_keys = 1;
468
eapol_conf
.required_keys = 0;
469
eapol_conf
.fast_reauth = wpa_s->conf->fast_reauth;
470
eapol_conf
.workaround = ssid->eap_workaround;
471
eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &
eapol_conf
);
[
all
...]
wpa_supplicant.c
244
struct eapol_config
eapol_conf
;
local
271
os_memset(&
eapol_conf
, 0, sizeof(
eapol_conf
));
273
eapol_conf
.accept_802_1x_keys = 1;
274
eapol_conf
.required_keys = 0;
276
eapol_conf
.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
279
eapol_conf
.required_keys |=
284
eapol_conf
.required_keys = 0;
287
eapol_conf
.fast_reauth = wpa_s->conf->fast_reauth;
288
eapol_conf
.workaround = ssid->eap_workaround
[
all
...]
Completed in 24 milliseconds