summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-22 22:52:41 +0000
committerRoy Marples <roy@marples.name>2009-01-22 22:52:41 +0000
commitbf91047e8fabb1fd4d9a756b1d95ab0cb96773a5 (patch)
tree0a859ff4838791391d3748deabe4b3685dac419d /dhcpcd.h
parent596f836904f3d971768aa4fb0b468282bc276c24 (diff)
downloaddhcpcd-bf91047e8fabb1fd4d9a756b1d95ab0cb96773a5.tar.xz
Report the fact we're wireless and our ssid
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index b5968e26..085550e8 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -88,6 +88,7 @@ struct interface
int metric;
int carrier;
int arpable;
+ int wireless;
char ssid[IF_SSIDSIZE];
int raw_fd;