Searched refs:fils_dh_group (Results 1 – 11 of 11) sorted by relevance
/hostap-3.7.0/wpa_supplicant/ |
D | config_ssid.h | 1007 int fils_dh_group; member
|
D | sme.c | 815 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()
|
D | config_file.c | 792 INT(fils_dh_group); in wpa_config_write_network()
|
D | config.c | 2626 { INT_RANGE(fils_dh_group, 0, 65535) },
|
/hostap-3.7.0/src/rsn_supp/ |
D | wpa_i.h | 203 int fils_dh_group; member
|
D | wpa.c | 4066 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/ |
D | test_fils.py | 1449 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/ |
D | ap_config.h | 731 int fils_dh_group; member
|
D | ieee802_11_shared.c | 950 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
|
D | ieee802_11.c | 1822 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/ |
D | config_file.c | 4460 bss->fils_dh_group = atoi(pos); in hostapd_config_fill()
|