OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_identity
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_peer/
eap_i.h
198
*
get_identity
- Get method specific identity for re-authentication
208
const u8 * (*
get_identity
)(struct eap_sm *sm, void *priv, size_t *len);
member in struct:eap_method
eap_aka.c
1734
eap->
get_identity
= eap_aka_get_identity;
1762
eap->
get_identity
= eap_aka_get_identity;
eap.c
1685
if (sm->m && sm->m->
get_identity
&&
1686
(identity = sm->m->
get_identity
(sm, sm->eap_method_priv,
eap_sim.c
1457
eap->
get_identity
= eap_sim_get_identity;
/src/external/bsd/wpa/dist/src/ap/
wpa_auth.h
382
size_t (*
get_identity
)(void *ctx, const u8 *sta_addr, const u8 **buf);
member in struct:wpa_auth_callbacks
wpa_auth_glue.c
1644
.
get_identity
= hostapd_wpa_auth_get_identity,
wpa_auth_ft.c
719
if (!wpa_auth->cb->
get_identity
)
721
return wpa_auth->cb->
get_identity
(wpa_auth->cb_ctx, sta_addr, buf);
Completed in 114 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026