summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-03-30 22:59:22 +0000
committersam <sam@FreeBSD.org>2004-03-30 22:59:22 +0000
commit0242ed134b11f2e07839056e0f2d2311860e39a5 (patch)
tree1839855ab32f8f94ba4039d3dc59407653d59606 /sbin/ifconfig/ifconfig.h
parent2f7d679f76c84769e36cfb6b9931853b49d02f1b (diff)
downloadFreeBSD-src-0242ed134b11f2e07839056e0f2d2311860e39a5.zip
FreeBSD-src-0242ed134b11f2e07839056e0f2d2311860e39a5.tar.gz
add support for setting 802.11 rtsthreshold, transmit power,
and 11g protection mode Reviewed by: imp (just code)
Diffstat (limited to 'sbin/ifconfig/ifconfig.h')
-rw-r--r--sbin/ifconfig/ifconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h
index 622be54..fb340fc 100644
--- a/sbin/ifconfig/ifconfig.h
+++ b/sbin/ifconfig/ifconfig.h
@@ -64,6 +64,9 @@ extern void set80211wep(const char *, int, int, const struct afswtch *rafp);
extern void set80211weptxkey(const char *, int, int, const struct afswtch *rafp);
extern void set80211wepkey(const char *, int, int, const struct afswtch *rafp);
extern void set80211nwkey(const char *, int, int, const struct afswtch *rafp);
+extern void set80211rtsthreshold(const char *, int, int, const struct afswtch *rafp);
+extern void set80211protmode(const char *, int, int, const struct afswtch *rafp);
+extern void set80211txpower(const char *, int, int, const struct afswtch *rafp);
extern void ieee80211_status(int s, struct rt_addrinfo *);
extern void maclabel_status(int s, struct rt_addrinfo *);
extern void setifmaclabel(const char *, int, int, const struct afswtch *rafp);
OpenPOWER on IntegriCloud