FT: Fix RRB messages to use correct endianness
authorJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 00:48:32 +0000 (17:48 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 00:48:32 +0000 (17:48 -0700)
commite9501a07c629ffb7e3448dae9189793b9031bc50
treeea9483f662e058b714dd12bc669962cd7aeaac58
parent79614ec55b942017eee43b34ba1b547528c05e73
FT: Fix RRB messages to use correct endianness

The pairwise cipher field is supposed to be little endian, but the
message building functions did not swap the bytes on big endian
hosts while the message processing functions did. Fix this by using
little endian byte order in both places.
src/ap/wpa_auth_ft.c