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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h934 * fils_dh_group - FILS DH Group
939 int fils_dh_group; member in struct:wpa_ssid
H A Dsme.c691 * configuration (ssid->fils_dh_group). Try to use FILS
703 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) {
709 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) {
735 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md);
739 if (ssid->fils_dh_group)
742 ssid->fils_dh_group);
746 auth_alg = ssid->fils_dh_group ?
H A Dconfig_file.c848 INT(fils_dh_group);
H A Dconfig.c2400 { INT_RANGE(fils_dh_group, 0, 65535) },
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h161 int fils_dh_group; member in struct:wpa_sm
H A Dwpa.c3574 sm->fils_dh_group = dh_group;
3698 if (sm->fils_dh_group) {
3711 if (group != sm->fils_dh_group) {
3714 group, sm->fils_dh_group);
3933 if (sm->fils_dh_group) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h699 int fils_dh_group; member in struct:hostapd_bss_config
H A Dieee802_11_shared.c905 if (hapd->conf->fils_dh_group) {
H A Dieee802_11.c1471 if (group != hapd->conf->fils_dh_group) {
1474 group, hapd->conf->fils_dh_group);
1739 wpabuf_put_le16(data, hapd->conf->fils_dh_group);
2115 hapd->conf->fils_dh_group &&
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4304 } else if (os_strcmp(buf, "fils_dh_group") == 0) {
4305 bss->fils_dh_group = atoi(pos);

Completed in 213 milliseconds