Home
last modified time | relevance | path

Searched refs:hostapd_eap_user (Results 1 – 8 of 8) 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()
101 struct hostapd_eap_user *user = ctx; in get_wildcard_cb()
130 static const struct hostapd_eap_user *
135 struct hostapd_eap_user *user = NULL; in eap_user_sqlite_get()
211 const struct hostapd_eap_user *
216 struct hostapd_eap_user *user = conf->eap_user; in hostapd_get_eap_user()
221 static struct hostapd_eap_user wsc_enrollee; in hostapd_get_eap_user()
230 static struct hostapd_eap_user wsc_registrar; in hostapd_get_eap_user()
Dap_config.h111 struct hostapd_eap_user { struct
112 struct hostapd_eap_user *next; argument
200 struct hostapd_eap_user *eap_user;
Dhostapd.h231 struct hostapd_eap_user tmp_eap_user;
379 const struct hostapd_eap_user *
Dauthsrv.c56 const struct hostapd_eap_user *eap_user; in hostapd_radius_get_eap_user()
Dap_config.c382 static void hostapd_config_free_eap_user(struct hostapd_eap_user *user) in hostapd_config_free_eap_user()
403 struct hostapd_eap_user *user, *prev_user; in hostapd_config_free_bss()
Dieee802_1x.c1583 const struct hostapd_eap_user *eap_user; in ieee802_1x_get_eap_user()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dlink_test.c16 struct hostapd_eap_user;
72 const struct hostapd_eap_user *
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c194 struct hostapd_eap_user *user, *tail = NULL; in hostapd_config_read_eap_user()