Searched refs:auth_user (Results 1 – 2 of 2) sorted by relevance
/hostap-3.7.0/hs20/server/ |
D | spp_server.h | 31 const char *auth_user,
|
D | spp_server.c | 2808 const char *auth_user, in hs20_spp_server_process() argument 2819 if (!dmacc && auth_user && auth_realm) { in hs20_spp_server_process() 2821 real = db_get_val(ctx, auth_user, auth_realm, "identity", 0); in hs20_spp_server_process() 2823 real = db_get_val(ctx, auth_user, auth_realm, in hs20_spp_server_process() 2843 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2845 hs20_eventlog(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2881 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2884 ret = hs20_spp_post_dev_data(ctx, node, auth_user, auth_realm, in hs20_spp_server_process() 2887 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2890 ret = hs20_spp_update_response(ctx, node, auth_user, in hs20_spp_server_process() [all …]
|