HomeSort by relevance Sort by last modified time
    Searched refs:eap_user (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/ap/
authsrv.c 54 struct eap_user *user)
56 const struct hostapd_eap_user *eap_user; local
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
61 if (eap_user == NULL)
69 user->methods[i].vendor = eap_user->methods[i].vendor;
70 user->methods[i].method = eap_user->methods[i].method;
73 if (eap_user->password) {
74 user->password = os_malloc(eap_user->password_len);
77 os_memcpy(user->password, eap_user->password,
78 eap_user->password_len)
    [all...]
ieee802_1x.c 2020 const struct hostapd_eap_user *eap_user; local
    [all...]
eap_user_db.c 228 struct hostapd_eap_user *user = conf->eap_user;
ap_config.h 247 struct hostapd_eap_user *eap_user; member in struct:hostapd_bss_config
ap_config.c 439 user = conf->eap_user;
  /external/wpa_supplicant_8/src/radius/
radius_server.h 13 struct eap_user;
204 int phase2, struct eap_user *user);
radius_server.c 311 int phase2, struct eap_user *user);
629 struct eap_user tmp;
866 struct eap_user tmp;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap.h 25 struct eap_user { struct
97 int phase2, struct eap_user *user);
eap_i.h 165 struct eap_user *user;
eap_server.c 28 static void eap_user_free(struct eap_user *user);
165 struct eap_user *user;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 51 struct eap_user;
71 int phase2, struct eap_user *user);
eapol_auth_sm.c 1028 struct eap_user *user)
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 525 user = conf->eap_user;
533 conf->eap_user = new_user;
    [all...]

Completed in 102 milliseconds