Searched defs:get_eap_user (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.h50 * This is used as the ctx argument in get_eap_user() calls.
176 * get_eap_user - Callback for fetching EAP user information
189 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_conf
H A Dradius_server.c138 * This is used as the ctx argument in get_eap_user() calls.
281 * get_eap_user - Callback for fetching EAP user information
294 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_data
625 res = data->get_eap_user(data->conf_ctx, user, user_len, 0, &tmp);
851 res = data->get_eap_user(data->conf_ctx, (u8 *) sess->username,
1714 data->get_eap_user = conf->get_eap_user;
1993 ret = data->get_eap_user(data->conf_ctx, identity, identity_len,
2022 .get_eap_user = radius_server_get_eap_user,
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.h50 * This is used as the ctx argument in get_eap_user() calls.
176 * get_eap_user - Callback for fetching EAP user information
189 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_conf
H A Dradius_server.c138 * This is used as the ctx argument in get_eap_user() calls.
281 * get_eap_user - Callback for fetching EAP user information
294 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_data
625 res = data->get_eap_user(data->conf_ctx, user, user_len, 0, &tmp);
851 res = data->get_eap_user(data->conf_ctx, (u8 *) sess->username,
1714 data->get_eap_user = conf->get_eap_user;
1993 ret = data->get_eap_user(data->conf_ctx, identity, identity_len,
2022 .get_eap_user = radius_server_get_eap_user,
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.h50 * This is used as the ctx argument in get_eap_user() calls.
176 * get_eap_user - Callback for fetching EAP user information
189 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_conf
H A Dradius_server.c138 * This is used as the ctx argument in get_eap_user() calls.
281 * get_eap_user - Callback for fetching EAP user information
294 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:radius_server_data
625 res = data->get_eap_user(data->conf_ctx, user, user_len, 0, &tmp);
851 res = data->get_eap_user(data->conf_ctx, (u8 *) sess->username,
1714 data->get_eap_user = conf->get_eap_user;
1993 ret = data->get_eap_user(data->conf_ctx, identity, identity_len,
2022 .get_eap_user = radius_server_get_eap_user,
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.h65 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_auth_cb
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.h65 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_auth_cb
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h65 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_auth_cb
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap.h82 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_callbacks
/external/wpa_supplicant_8/src/eap_server/
H A Deap.h82 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_callbacks
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap.h82 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, member in struct:eapol_callbacks

Completed in 49 milliseconds