Home
last modified time | relevance | path

Searched refs:fils_dh_group (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_ssid.h934 * fils_dh_group - FILS DH Group
939 int fils_dh_group; member
H A Dsme.c691 * configuration (ssid->fils_dh_group). Try to use FILS in sme_send_authentication()
703 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
709 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()
735 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md); in sme_send_authentication()
739 if (ssid->fils_dh_group) in sme_send_authentication()
742 ssid->fils_dh_group); in sme_send_authentication()
746 auth_alg = ssid->fils_dh_group ? in sme_send_authentication()
H A Dconfig_file.c848 INT(fils_dh_group); in wpa_config_write_network()
H A Dconfig.c2400 { INT_RANGE(fils_dh_group, 0, 65535) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h1019 * fils_dh_group - FILS DH Group
1024 int fils_dh_group; member
H A Dsme.c1076 * configuration (ssid->fils_dh_group). Try to use FILS
1088 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) {
1094 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) {
1124 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md);
1128 if (ssid->fils_dh_group)
1131 ssid->fils_dh_group);
1135 auth_alg = ssid->fils_dh_group ?
H A Dconfig_file.c843 INT(fils_dh_group); in wpa_config_write_network()
H A Dconfig.c2759 { INT_RANGE(fils_dh_group, 0, 65535) },
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_i.h161 int fils_dh_group; member
H A Dwpa.c3574 sm->fils_dh_group = dh_group; in fils_build_auth()
3698 if (sm->fils_dh_group) { in fils_process_auth()
3711 if (group != sm->fils_dh_group) { in fils_process_auth()
3714 group, sm->fils_dh_group); in fils_process_auth()
3933 if (sm->fils_dh_group) { in fils_process_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h206 int fils_dh_group; member
H A Dwpa.c5276 sm->fils_dh_group = dh_group;
5400 if (sm->fils_dh_group) {
5413 if (group != sm->fils_dh_group) {
5416 group, sm->fils_dh_group);
5648 if (sm->fils_dh_group) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h731 int fils_dh_group; member
H A Dieee802_11_shared.c950 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
H A Dieee802_11.c1825 if (group != hapd->conf->fils_dh_group) { in handle_auth_fils()
1828 group, hapd->conf->fils_dh_group); in handle_auth_fils()
2095 wpabuf_put_le16(data, hapd->conf->fils_dh_group); in prepare_auth_resp_fils()
3654 hapd->conf->fils_dh_group && in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h699 int fils_dh_group; member
H A Dieee802_11_shared.c905 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
H A Dieee802_11.c1471 if (group != hapd->conf->fils_dh_group) { in handle_auth_fils()
1474 group, hapd->conf->fils_dh_group); in handle_auth_fils()
1739 wpabuf_put_le16(data, hapd->conf->fils_dh_group); in prepare_auth_resp_fils()
2115 hapd->conf->fils_dh_group && in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4554 } else if (os_strcmp(buf, "fils_dh_group") == 0) { in hostapd_config_fill()
4555 bss->fils_dh_group = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c4304 } else if (os_strcmp(buf, "fils_dh_group") == 0) {
4305 bss->fils_dh_group = atoi(pos);

Completed in 68 milliseconds