Module Name: src Committed By: roy Date: Wed Mar 23 10:14:07 UTC 2016
Modified Files: src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8 Log Message: Describe -M To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 diff -u src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8:1.6 src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8:1.7 --- src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8:1.6 Sun Jan 10 20:31:13 2016 +++ src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 Wed Mar 23 10:14:07 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: wpa_supplicant.8,v 1.6 2016/01/10 20:31:13 wiz Exp $ +.\" $NetBSD: wpa_supplicant.8,v 1.7 2016/03/23 10:14:07 roy Exp $ .\" .\" Copyright (c) 2005 Sam Leffler <s...@errno.com> .\" All rights reserved. @@ -27,7 +27,7 @@ .\" Based on: .\" $FreeBSD: /repoman/r/ncvs/src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8,v 1.2 2005/06/27 06:40:43 ru Exp $ .\" -.Dd January 9, 2016 +.Dd March 23, 2016 .Dt WPA_SUPPLICANT 8 .Os .Sh NAME @@ -45,12 +45,13 @@ .Op Fl G Ar global-ctrl-group .Op Fl g Ar global-ctrl .Op Fl I Ar additional-config-file -.Fl i Ar ifname +.Op Fl i Ar ifname .Op Fl O Ar override-ctrl .Op Fl o Ar override-driver .Op Fl P Ar pidfile .Op Fl p Ar parameters -.Op Fl N i Ar ifname Fl c Ar config-file ... +.Op Fl N Fl i Ar ifname Fl c Ar config-file ... +.Op Fl M Oo Fl i Ar ifname Oc Fl c Ar config-file ... .Sh DESCRIPTION The .Nm @@ -139,6 +140,15 @@ Additional configuration file. Include key information in debugging output. .It Fl L Display the license for this program on the terminal and exit. +.It Fl M Oo Fl i Ar matchifname Oc Fl c Ar config-file ... +Matches the interface name using +.Xr fnmatch(3) , +or all interfaces if +.Fl i +is not specified. +If multiple interfaces are matched then +.Nm +will manage them all with a single process. .It Fl N i Ar ifname Fl c Ar config-file ... Specify an additional interface and configuration file. If multiple interfaces are specified then @@ -168,6 +178,7 @@ Display version information on the termi Wait for a control interface monitor before starting. .El .Sh SEE ALSO +.Xr fnmatch 3 , .Xr ath 4 , .Xr ipw 4 , .Xr iwi 4 ,