Searched refs:auth_realm (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.h | 28 const char *auth_realm, int dmacc);
|
D | spp_server.c | 2168 const char *auth_realm, int dmacc) in hs20_spp_server_process() argument 2178 if (!dmacc && auth_user && auth_realm) { in hs20_spp_server_process() 2180 real = db_get_val(ctx, auth_user, auth_realm, "identity", 0); in hs20_spp_server_process() 2182 real = db_get_val(ctx, auth_user, auth_realm, in hs20_spp_server_process() 2202 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2204 hs20_eventlog(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2240 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2243 ret = hs20_spp_post_dev_data(ctx, node, auth_user, auth_realm, in hs20_spp_server_process() 2246 hs20_eventlog_node(ctx, auth_user, auth_realm, session_id, in hs20_spp_server_process() 2250 auth_realm, session_id, dmacc); in hs20_spp_server_process() [all …]
|