OSDN Git Service

staging: wfx: implement 802.11 key handling
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Thu, 19 Sep 2019 14:25:47 +0000 (14:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:48:54 +0000 (10:48 +0200)
commitfb2490f693ee0151c0d847d1e4c575313a46b13b
treedd8e9d5351a33d29917f53bdc5a3197185a660f1
parent1a61af0f8cbecd1610c6fc380d0fb00f57fd43f2
staging: wfx: implement 802.11 key handling

wfx_set_key() mostly copy bytes on correct offsets. A big piece of code
for a simple work. Unfortunately, I did not found any way to factorize
it.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20190919142527.31797-20-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/Makefile
drivers/staging/wfx/key.c [new file with mode: 0644]
drivers/staging/wfx/key.h [new file with mode: 0644]
drivers/staging/wfx/main.c
drivers/staging/wfx/sta.c
drivers/staging/wfx/wfx.h