Searched refs:eapol_version (Results 1 – 19 of 19) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | wpa_supplicant_template.conf | 3 eapol_version=1
|
D | config_winreg.c | 221 &config->eapol_version) == 0) { in wpa_config_read_global() 222 if (config->eapol_version < 1 || in wpa_config_read_global() 223 config->eapol_version > 2) { in wpa_config_read_global() 225 config->eapol_version); in wpa_config_read_global() 572 config->eapol_version, in wpa_config_write_global()
|
D | wpa_supplicant.conf | 86 eapol_version=1
|
D | preauth_test.c | 62 hdr->version = wpa_s->conf->eapol_version; in wpa_alloc_eapol()
|
D | config.h | 490 int eapol_version; member
|
D | mesh_rsn.c | 183 conf.eapol_version = 0; in __mesh_rsn_auth_init()
|
D | config_file.c | 1122 if (config->eapol_version != DEFAULT_EAPOL_VERSION) in wpa_config_write_global() 1123 fprintf(f, "eapol_version=%d\n", config->eapol_version); in wpa_config_write_global()
|
D | ibss_rsn.c | 455 conf.eapol_version = 2; in ibss_rsn_auth_init_group()
|
D | wpas_glue.c | 73 hdr->version = wpa_s->conf->eapol_version; in wpa_alloc_eapol()
|
D | config.c | 4652 config->eapol_version = DEFAULT_EAPOL_VERSION; in wpa_config_alloc_empty() 5402 { INT_RANGE(eapol_version, 1, 3), 0 }, 5404 { INT_RANGE(eapol_version, 1, 2), 0 },
|
/hostap-latest/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 216 conf.eapol_version = 2; in auth_init_group()
|
/hostap-latest/src/ap/ |
D | wpa_auth_glue.c | 64 wconf->eapol_version = conf->eapol_version; in hostapd_wpa_auth_conf() 66 if (wconf->eapol_version > 2) in hostapd_wpa_auth_conf() 67 wconf->eapol_version = 2; in hostapd_wpa_auth_conf()
|
D | wpa_auth.h | 192 int eapol_version; member
|
D | ap_config.h | 301 int eapol_version; member
|
D | ieee802_1x.c | 68 xhdr->version = hapd->conf->eapol_version; in ieee802_1x_send() 287 hdr->version = hapd->conf->eapol_version; in ieee802_1x_tx_key_one()
|
D | ap_config.c | 99 bss->eapol_version = EAPOL_VERSION; in hostapd_config_defaults_bss()
|
D | wpa_auth.c | 2028 hdr->version = conf->eapol_version;
|
/hostap-latest/hostapd/ |
D | config_file.c | 2619 int eapol_version = atoi(pos); in hostapd_config_fill() local 2626 if (eapol_version < 1 || eapol_version > max_ver) { in hostapd_config_fill() 2629 line, eapol_version, pos); in hostapd_config_fill() 2632 bss->eapol_version = eapol_version; in hostapd_config_fill() 2633 wpa_printf(MSG_DEBUG, "eapol_version=%d", bss->eapol_version); in hostapd_config_fill()
|
D | ChangeLog | 1022 * added a new configuration option, eapol_version, that can be used to
|