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 D | config_ssid.h | 934 * fils_dh_group - FILS DH Group 939 int fils_dh_group; member
|
H A D | sme.c | 691 * 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 D | config_file.c | 848 INT(fils_dh_group); in wpa_config_write_network()
|
H A D | config.c | 2400 { INT_RANGE(fils_dh_group, 0, 65535) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_ssid.h | 1019 * fils_dh_group - FILS DH Group 1024 int fils_dh_group; member
|
H A D | sme.c | 1076 * 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 D | config_file.c | 843 INT(fils_dh_group); in wpa_config_write_network()
|
H A D | config.c | 2759 { INT_RANGE(fils_dh_group, 0, 65535) },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_i.h | 161 int fils_dh_group; member
|
H A D | wpa.c | 3574 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 D | wpa_i.h | 206 int fils_dh_group; member
|
H A D | wpa.c | 5276 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 D | ap_config.h | 731 int fils_dh_group; member
|
H A D | ieee802_11_shared.c | 950 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
|
H A D | ieee802_11.c | 1825 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 D | ap_config.h | 699 int fils_dh_group; member
|
H A D | ieee802_11_shared.c | 905 if (hapd->conf->fils_dh_group) { in hostapd_eid_fils_indic()
|
H A D | ieee802_11.c | 1471 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 D | ap_config_file.c | 4554 } 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 D | ap_config_file.c | 4304 } else if (os_strcmp(buf, "fils_dh_group") == 0) { 4305 bss->fils_dh_group = atoi(pos);
|
Completed in 69 milliseconds