Searched refs:db_add_session (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 63 static int db_add_session(struct hs20_svc *ctx, in db_add_session() function 935 db_add_session(ctx, user, realm, session_id, NULL, NULL, in build_sub_rem_resp() 940 db_add_session(ctx, user, realm, session_id, new_pw, NULL, in build_sub_rem_resp() 963 db_add_session(ctx, user, realm, session_id, NULL, NULL, in cert_reenroll() 981 db_add_session(ctx, user, realm, session_id, NULL, NULL, in policy_remediation() 1054 db_add_session(ctx, user, realm, session_id, NULL, redirect_uri, in user_remediation() 1076 db_add_session(ctx, user, realm, session_id, NULL, redirect_uri, in free_remediation() 1263 db_add_session(ctx, user, realm, session_id, NULL, NULL, POLICY_UPDATE, in hs20_policy_update() 1384 if (db_add_session(ctx, NULL, realm, session_id, NULL, redirect_uri, in hs20_subscription_registration() 2030 db_add_session(ctx, user, realm, session_id, NULL, NULL, in hs20_sim_provisioning() [all …]
|