Home
last modified time | relevance | path

Searched refs:hostapd_eap_user (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) in set_user_methods()
81 struct hostapd_eap_user *user = ctx; in get_user_cb()
105 struct hostapd_eap_user *user = ctx; in get_wildcard_cb()
134 static const struct hostapd_eap_user *
139 struct hostapd_eap_user *user = NULL; in eap_user_sqlite_get()
231 const struct hostapd_eap_user *
236 struct hostapd_eap_user *user = conf->eap_user; in hostapd_get_eap_user()
241 static struct hostapd_eap_user wsc_enrollee; in hostapd_get_eap_user()
250 static struct hostapd_eap_user wsc_registrar; in hostapd_get_eap_user()
Dap_config.h168 struct hostapd_eap_user { struct
169 struct hostapd_eap_user *next; argument
294 struct hostapd_eap_user *eap_user;
1153 void hostapd_config_free_eap_user(struct hostapd_eap_user *user);
1154 void hostapd_config_free_eap_users(struct hostapd_eap_user *user);
Dhostapd.h324 struct hostapd_eap_user tmp_eap_user;
677 const struct hostapd_eap_user *
Dap_config.c638 void hostapd_config_free_eap_user(struct hostapd_eap_user *user) in hostapd_config_free_eap_user()
648 void hostapd_config_free_eap_users(struct hostapd_eap_user *user) in hostapd_config_free_eap_users()
650 struct hostapd_eap_user *prev_user; in hostapd_config_free_eap_users()
Dauthsrv.c56 const struct hostapd_eap_user *eap_user; in hostapd_radius_get_eap_user()
Dieee802_1x.c2270 const struct hostapd_eap_user *eap_user; in ieee802_1x_get_eap_user()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c241 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted()
302 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user()