Deleted Added
full compact
driver_ndis.h (189261) driver_ndis.h (214734)
1/*
2 * WPA Supplicant - Windows/NDIS driver interface
3 * Copyright (c) 2004-2006, Jouni Malinen <j@w1.fi>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *

--- 38 unchanged lines hidden (view full) ---

47
48 int has_capability;
49 int no_of_pmkid;
50 int radio_enabled;
51 struct wpa_driver_capa capa;
52 struct ndis_pmkid_entry *pmkid;
53 char *adapter_desc;
54 int wired;
1/*
2 * WPA Supplicant - Windows/NDIS driver interface
3 * Copyright (c) 2004-2006, Jouni Malinen <j@w1.fi>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *

--- 38 unchanged lines hidden (view full) ---

47
48 int has_capability;
49 int no_of_pmkid;
50 int radio_enabled;
51 struct wpa_driver_capa capa;
52 struct ndis_pmkid_entry *pmkid;
53 char *adapter_desc;
54 int wired;
55 int native80211;
55 int mode;
56 int wzc_disabled;
57 int oid_bssid_set;
58#ifdef CONFIG_NDIS_EVENTS_INTEGRATED
59 HANDLE events_pipe, event_avail;
60 struct ndis_events_data *events;
61#endif /* CONFIG_NDIS_EVENTS_INTEGRATED */
62};
63
64#endif /* DRIVER_NDIS_H */
56 int mode;
57 int wzc_disabled;
58 int oid_bssid_set;
59#ifdef CONFIG_NDIS_EVENTS_INTEGRATED
60 HANDLE events_pipe, event_avail;
61 struct ndis_events_data *events;
62#endif /* CONFIG_NDIS_EVENTS_INTEGRATED */
63};
64
65#endif /* DRIVER_NDIS_H */