diff options
| author | Roy Marples <roy@marples.name> | 2009-01-22 22:52:41 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-22 22:52:41 +0000 |
| commit | bf91047e8fabb1fd4d9a756b1d95ab0cb96773a5 (patch) | |
| tree | 0a859ff4838791391d3748deabe4b3685dac419d /dhcpcd.h | |
| parent | 596f836904f3d971768aa4fb0b468282bc276c24 (diff) | |
| download | dhcpcd-bf91047e8fabb1fd4d9a756b1d95ab0cb96773a5.tar.xz | |
Report the fact we're wireless and our ssid
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ struct interface int metric; int carrier; int arpable; + int wireless; char ssid[IF_SSIDSIZE]; int raw_fd; |
