]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Handle special TDLS direct link key index use
authorJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 19:12:32 +0000 (22:12 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 19:14:05 +0000 (22:14 +0300)
commit8c66e1851108177ebda785a266a98a534a60e38b
treeefedddb8c8288aa8f2ae7aa9070d80bc116bec88
parent8bdedb579a828fa01b41e7f9b92c00c2ed40dedf
nl80211: Handle special TDLS direct link key index use

An ugly hack is currently used to indicate keys for TDLS direct link:
key_idx == -1. That needs to be converted to 0 for cfg80211 to accept
the key.
src/drivers/driver_nl80211.c