/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 40 * This is used as the ctx argument in get_eap_user() calls. 166 * get_eap_user - Callback for fetching EAP user information 179 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_conf
|
radius_server.c | 114 * This is used as the ctx argument in get_eap_user() calls. 257 * get_eap_user - Callback for fetching EAP user information 270 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_data 487 res = data->get_eap_user(data->conf_ctx, user, user_len, 0, NULL); 1285 data->get_eap_user = conf->get_eap_user; [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 64 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_auth_cb
|
/external/wpa_supplicant_8/src/eap_server/ |
eap.h | 79 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_callbacks
|