Searched refs:db_add_session (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 56 static int db_add_session(struct hs20_svc *ctx, in db_add_session() function 744 db_add_session(ctx, user, realm, session_id, new_pw, NULL, in build_sub_rem_resp() 773 db_add_session(ctx, user, realm, session_id, NULL, NULL, in policy_remediation() 846 db_add_session(ctx, user, realm, session_id, NULL, redirect_uri, in user_remediation() 868 db_add_session(ctx, user, realm, session_id, NULL, redirect_uri, in free_remediation() 1036 db_add_session(ctx, user, realm, session_id, NULL, NULL, POLICY_UPDATE); in hs20_policy_update() 1155 if (db_add_session(ctx, NULL, realm, session_id, NULL, redirect_uri, in hs20_subscription_registration() 1764 if (db_add_session(ctx, user, realm, session_id, NULL, in hs20_spp_post_dev_data()
|