blob: d0dd03bb8459b5fd725a9bc8effd01fe6dbed86d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d,v 1.1 2005/02/14 08:25:29 brix Exp $
# List of interfaces
INTERFACES="eth1"
# Common arguments to all wpa_supplicant instances
ARGS="-w"
# Interface specific arguments
#ARGS_eth1="-Dipw"
|