Searched refs:auth_realm (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.h | 32 const char *auth_realm, int dmacc);
|
D | spp_server.c | 2810 const char *auth_realm, int dmacc) in hs20_spp_server_process() argument 2820 if (!dmacc && auth_user && auth_realm) { in hs20_spp_server_process() 2822 real = db_get_val(ctx, auth_user, auth_realm, "identity", 0); in hs20_spp_server_process() 2824 real = db_get_val(ctx, auth_user, auth_realm, in hs20_spp_server_process() 2844 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2846 hs20_eventlog(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2882 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2885 ret = hs20_spp_post_dev_data(ctx, node, auth_user, auth_realm, in hs20_spp_server_process() 2888 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2892 auth_realm, session_id, dmacc); in hs20_spp_server_process() [all …]
|