summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: dea4ae0ff5864ec2a8d112d804c6b53dcc34614d (plain)
1
2
3
4
5
6
7
#ifndef MAC80211_H
#define MAC80211_H

extern void enter_rfmon_mac80211(const char *device, char **mondev);
extern void leave_rfmon_mac80211(const char *mondev);

#endif /* MAC80211_H */
lect name='ignorews' onchange='this.form.submit();'>mode:
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2015-05-30 08:09:04 +0300
committerPeter Huewe <peterhuewe@gmx.de>2015-10-19 01:01:21 +0200
commit954650efb79f99d5c817c121bb0a7c6c53362048 (patch)
tree12da28fd54da6f329cdfe83b42e65a0479313b0e /include/keys
parentfe351e8d4eec801beeba1df1f36d76316be6f1a2 (diff)
tpm: seal/unseal for TPM 2.0
Added tpm_trusted_seal() and tpm_trusted_unseal() API for sealing trusted keys. This patch implements basic sealing and unsealing functionality for TPM 2.0: * Seal with a parent key using a 20 byte auth value. * Unseal with a parent key using a 20 byte auth value. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'include/keys')