Home
last modified time | relevance | path

Searched refs:fils_dh_group (Results 1 – 11 of 11) sorted by relevance

/hostap-3.7.0/wpa_supplicant/
Dconfig_ssid.h1007 int fils_dh_group; member
Dsme.c815 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
821 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()
847 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md); in sme_send_authentication()
851 if (ssid->fils_dh_group) in sme_send_authentication()
854 ssid->fils_dh_group); in sme_send_authentication()
858 auth_alg = ssid->fils_dh_group ? in sme_send_authentication()
Dconfig_file.c792 INT(fils_dh_group); in wpa_config_write_network()
Dconfig.c2626 { INT_RANGE(fils_dh_group, 0, 65535) },
/hostap-3.7.0/src/rsn_supp/
Dwpa_i.h203 int fils_dh_group; member
Dwpa.c4066 sm->fils_dh_group = dh_group; in fils_build_auth()
4190 if (sm->fils_dh_group) { in fils_process_auth()
4203 if (group != sm->fils_dh_group) { in fils_process_auth()
4206 group, sm->fils_dh_group); in fils_process_auth()
4433 if (sm->fils_dh_group) { in fils_process_auth()
/hostap-3.7.0/tests/hwsim/
Dtest_fils.py1449 erp="1", fils_dh_group=group, scan_freq="2412")
1489 erp="1", fils_dh_group="19", scan_freq="2412")
1524 erp="1", fils_dh_group="19", scan_freq="2412")
1631 erp="1", fils_dh_group="19", scan_freq="2412")
/hostap-3.7.0/src/ap/
Dap_config.h731 int fils_dh_group; member
Dieee802_11_shared.c950 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
Dieee802_11.c1822 if (group != hapd->conf->fils_dh_group) { in handle_auth_fils()
1825 group, hapd->conf->fils_dh_group); in handle_auth_fils()
2092 wpabuf_put_le16(data, hapd->conf->fils_dh_group); in prepare_auth_resp_fils()
3642 hapd->conf->fils_dh_group && in handle_auth()
/hostap-3.7.0/hostapd/
Dconfig_file.c4460 bss->fils_dh_group = atoi(pos); in hostapd_config_fill()