Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eapol_conf

465 	struct eapol_config eapol_conf;
499 os_memset(&eapol_conf, 0, sizeof(eapol_conf));
500 eapol_conf.accept_802_1x_keys = 1;
501 eapol_conf.required_keys = 0;
502 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
503 eapol_conf.workaround = ssid->eap_workaround;
504 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);