From patchwork Tue Dec 31 09:53:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: u34@net9.cf X-Patchwork-Id: 2028733 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=Dc11ucrq; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4YMzNH6mttz1ybr for ; Wed, 1 Jan 2025 03:45:01 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:From:Message-Id:Subject:To: Date:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ZJYjEm8edIQniXsk4UEeRkPociivP28TdwX8s/6FoVU=; b=Dc11ucrqcdku/f cgHVyX05HIi/7z65dF5m4tcswSbpmoioassrdAMfSRZE8csHS25TXHKBdogftgNZAtPvywLsvbq8t yM0nfkyOt6mjhifON88YBtw8hjuXrk5B+j8b5DZJ/azi1btiKdpaah6GlJneQe5t5+Ejst/ZjE1wW WeQOYLeoKc/i+K/gDsXjGtbCKk1lgbzwmxulYabHZDG4/qRkXExQEBjPkt7iDmH3OHgYoF7zyLkqC xij7CyUtNzcggiPqxUvHbhNBph0r1jxwTIMyCBExjHUvWguQVJft9Auep54TFzAkvTD1Pv1jIKTdn x17A3KMKDjWJuTv+ySKA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tSfM4-00000007Ua0-39YQ; Tue, 31 Dec 2024 16:44:28 +0000 Received: from mx1.net9.cf ([2a04:dd00:23:4:b9:6a:78:99]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tSYwo-00000006yxF-04ew for hostap@lists.infradead.org; Tue, 31 Dec 2024 09:53:59 +0000 Received: from u34 by mx1.net9.cf with local (@Mail Server) (envelope-from ) id 1tSYwd-000OtA-1r for hostap@lists.infradead.org; Tue, 31 Dec 2024 09:53:47 +0000 Date: Tue, 31 Dec 2024 09:53:47 +0000 To: hostap@lists.infradead.org Subject: A 2 lines patch for wpa_supplicant.8 manual page -D option User-Agent: s-nail v14.9.24 Message-Id: From: u34@net9.cf X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241231_015358_108536_0C2BFA87 X-CRM114-Status: UNSURE ( 4.55 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: $ zgrep -A50 EXAMPLES /usr/share/man/man8/wpa_supplicant.8.gz | grep -C2 'will use' If the specific driver wrapper is not known beforehand, it is possible to specify multiple comma separated driver wr [...] Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Tue, 31 Dec 2024 08:44:27 -0800 X-BeenThere: hostap@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Hostap" Errors-To: hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org $ zgrep -A50 EXAMPLES /usr/share/man/man8/wpa_supplicant.8.gz | grep -C2 'will use' If the specific driver wrapper is not known beforehand, it is possible to specify multiple comma separated driver wrappers on the command line. \fBwpa_supplicant\fR will use the first driver wrapper that is able to initialize the interface. .sp Doesn't that clarification should be at the '-D driver' section? --- u34 --- a/wpa_supplicant.8 2024-12-31 09:34:32.145972894 +0000 +++ b/wpa_supplicant.8 2024-12-31 09:37:08.376582366 +0000 @@ -276,6 +276,8 @@ .TP \fB-D driver\fR Driver to use (can be multiple drivers: nl80211,wext). +\fBwpa_supplicant\fR will use the first driver +wrapper that is able to initialize the interface. (Per interface, see the available options below.) .TP \fB-e entropy file\fR