Home
last modified time | relevance | path

Searched refs:pwd_group (Results 1 - 19 of 19) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.h155 * pwd_group - EAP-pwd D-H group
159 u16 pwd_group; member
H A Dradius_server.c265 * pwd_group - The D-H group assigned for EAP-pwd
269 u16 pwd_group; member
806 eap_conf.pwd_group = data->pwd_group; in radius_server_get_new_session()
2402 data->pwd_group = conf->pwd_group; in radius_server_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c133 srv.pwd_group = conf->pwd_group; in hostapd_setup_radius_srv()
H A Dap_config.h436 u16 pwd_group; member
H A Dieee802_1x.c2444 conf.pwd_group = hapd->conf->pwd_group; in ieee802_1x_init()
H A Dap_config.c87 bss->pwd_group = 19; /* ECC: GF(p=256) */ in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap.h116 u16 pwd_group; member
H A Deap_i.h198 u16 pwd_group; member
H A Deap_server_pwd.c100 data->group_num = sm->pwd_group; in eap_pwd_init()
H A Deap_server.c1885 sm->pwd_group = conf->pwd_group; in eap_server_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h46 u16 pwd_group; member
H A Deapol_auth_sm.c848 eap_conf.pwd_group = eapol->conf.pwd_group; in eapol_auth_alloc()
1199 dst->pwd_group = src->pwd_group; in eapol_auth_conf_clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap.h131 * pwd_group - The D-H group assigned for EAP-pwd
135 u16 pwd_group; member
H A Deap_server_pwd.c100 data->group_num = sm->cfg->pwd_group; in eap_pwd_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c215 cfg->pwd_group = hapd->conf->pwd_group; in authsrv_eap_config()
H A Dap_config.h444 u16 pwd_group; member
H A Dap_config.c98 bss->pwd_group = 19; /* ECC: GF(p=256) */ in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2730 } else if (os_strcmp(buf, "pwd_group") == 0) { in hostapd_config_fill()
2731 bss->pwd_group = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2640 } else if (os_strcmp(buf, "pwd_group") == 0) {
2641 bss->pwd_group = atoi(pos);

Completed in 33 milliseconds