Searched refs:eapol_auth_config (Results 1 – 4 of 4) sorted by relevance
17 struct eapol_auth_config { struct65 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf,
28 struct eapol_auth_config conf;
46 static void eapol_auth_conf_free(struct eapol_auth_config *conf);1172 static int eapol_auth_conf_clone(struct eapol_auth_config *dst, in eapol_auth_conf_clone()1173 struct eapol_auth_config *src) in eapol_auth_conf_clone()1212 static void eapol_auth_conf_free(struct eapol_auth_config *conf) in eapol_auth_conf_free()1221 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf, in eapol_auth_init()
2434 struct eapol_auth_config conf; in ieee802_1x_init()