From patchwork Fri Feb 14 11:02:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Clemens Famulla-Conrad X-Patchwork-Id: 1237970 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=kUPr2HLb; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Jr7c72GXz9sNg for ; Fri, 14 Feb 2020 22:02:36 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=DkMlfv0cxIGWSi4NbrT1KLHXrAQrLaW9Yza6haWoASQ=; b=kUP r2HLbttSIX92Qu/hTPFut6R1x3rbAd+sBvu6U0d+aojYlEowGQoZGTUA0N0R1OtsabUXvOO0SJSG5 +J5DGOKBIcA25iIRraejXBQAyrgizcJNewTIWItDP6qbm4bapfMCckxABdcIntBhF+Apo+uWXsJIF GwAjF+FsjlyXg/dBDjJ1ZAAPF+V4lByf2X4tLi6bRsMMXkuzrpkN+Q3jmxpQW6JK4uVkof1u58Jc0 ZDv6Bc3pEIc85MlMvC63sgQW1uYEkNFSzCf37dUJSTJT+SW7aQm4hdlFygKLwabQaePjJoA1xERwP A5Bj7wkAamZ3tsvA93093pcOK85z88g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2Yjq-00016n-99; Fri, 14 Feb 2020 11:02:26 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2Yjo-00016Q-5j for hostap@lists.infradead.org; Fri, 14 Feb 2020 11:02:25 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 7B4F3AD3F for ; Fri, 14 Feb 2020 11:02:21 +0000 (UTC) From: Clemens Famulla-Conrad To: hostap@lists.infradead.org Subject: [PATCH v1] doc: Describe Set properties of fi.w1.wpa_supplicant1.Network Date: Fri, 14 Feb 2020 12:02:00 +0100 Message-Id: <20200214110200.20410-1-cfamullaconrad@suse.de> X-Mailer: git-send-email 2.16.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200214_030224_362207_CE47EF43 X-CRM114-Status: GOOD ( 11.94 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [195.135.220.15 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [195.135.220.15 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: hostap@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Clemens Famulla-Conrad MIME-Version: 1.0 Sender: "Hostap" Errors-To: hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The current description of Properties of fi.wq.wpa_supplicant1.Network only apply when retrieving these. If you need to use the method=Set, then the types should be in the same format as with function AddNetwork(). Signed-off-by: Clemens Famulla-Conrad --- doc/dbus.doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus.doxygen b/doc/dbus.doxygen index 9bca70cb7..b2b4389c9 100644 --- a/doc/dbus.doxygen +++ b/doc/dbus.doxygen @@ -2107,7 +2107,7 @@ i.e., returned by fi.w1.wpa_supplicant1.Interface.AddNetwork.
  • Properties - a{sv} - (read/write)

    -

    Properties of the configured network. Dictionary contains entries from "network" block of wpa_supplicant configuration file. All values are string type, e.g., frequency is "2437", not 2437. +

    Properties of the configured network. Dictionary contains entries from "network" block of wpa_supplicant configuration file. All values are string type, e.g., frequency is "2437", not 2437. When setting the properties, use the same format as for the AddNetwork() function.