]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPA: Clean up cipher suite counting in write routines
authorJouni Malinen <j@w1.fi>
Sun, 2 Mar 2014 14:03:22 +0000 (16:03 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Mar 2014 15:15:12 +0000 (17:15 +0200)
commit8a4ce28000d7f81ef2b8d66aa6748a54fe27f72a
treedbcf5fed49508f9dd49a53a1489cf7eb39cb1ea3
parent6ed626df4009c2829061889c9f2446f9c90250b9
WPA: Clean up cipher suite counting in write routines

There is no need to maintain a separate counter for this in addition to
the pointer to the current location. In addition, this gets rid of
warnings about unused variable write.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/wpa_common.c