summaryrefslogtreecommitdiff
path: root/net/mac80211/wapi.h
blob: f06eee0cb7ceee90def67fc511ec0f62800dea68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Software WAPI encryption implementation
 * Copyright (c) 2011, ST-Ericsson
 * Author: Janusz Dziedzic <janusz.dziedzic@tieto.com>
 *
 * 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.
 */

#ifndef WAPI_H
#define WAPI_H

#include <linux/skbuff.h>
#include <linux/types.h>
#include "ieee80211_i.h"
#include "key.h"

#ifndef ETH_P_WAPI
#define ETH_P_WAPI     0x88B4
#endif


ieee80211_rx_result
ieee80211_crypto_wapi_decrypt(struct ieee80211_rx_data *rx);

#endif /* WAPI_H */