Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h855 int fils_dh_group; member
Dsme.c599 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
605 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()
618 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md); in sme_send_authentication()
622 if (ssid->fils_dh_group) in sme_send_authentication()
625 ssid->fils_dh_group); in sme_send_authentication()
629 auth_alg = ssid->fils_dh_group ? in sme_send_authentication()
Dconfig_file.c834 INT(fils_dh_group); in wpa_config_write_network()
Dconfig.c2296 { INT_RANGE(fils_dh_group, 0, 65535) },
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h156 int fils_dh_group; member
Dwpa.c3344 sm->fils_dh_group = dh_group; in fils_build_auth()
3468 if (sm->fils_dh_group) { in fils_process_auth()
3481 if (group != sm->fils_dh_group) { in fils_process_auth()
3484 group, sm->fils_dh_group); in fils_process_auth()
3700 if (sm->fils_dh_group) { in fils_process_auth()
/external/wpa_supplicant_8/src/ap/
Dap_config.h629 int fils_dh_group; member
Dieee802_11_shared.c658 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
Dieee802_11.c1094 if (group != hapd->conf->fils_dh_group) { in handle_auth_fils()
1097 group, hapd->conf->fils_dh_group); in handle_auth_fils()
1361 wpabuf_put_le16(data, hapd->conf->fils_dh_group); in prepare_auth_resp_fils()
1707 hapd->conf->fils_dh_group && in handle_auth()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3744 bss->fils_dh_group = atoi(pos); in hostapd_config_fill()