Home
last modified time | relevance | path

Searched refs:extended_key_id (Results 1 – 12 of 12) sorted by relevance

/hostap-latest/wpa_supplicant/
Dconfig.h1766 int extended_key_id; member
Dconfig_file.c1613 if (config->extended_key_id != DEFAULT_EXTENDED_KEY_ID) in wpa_config_write_global()
1615 config->extended_key_id); in wpa_config_write_global()
Dconfig_winreg.c287 config->extended_key_id = val; in wpa_config_read_global()
Dap.c550 bss->extended_key_id = wpa_s->conf->extended_key_id; in wpa_supplicant_conf_ap()
Dconfig.c4688 config->extended_key_id = DEFAULT_EXTENDED_KEY_ID; in wpa_config_alloc_empty()
5581 { INT_RANGE(extended_key_id, 0, 1), 0 },
Dwpa_supplicant.c2074 if (ssid->mode == WPAS_MODE_INFRA && wpa_s->conf->extended_key_id && in wpa_supplicant_set_suites()
2084 wpa_s->conf->extended_key_id); in wpa_supplicant_set_suites()
2086 wpa_s->conf->extended_key_id && in wpa_supplicant_set_suites()
/hostap-latest/src/ap/
Dwpa_auth_ie.c116 if (conf->extended_key_id) in wpa_own_rsn_capab()
1316 if (conf->extended_key_id && sm->wpa == WPA_VERSION_WPA2 && in wpa_validate_wpa_ie()
1320 if (conf->extended_key_id == 2 && in wpa_validate_wpa_ie()
Dwpa_auth_glue.c46 wconf->extended_key_id = conf->extended_key_id; in hostapd_wpa_auth_conf()
1732 if (_conf.extended_key_id && in hostapd_setup_wpa()
1736 _conf.extended_key_id = 0; in hostapd_setup_wpa()
Dwpa_auth.h174 int extended_key_id; member
Dap_config.h359 int extended_key_id; member
/hostap-latest/hostapd/
Dctrl_iface.c1158 if ((hapd->conf->wpa & WPA_PROTO_RSN) && hapd->conf->extended_key_id) { in hostapd_ctrl_iface_get_config()
1160 hapd->conf->extended_key_id); in hostapd_ctrl_iface_get_config()
Dconfig_file.c3100 bss->extended_key_id = val; in hostapd_config_fill()