Lines Matching refs:token
450 struct json_token *root = NULL, *own_root = NULL, *token; in dpp_reconfig_auth_req_rx() local
506 token = json_get_member(root, "expiry"); in dpp_reconfig_auth_req_rx()
507 if (token && token->type == JSON_STRING && in dpp_reconfig_auth_req_rx()
508 dpp_key_expired(token->string, NULL)) { in dpp_reconfig_auth_req_rx()
514 token = json_get_member(root, "netAccessKey"); in dpp_reconfig_auth_req_rx()
515 if (!token || token->type != JSON_OBJECT) { in dpp_reconfig_auth_req_rx()
538 net_access_key_len, token) < 0) in dpp_reconfig_auth_req_rx()
675 struct json_token *root = NULL, *token, *conn_status_json = NULL; in dpp_reconfig_auth_resp_rx() local
769 token = json_get_member(root, "netAccessKey"); in dpp_reconfig_auth_resp_rx()
770 if (!token || token->type != JSON_OBJECT) { in dpp_reconfig_auth_resp_rx()
776 token) < 0) in dpp_reconfig_auth_resp_rx()