summaryrefslogtreecommitdiff
path: root/net/mac80211/fils_aead.h
blob: fbc65232f0b34d2b5f49cffbd4eb0546ae24e7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * FILS AEAD for (Re)Association Request/Response frames
 * Copyright 2016, Qualcomm Atheros, Inc.
 *
 * 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 FILS_AEAD_H
#define FILS_AEAD_H

int fils_encrypt_assoc_req(struct sk_buff *skb,
			   struct ieee80211_mgd_assoc_data *assoc_data);
int fils_decrypt_assoc_resp(struct ieee80211_sub_if_data *sdata,
			    u8 *frame, size_t *frame_len,
			    struct ieee80211_mgd_assoc_data *assoc_data);

#endif /* FILS_AEAD_H */
x/net-next.git/commit/include/soc/arc?h=nds-private-remove&id=2cae3a1ed36ded9b4c8859feeea73827f1c2130d'>2cae3a1ed36ded9b4c8859feeea73827f1c2130d (patch) tree0c8ac90f545a9c44c5199aa605e5b65d78bf07dd /include/soc/arc parent4e201566402c878a225d4425df8a4a664c6f251e (diff)parent8328255ff81ed422847b443f81b689366e98ce95 (diff)
Merge tag 'irqchip-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates for 4.10 from Marc Zyngier: - xylinx interrupt controller made architecture agnostic (microblaze, ppc, mips) - GICv3 ITS now supported on 32bit ARM (mostly useful for virtual machines) - Some arm64 GICv3 cleanups
Diffstat (limited to 'include/soc/arc')