~ubuntu-branches/ubuntu/trusty/wpa/trusty

« back to all changes in this revision

Viewing changes to src/rsn_supp/peerkey.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2014-03-04 16:13:24 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140304161324-md40gw8imcectbuu
Tags: 2.1-0ubuntu1
* New upstream release (LP: #1099755)
* debian/get-orig-source: update for new git repository for the current
  hostap/wpasupplicant versions.
* Dropped patches due to being applied upstream and included in the current
  source tarball:
  - debian/patches/11_wpa_gui_ftbfs_gcc_4_7.patch
  - debian/patches/13_human_readable_signal.patch
  - debian/patches/git_deinit_p2p_context_on_mgmt_remove_ff1f9c8.patch
  - debian/patches/libnl3-includes.patch
* debian/patches/git_accept_client_cert_from_server.patch: revert the commit:
  "OpenSSL: Do not accept SSL Client certificate for server", which breaks
  many AAA servers that include both client and server EKUs. Cherry-picked
  from hostap git commit b62d5b5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
3
3
 * Copyright (c) 2006-2008, Jouni Malinen <j@w1.fi>
4
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
 
 *
9
 
 * Alternatively, this software may be distributed under the terms of BSD
10
 
 * license.
11
 
 *
12
 
 * See README and COPYING for more details.
 
5
 * This software may be distributed under the terms of the BSD license.
 
6
 * See README for more details.
13
7
 */
14
8
 
15
9
#ifndef PEERKEY_H
30
24
        int smk_complete;
31
25
        u8 smkid[PMKID_LEN];
32
26
        u32 lifetime;
33
 
        os_time_t expiration;
34
27
        int cipher; /* Selected cipher (WPA_CIPHER_*) */
35
28
        u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
36
29
        int replay_counter_set;