summaryrefslogtreecommitdiffstats
path: root/contrib/wpa_supplicant/driver_ndis.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa_supplicant/driver_ndis.h')
-rw-r--r--contrib/wpa_supplicant/driver_ndis.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/wpa_supplicant/driver_ndis.h b/contrib/wpa_supplicant/driver_ndis.h
index a79afcb..7906fdc 100644
--- a/contrib/wpa_supplicant/driver_ndis.h
+++ b/contrib/wpa_supplicant/driver_ndis.h
@@ -1,3 +1,17 @@
+/*
+ * WPA Supplicant - Windows/NDIS driver interface
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
#ifndef DRIVER_NDIS_H
#define DRIVER_NDIS_H
@@ -21,6 +35,7 @@ struct wpa_driver_ndis_data {
struct ndis_pmkid_entry *pmkid;
int event_sock;
char *adapter_desc;
+ int wired;
};
#endif /* DRIVER_NDIS_H */
OpenPOWER on IntegriCloud