diff options
| author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-05-25 21:36:29 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-25 15:13:59 -0700 |
| commit | 83bf96fe5167c3ce8434bc0056c8b2d548d72732 (patch) | |
| tree | ebbbf2e5e38f48fc8aca3bed5a198ad166afbc7f /include/linux | |
| parent | 5cb5bff703008c2a2dc2357ac660bcbf02796161 (diff) | |
staging: vt6656: MACvSetKeyEntry create structure to write key
Create structure for wKeyCtl , pbyAddr and pbyKey
wKeyCtl(key_ctl) and pbyAddr(addr) form an union of 64 bits with swap
of two 32 bits. pbyKey(key) has a length of WLAN_KEY_LEN_CCMP(16)
bytes.
swap is needed because high order 32 bits needs to written out first.
pbyKey is memcpy on to key.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
