~ubuntu-branches/ubuntu/intrepid/wpasupplicant/intrepid

« back to all changes in this revision

Viewing changes to driver_ndis.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-04-01 10:53:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070401105337-3dd89n3g8ecdhjsl
Tags: 0.5.7-0ubuntu2
Apply patch from upstream after private email discussion:
http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=33673d3f43da6f5ec0f0aa5a8245a1617b6eb2fd#patch1
Fixes LP: #98895, #98925

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
struct wpa_driver_ndis_data {
31
31
        void *ctx;
32
32
        char ifname[100]; /* GUID: {7EE3EFE5-C165-472F-986D-F6FBEDFE8C8D} */
33
 
#ifdef _WIN32_WCE
34
 
        TCHAR *adapter_name;
35
 
        HANDLE event_queue; /* NDISUIO notifier MsgQueue */
36
 
        HANDLE connected_event; /* WpaSupplicantConnected event */
37
 
#endif /* _WIN32_WCE */
38
33
        u8 own_addr[ETH_ALEN];
39
34
#ifdef CONFIG_USE_NDISUIO
40
35
        HANDLE ndisuio;